summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2017-08-04Switched awaitMessage to continuation-passing style.joe
2017-07-29Tox support.joe
2017-07-29JSON instances for Tox.NodeInfojoe
2017-07-28More details in threads listing.joe
2017-07-28Build tweeks.joe
2017-07-28Removed async-pool as dependency for dhtd executable.joe
2017-07-28Better output of peers in search results.joe
2017-07-28rewrite: search feature.joe
2017-07-27Commands to query swarms database.joe
2017-07-27"g" command to send queries local or remote.joe
2017-07-27Mainline queries: implementation (TODO: interface).joe
2017-07-27external-ip command.joe
2017-07-26Applied rewrite to dhtd main program.joe
2017-07-11Added DHT name to listener thread label.joe
2017-07-10Fixed Tox decryption.joe
2017-07-09Initialize Tox secret key.joe
2017-07-08WIP: Tox encryption.joe
2017-07-03Fleshed out KRPC instances for Mainline DHT.joe
2017-07-03Fleshed out Tox TODO stubs.joe
2017-07-03Moved node-id out of Query/Response. It can be either in thejoe
2017-07-01Removed unnecessary instances.joe
2017-07-01Implemented instance Read (NodeId ...)joe
2017-07-01Implemented instance Pretty (NodeInfo ...).joe
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