summaryrefslogtreecommitdiff
path: root/dht/src/Data
AgeCommit message (Expand)Author
2020-01-25Ported dhtd to reworked QueryResponse design.Joe Crayne
2020-01-25Show address utilities: showViaRelay and summarizeNodeInfo.Joe Crayne
2020-01-25Improved debug prints.Joe Crayne
2020-01-24fix formatting which confuses haddockJames Crayne
2020-01-17Improved netcrypto session cleanup.Joe Crayne
2020-01-16Debug print on key mismatch in cookie.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-09Moved Codec.AsciiKey256 to tox-crypto.Joe Crayne
2020-01-05Forward port to GHC 8.10.1-alpha2 (83edba07e4)Joe Crayne
2020-01-03server library.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-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
2020-01-01Refactored node-id appearance to Codec.AsciiKey256.Joe Crayne
2020-01-01Tox-XMPP: Switched to z-base32 domain names.Joe Crayne
2020-01-01Prefer IPv4 when parsing TCP nodes JSON.Joe Crayne
2020-01-01* Fixed accidental usage of TCP rather than UDP port.Joe Crayne
2020-01-01Show instance for RouteRecord and OnionRoute.Joe Crayne
2020-01-01Move Data.Torrent to torrent-types libraryJames Crayne
2020-01-01Factor out some new librariesJames Crayne