Warp-net/warpnet
Warpnet is a decentralized, peer-to-peer social network 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.
decentralizeddhtgolanglibp2pp2p
First Claude commit: Mar 27, 2026Last Claude commit: 2mo agoDiscovered: Mar 29, 2026
Recent Claude Commits
Fix camouflage transport killing listener on handshake failure
2b6a4f62mo agoauthor_emailrefactor: use libp2p RoutingDiscovery for DHT rendezvous
5ded2292mo agoauthor_emailfix: skip rendezvous Provide when routing table is empty
08202542mo agoauthor_emailfeat: add DHT rendezvous for fast peer discovery
c8dfb9d2mo agoauthor_emailfix: enable mDNS discovery for bootstrap nodes
e33365e2mo agoauthor_emailfix: use real mDNS probe to skip tests in CI environments
578a7f02mo agoauthor_emailfix: remove init() that overrides global logging handlers
1ebdabc2mo agoauthor_emailtest: skip mDNS tests when multicast is unavailable
a9176eb2mo agoauthor_emailtest: add PSK+Relay mDNS test and direct PSK connectivity test
3a1c5cc2mo agoauthor_emailtest: add mDNS discovery integration test for CamouflageTransport
7c9a7fc2mo agoauthor_emailfix: use DemultiplexedConnType_TLS for shared TCP listener
62160882mo agoauthor_emailfix: set all defaults in SpoofTransport constructor
89d659b2mo agoauthor_emailrefactor: remove unused WithDPITransport now that DPI is default
1c097912mo agoauthor_emailfeat: add DPI emulation test + enable DPI transport as default
4b7aed72mo agoauthor_emailfix: address PR review comments (round 3)
bcc69bd2mo agoauthor_emailfeat: replace fake TLS with real TLS using uTLS browser fingerprints
1c7437b2mo agoauthor_emailfix: convert []dpi.Option to []any for libp2p.Transport variadic args
c60dd752mo agoauthor_emailfix: satisfy errcheck and err113 linters in tls_camouflage.go
6e0b5942mo agoauthor_emailfix: address all PR review comments + add integration tests
17bb7502mo agoauthor_emailfeat: add TLS 1.3 camouflage layer for DPI evasion
a9b8c822mo agoauthor_emailfix: address PR review comments for DPI transport
86e0c342mo agoauthor_emailAdd DPI-evasion transport wrapper inspired by SpoofDPI
7a83ace2mo agoauthor_email