summaryrefslogtreecommitdiff
path: root/examples/dhtd.hs
AgeCommit message (Expand)Author
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
2017-09-15Moved OnionHandlers to its hierarchical location.joe
2017-09-15Moved DHTHandlers to its hierarchical location.joe
2017-09-15Moved DHTTransport to its hierarchical location.joe
2017-09-15Moved Mainline to hierarchical location.joe
2017-09-15Moved Tasks to hierarchical location.joe
2017-09-15Moved Kademlia to hierarchical location.joe
2017-09-14Switched to the 3-transports (DHT,Onion,Crypto) Tox design.joe
2017-09-05Top-level signatures.joe
2017-08-11Unverified: data to route response packet sending.joe
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-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