summaryrefslogtreecommitdiff
path: root/dht/src/Network/Tox
AgeCommit message (Expand)Author
2020-01-26Remove timed-out sessions from aggregate map.Joe Crayne
2020-01-25Only one session at a time (per DHT node).Joe Crayne
2020-01-25Ported dhtd to reworked QueryResponse design.Joe Crayne
2020-01-25Use monotonic counter for SecretsCache priority.Joe Crayne
2020-01-25Reject OOB netcrypto sessions.Joe Crayne
2020-01-25Show address utilities: showViaRelay and summarizeNodeInfo.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-25Fixed decryption of cookies via TCP.Joe Crayne
2020-01-24fix formatting which confuses haddockJames Crayne
2020-01-17Improved TCP-mediated handshake protocol.Joe Crayne
2020-01-17Send KillPacket when session terminates.Joe Crayne
2020-01-17Discard unusable Dormant AggregateSession objects.Joe Crayne
2020-01-17Improved netcrypto session cleanup.Joe Crayne
2020-01-16Handle out-of-band netcrypto handshake.Joe Crayne
2020-01-16Rewrite ConnectNotification to RoutingResponse.Joe Crayne
2020-01-16Reclassified some Relay prints to RelayVerbose.Joe Crayne
2020-01-16Fixed serialization of cookie!Joe Crayne
2020-01-14relaySession exception handler.Joe Crayne
2020-01-11Simplified AggregateSession status reporting.Joe Crayne
2020-01-11Fix for tcp-bound DHTKey message (I think).Joe Crayne
2020-01-11Reclassifying debug prints.Joe Crayne
2020-01-11Avoid duplicate connection sessions in relay server.Joe Crayne
2020-01-10First successful TCP relay mediated chat link!Joe Crayne
2020-01-09Improved debug prints.Joe Crayne
2020-01-09Adjusted relay-related debug prints.Joe Crayne
2020-01-09Debug prints when packets when packets are relayed between peers.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-07Support for async queries.Joe Crayne
2020-01-05Forward port to GHC 8.10.1-alpha2 (83edba07e4)Joe Crayne
2020-01-04TCP relay server now binds to UDP node port as fallback.Joe Crayne
2020-01-03QueryResponse: Use three-way sum to distinguish Canceled and Timedout.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-01Use tcp table as fallback nodes for onion search.Joe Crayne
2020-01-01Minor refactor.Joe Crayne
2020-01-01Removed obsolete partitionAndForkTransport hack.Joe Crayne
2020-01-01Improved 'c' command.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-01Parse CryptoPacket and Handshake that come over TCP.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-01TCP client: RoutingRequest query + cosmetic changesJoe Crayne
2020-01-01Share TCP Relays with remote via onion message.Joe Crayne