summaryrefslogtreecommitdiff
path: root/examples/dhtd.hs
AgeCommit message (Expand)Author
2017-07-01Implemented instance Pretty (NodeId Tox.Message).joe
2017-07-01Implemented instance Kademlia Tox.Messagejoe
2017-07-01Simplified Kademlia class.joe
2017-06-30Read instance for NodeId KMessageOf.joe
2017-06-30Bug fixes.joe
2017-06-30It builds!joe
2017-06-12Rename Network.BitTorrent.DHT.Message -> Network.DHT.Mainlinejoe
2017-06-09Rename Network.BitTorrent.Address -> Network.Addressjoe
2017-06-09Rename Network.BitTorrent.DHT.Routing -> Network.DHT.Routingjoe
2017-06-08Renamed Network.KRPC.Message -> Network.DatagramServer.Mainlinejoe
2017-06-08Renamed Network.KRPC to Network.DatagramServerjoe
2017-06-08Merged Network.KRPC.Manager into Network.KRPC.joe
2017-06-08WIP: Adapting DHT to Tox network (part 6).joe
2017-06-08WIP: Adapting DHT to Tox network (part 5).joe
2017-02-01Show peers as soon as they're found.joe
2017-02-01New improved iterative search algorithm.joe
2017-01-25Live memory usage information.joe
2017-01-24get-peers command.joe
2017-01-24find-nodes command.joe
2017-01-24dhtd "ping" commandjoe
2017-01-24New "closest" command, find nearby routing nodes to an info hash.joe
2017-01-24-p port optionJames Crayne
2017-01-23Query.insertNode no longer forks.joe
2017-01-23Added thread-debug flag and "threads" command.joe
2017-01-23New command "pid" to tell server's process id.joe
2017-01-23PeerStore is now persistent.joe
2017-01-22dhtd command: external-ipjoe
2017-01-22Added "peers" command to cli.joe
2017-01-22PSQ instead of list for peer set. Also: dhtd "swarms" command.joe
2017-01-22New: DHT deamon and command-line interface.joe