summaryrefslogtreecommitdiff
path: root/dht/src/Network/Tox/TCP.hs
AgeCommit message (Expand)Author
2020-01-28Kill tcp session on exception.HEADmasterJoe Crayne
2020-01-28Removed tcp-related traces.Joe Crayne
2020-01-25Ported dhtd to reworked QueryResponse design.Joe Crayne
2020-01-25Show address utilities: showViaRelay and summarizeNodeInfo.Joe Crayne
2020-01-25Establish TCP link when sending OOB packet.Joe Crayne
2020-01-17Improved TCP-mediated handshake protocol.Joe Crayne
2020-01-16Handle out-of-band netcrypto handshake.Joe Crayne
2020-01-16Rewrite ConnectNotification to RoutingResponse.Joe Crayne
2020-01-10First successful TCP relay mediated chat link!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-07Support for async queries.Joe Crayne
2020-01-03QueryResponse: Use three-way sum to distinguish Canceled and Timedout.Joe Crayne
2020-01-01Use tcp table as fallback nodes for onion search.Joe Crayne
2020-01-01Used partitionTransform to simplify the onion client.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-01TCP client: RoutingRequest query + cosmetic changesJoe Crayne
2020-01-01Share TCP Relays with remote via onion message.Joe Crayne
2020-01-01Remove query-id dependency from timeout computation.Joe Crayne
2020-01-01Debug print upon toxid garbage collection.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-01Factor out some new librariesJames Crayne