summaryrefslogtreecommitdiff
path: root/dht/src/Network/Tox.hs
AgeCommit message (Expand)Author
2020-01-25Ported dhtd to reworked QueryResponse design.Joe Crayne
2020-01-25getContactInfo: Send optional TCP connection requests.Joe Crayne
2020-01-25Improved debug prints.Joe Crayne
2020-01-25Moved parse-error printing from addHandler to forkListener.Joe Crayne
2020-01-25Establish TCP link when sending OOB packet.Joe Crayne
2020-01-24Catch exceptions on no avahi dbus service.James Crayne
2020-01-24fix formatting which confuses haddockJames Crayne
2020-01-16Handle out-of-band netcrypto handshake.Joe Crayne
2020-01-16Reverted c3866287: we want to use DHT-key, not the toxid.Joe Crayne
2020-01-12Configure connection requests before having contact's dhtkey.Joe Crayne
2020-01-11Fix for tcp-bound DHTKey message (I think).Joe Crayne
2020-01-11Reclassifying debug prints.Joe Crayne
2020-01-10First successful TCP relay mediated chat link!Joe Crayne
2020-01-09Support for binding UDP "fake" port to simulate TCP-only connections.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-01Minor refactor.Joe Crayne
2020-01-01Used partitionTransform to simplify the onion client.Joe Crayne
2020-01-01Multi Transports: TCP for DHT/Cookies/Handshakes.Joe Crayne
2020-01-01Tox.DHT.Transport: polymorphic address type.Joe Crayne
2020-01-01STM-based awaitMessage.Joe Crayne
2020-01-01Share TCP Relays with remote via onion message.Joe Crayne
2020-01-01Renamed OnionRouter -> Network.Tox.Onion.RoutesJoe Crayne
2020-01-01Switch to disable TCP.Joe Crayne
2020-01-01Remove query-id dependency from timeout computation.Joe Crayne
2020-01-01* Fixed accidental usage of TCP rather than UDP port.Joe Crayne
2020-01-01TCP Relay: use same crypto keys as Tox UDP node.Joe Crayne
2020-01-01Shutdown Tox TCP Relay.Joe Crayne
2020-01-01More thread cleanup.Joe Crayne
2020-01-01Factor out some new librariesJames Crayne