summaryrefslogtreecommitdiff
path: root/src/Network/Tox/DHT
AgeCommit message (Expand)Author
2018-11-04Preparation to move DPut to a separate project.James Crayne
2018-09-07Cleaner tox debug prints.Joe Crayne
2018-09-07Tox cookie: Generic & Hashable instances.Joe Crayne
2018-06-22Quieted some warnings.joe
2018-06-22Removed redundant imports and other clean up.joe
2018-06-21Documented NodeInfoCallback.joe
2018-06-20More DPut stuffjim@bo
2018-06-20Parameterized Account to hold arbitrary information.joe
2018-06-20port to newer versions of packages:jim@bo
2018-06-18Tox: Added timestamps to dhtkey and sockaddr information.joe
2018-06-17make ignoring lan message suppressibleJames Crayne
2018-06-16CookieData should contain remote keys onlyJames Crayne
2018-06-13tox: mechanism to register node-info callbacks.joe
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-31parseNetCrypto should peel id byte before deserializing the rest of the message.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-28Use first known key for cookie response if wrong ip address.joe
2018-05-27Cookie-related debug print.joe
2018-05-27WIP: "lan" command to announce this Tox node on the lan.joe
2017-11-22NoSpamId type to include nospam + checksum + public key.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-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