summaryrefslogtreecommitdiff
path: root/src/Network/Tox/DHT/Handlers.hs
AgeCommit message (Expand)Author
2018-06-13Facility to report rumored (indirect evidence) ip addresses.joe
2018-06-13tox: Node-address notifications.joe
2018-06-09Use IPv4 for tentative tox4 address.joe
2018-06-08tox: Put IPv6 nodes in their own table. (fixed typo).joe
2018-05-31{fresh,update}CryptoSession are now in STMJames Crayne
2018-06-02Change Cookie -> Cookie Encryptedjoe
2018-06-01tox: Enable nodes with same ip but different id to go into routing table.joe
2018-05-29more dput stuffJames Crayne
2018-05-30Removed useless tvar access.joe
2018-05-29Show instance for SymmetricKey, more debug printsJames Crayne
2018-05-29netCrypto function, ready for testing?James Crayne
2018-05-27Cookie-related debug print.joe
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-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-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-21Renamed Assym -> Asymm (short for asymmetric).joe
2017-10-12WIP Onion routing.joe
2017-10-02Stubs for maintaining onion routes.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