Warp-net/warpnet
Warpnet is a decentralized, peer-to-peer social network/media inspired by Twitter, built with Go. It runs without central servers, using Noise protocol for inter-node communication and built-in local storage. Warpnet is censorship-resistant, scalable, and fully open-source.
censorship-resistancedecentralizeddhtgolanglibp2pmeshp2psocial-mediasocial-network
First Claude commit: Mar 27, 2026Last Claude commit: 4mo agoDiscovered: Mar 29, 2026
Recent Claude Commits
Fix camouflage transport killing listener on handshake failure
2b6a4f64mo agoauthor_emailrefactor: use libp2p RoutingDiscovery for DHT rendezvous
5ded2294mo agoauthor_emailfix: skip rendezvous Provide when routing table is empty
08202544mo agoauthor_emailfeat: add DHT rendezvous for fast peer discovery
c8dfb9d4mo agoauthor_emailfix: enable mDNS discovery for bootstrap nodes
e33365e4mo agoauthor_emailfix: use real mDNS probe to skip tests in CI environments
578a7f04mo agoauthor_emailfix: remove init() that overrides global logging handlers
1ebdabc4mo agoauthor_emailtest: skip mDNS tests when multicast is unavailable
a9176eb4mo agoauthor_emailtest: add PSK+Relay mDNS test and direct PSK connectivity test
3a1c5cc4mo agoauthor_emailtest: add mDNS discovery integration test for CamouflageTransport
7c9a7fc4mo agoauthor_emailfix: use DemultiplexedConnType_TLS for shared TCP listener
62160884mo agoauthor_emailfix: set all defaults in SpoofTransport constructor
89d659b4mo agoauthor_emailrefactor: remove unused WithDPITransport now that DPI is default
1c097914mo agoauthor_emailfeat: add DPI emulation test + enable DPI transport as default
4b7aed74mo agoauthor_emailfix: address PR review comments (round 3)
bcc69bd4mo agoauthor_emailfeat: replace fake TLS with real TLS using uTLS browser fingerprints
1c7437b4mo agoauthor_emailfix: convert []dpi.Option to []any for libp2p.Transport variadic args
c60dd754mo agoauthor_emailfix: satisfy errcheck and err113 linters in tls_camouflage.go
6e0b5944mo agoauthor_emailfix: address all PR review comments + add integration tests
17bb7504mo agoauthor_emailfeat: add TLS 1.3 camouflage layer for DPI evasion
a9b8c824mo agoauthor_emailfix: address PR review comments for DPI transport
86e0c344mo agoauthor_emailAdd DPI-evasion transport wrapper inspired by SpoofDPI
7a83ace4mo agoauthor_email