summaryrefslogtreecommitdiff
path: root/src/Network/Tox/DHT
AgeCommit message (Expand)Author
2017-11-09Debug prints on cookie handling.joe
2017-11-08Removed redundant argument from BucketRefreshser constructor.joe
2017-11-08Moved BucketRefresher construction responsibility for greaterjoe
2017-11-08Bootstrapping rework in progress.joe
2017-11-06Factored out Network.Kademlia.Bootstrap.joe
2017-11-05Removed broken 6-digit NoSpam specification.joe
2017-11-05Adapted computeSharedSecret to a side-effecting interface.joe
2017-11-04Quieter output and some bug fixes.joe
2017-11-01Fix some announce bugs. Still WIP.joe
2017-10-31Block outgoing cookie requests in certain circumstances.joe
2017-10-30Tox: LanDiscovery packet. Also: IsUnsolicited query/responsejoe
2017-10-29Fixed premature deletion of pending cookie key.joe
2017-10-28localUserKey parameter on cookieRequestDebian Live user
2017-10-28Decrypt cookie response with cached public key.joe
2017-10-28New "cookie" command for tox command-line interface.joe
2017-10-28cookieRequest Query + build fixDebian Live user
2017-10-28Tox: handle cookie-request message.joe
2017-10-27Added missing pattern for Size of Hardening packet.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-24Implemented "dhtkey" publish method.joe
2017-10-21Renamed Assym -> Asymm (short for asymmetric).joe
2017-10-14Partitioned friend-request transport from the onion transport.joe
2017-10-12WIP Onion routing.joe
2017-10-02Stubs for maintaining onion routes.joe
2017-09-20Added outbound initiation addresses to the Onion transport.joe
2017-09-15Renamed Network.Tox.(Address -> NodeId).joe
2017-09-15Moved Network.DHT.Routing -> Network.Kademlia.Routingjoe
2017-09-15Moved Network.BitTorrent.DHT.Search -> Network.Kademlia.Searchjoe
2017-09-15Fixed haddock parse errors.joe
2017-09-15Moved DHTHandlers to its hierarchical location.joe
2017-09-15Moved DHTTransport to its hierarchical location.joe