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.
108Stars
8Forks
22Claude Commits
GoLanguage
decentralizeddhtgolanglibp2pp2p
First Claude commit: Mar 27, 2026Last Claude commit: 1mo agoDiscovered: Mar 29, 2026
Recent Claude Commits
Fix camouflage transport killing listener on handshake failure
2b6a4f61mo agoauthor_emailrefactor: use libp2p RoutingDiscovery for DHT rendezvous
5ded2291mo agoauthor_emailfix: skip rendezvous Provide when routing table is empty
08202541mo agoauthor_emailfeat: add DHT rendezvous for fast peer discovery
c8dfb9d1mo agoauthor_emailfix: enable mDNS discovery for bootstrap nodes
e33365e1mo agoauthor_emailfix: use real mDNS probe to skip tests in CI environments
578a7f01mo agoauthor_emailfix: remove init() that overrides global logging handlers
1ebdabc1mo agoauthor_emailtest: skip mDNS tests when multicast is unavailable
a9176eb1mo agoauthor_emailtest: add PSK+Relay mDNS test and direct PSK connectivity test
3a1c5cc1mo agoauthor_emailtest: add mDNS discovery integration test for CamouflageTransport
7c9a7fc1mo agoauthor_emailfix: use DemultiplexedConnType_TLS for shared TCP listener
62160881mo agoauthor_emailfix: set all defaults in SpoofTransport constructor
89d659b1mo agoauthor_emailrefactor: remove unused WithDPITransport now that DPI is default
1c097911mo agoauthor_emailfeat: add DPI emulation test + enable DPI transport as default
4b7aed71mo agoauthor_emailfix: address PR review comments (round 3)
bcc69bd1mo agoauthor_emailfeat: replace fake TLS with real TLS using uTLS browser fingerprints
1c7437b1mo agoauthor_emailfix: convert []dpi.Option to []any for libp2p.Transport variadic args
c60dd751mo agoauthor_emailfix: satisfy errcheck and err113 linters in tls_camouflage.go
6e0b5941mo agoauthor_emailfix: address all PR review comments + add integration tests
17bb7501mo agoauthor_emailfeat: add TLS 1.3 camouflage layer for DPI evasion
a9b8c821mo agoauthor_emailfix: address PR review comments for DPI transport
86e0c341mo agoauthor_emailAdd DPI-evasion transport wrapper inspired by SpoofDPI
7a83ace1mo agoauthor_email