summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
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-15Separating dht-client library from bittorrent package.joe
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-22dht client: Send multiple commands on commandline.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-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