summaryrefslogtreecommitdiff
path: root/examples/dhtd.hs
AgeCommit message (Expand)Author
2017-11-08dhtBootstrapjoe
2017-11-08Bootstrapping rework in progress.joe
2017-11-06Factored out Network.Kademlia.Bootstrap.joe
2017-11-04Quieter output and some bug fixes.joe
2017-11-03Added --dhtkey option.joe
2017-11-02Fixed onion routes for IPv4-mapped IPv6 addresses.joe
2017-11-01Updated todo.txt and comments.joe
2017-11-01Report exceptions in client session thread to the client.joe
2017-11-01Fixed "ping" and "cookie" commands broken in "help" commit 4a36678.joe
2017-11-01Prevent announce from wrongly halting client session.joe
2017-11-01Merge branch 'dht-rewrite' of jerkface.net:repo/bittorrent into dht-rewritejoe
2017-11-01Fix some announce bugs. Still WIP.joe
2017-11-01Merge branch 'dht-rewrite' of jerkface.net:/home/jim/repo/bittorrent into dht...James Crayne
2017-11-01bring crypto-sessions state into scopeJames Crayne
2017-11-01Functional "a" command.joe
2017-11-01more helpJames Crayne
2017-11-01helpJames Crayne
2017-11-01c command...James Crayne
2017-11-01DHTLinks... wipJames Crayne
2017-10-31WIP: a command (recurring announcements) (Part 4)joe
2017-10-31allow hooks to be passed in to newToxJames Crayne
2017-10-30WIP: a command (recurring announcements) (Part 3)joe
2017-10-29WIP: "a" command (recurring announcements) (Part 2)joe
2017-10-29WIP: "a" command (recurring announcements)joe
2017-10-28Expose DHT secret key in the "secrets" method output.joe
2017-10-28Allow cookie command to accept a user key argument.joe
2017-10-28New "cookie" command for tox command-line interface.joe
2017-10-28Generalized "ping" command.joe
2017-10-27Show Friend requests.joe
2017-10-27Added TODO regarding Tox "Hardening" message.joe
2017-10-26Publish method to send Tox friend-request.joe
2017-10-25Debugged encodeDataToRoute/parseDataToRoute.joe
2017-10-24Added Roster data and dhtkey handler.joe
2017-10-24Implemented "dhtkey" publish method.joe
2017-10-21Now searches using store command when we own the key.joe
2017-10-19Successful toxid announce.joe
2017-10-19Encrypt Tox's store-key announcement with the key being stored.joe
2017-10-18WIP: Command to publish a toxid on a given node.joe
2017-10-16Untested announce-peer command for bittorrent dht.joe
2017-10-16k commandJames Crayne
2017-10-16Started k (keys) command.joe
2017-10-14Partitioned friend-request transport from the onion transport.joe
2017-10-13Show rendezvous addresses for toxid search results.joe
2017-10-13Switched toxid format from hexadecimal to base64.joe
2017-10-12WIP Onion routing.joe
2017-09-20Renamed "keys" command to "toxids".joe
2017-09-16UPNP port requests (requires miniupnpc).joe
2017-09-15Moved Network.DHT.Routing -> Network.Kademlia.Routingjoe
2017-09-15Moved Network.BitTorrent.DHT.Search -> Network.Kademlia.Searchjoe
2017-09-15Moved top-level Tox module to hierarchical location.joe