summaryrefslogtreecommitdiff
path: root/dht/examples
AgeCommit message (Expand)Author
2020-01-28Command to view individual onion route.Joe Crayne
2020-01-25getContactInfo: Send optional TCP connection requests.Joe Crayne
2020-01-25Moved parse-error printing from addHandler to forkListener.Joe Crayne
2020-01-17Discard unusable Dormant AggregateSession objects.Joe Crayne
2020-01-16Reverted c3866287: we want to use DHT-key, not the toxid.Joe Crayne
2020-01-14Enable toxid search from TCP-only command-line.Joe Crayne
2020-01-14Added startup nodes to CommonAPI search query.Joe Crayne
2020-01-14Made client's handshake to/from attributes available to xmppTellNameToClient.Joe Crayne
2020-01-12Configure connection requests before having contact's dhtkey.Joe Crayne
2020-01-11Removed tput hack.Joe Crayne
2020-01-11Renamed streamServer to forkStreamServer.Joe Crayne
2020-01-09Support for binding UDP "fake" port to simulate TCP-only connections.Joe Crayne
2020-01-09Moved Codec.AsciiKey256 to tox-crypto.Joe Crayne
2020-01-07Async search.Joe Crayne
2020-01-07Modify kademlia search to distinguish a Canceled from timed-out query.Joe Crayne
2020-01-07Added standalone leak test for toxToXmpp.Joe Crayne
2020-01-05Forward port to GHC 8.10.1-alpha2 (83edba07e4)Joe Crayne
2020-01-03Support TCP nodes in readnodes utility.Joe Crayne
2020-01-03readnodes.hs: Utility to write nodes in a binary format.Joe Crayne
2020-01-03Fixed history-edit error: tcpclient.hs belongs under dht/Joe Crayne
2020-01-01Now searchCancel works so remove killThread hack.Joe Crayne
2020-01-01Modify s command to give bootstrapping info.Joe Crayne
2020-01-01Made the BucketRefresher state accessible from CommonAPI.Joe Crayne
2020-01-01Reverted 6ebe91b6: abandoning the async search design for now.Joe Crayne
2020-01-01Convert zbase32 tox node-id to hex.Joe Crayne
2020-01-01ToxManager simplification.Joe Crayne
2020-01-01Renamed 'onion' command to just 'o'.Joe Crayne
2020-01-01Improved 'c' command.Joe Crayne
2020-01-01Schedule TCP chat-link session attempts.Joe Crayne
2020-01-01Multi Transports: TCP for DHT/Cookies/Handshakes.Joe Crayne
2020-01-01Maintain special relay links for connectivity purposes.Joe Crayne
2020-01-01Simplification and documentation of Announcer.Joe Crayne
2020-01-01Renamed OnionRouter -> Network.Tox.Onion.RoutesJoe Crayne
2020-01-01Command 'r' to generate random node ids.Joe Crayne
2020-01-01Switch to disable TCP.Joe Crayne
2020-01-01Refactoring.Joe Crayne
2020-01-01Tox-XMPP: Switched to z-base32 domain names.Joe Crayne
2020-01-01TCP Relay: use same crypto keys as Tox UDP node.Joe Crayne
2020-01-01Quit XMPP.monitor thread.Joe Crayne
2020-01-01Clean up "localchat" thread.Joe Crayne
2020-01-01Shutdown Tox TCP Relay.Joe Crayne
2020-01-01More thread cleanup.Joe Crayne
2020-01-01convert forkIO to forkLabeled (wip)James Crayne
2020-01-01Use GHC's closeFdWith to un-block recvFrom.Joe Crayne
2020-01-01Debugging recvFrom termination.Joe Crayne
2020-01-01implement --noavahiJames Crayne
2020-01-01End-of-daemon thread report.Joe Crayne
2020-01-01--help for dhtdJames Crayne
2020-01-01Factor out some new librariesJames Crayne