summaryrefslogtreecommitdiff
path: root/src/Network/QueryResponse.hs
AgeCommit message (Expand)Author
2017-10-28cookieRequest Query + build fixDebian Live user
2017-10-28Use Data.Word64Map in tox clients when 32 bit ghcDebian Live user
2017-10-19Encrypt Tox's store-key announcement with the key being stored.joe
2017-10-13Use alias for onion-routed queries for true anonymization.joe
2017-10-12WIP Onion routing.joe
2017-10-01Ability to send onion messages when given a path.joe
2017-09-30Spelling fixes.joe
2017-09-30This makes TransactionMethods into STM actions so that they can bejoe
2017-09-22Corrected spelling errors in comments.joe
2017-09-20Side-effecting variant of partitionTransport.joe
2017-09-14Switched to the 3-transports (DHT,Onion,Crypto) Tox design.joe
2017-08-29partitionTransport utility.joe
2017-08-11Reply to Announce with AnnounceResponse.joe
2017-08-04Switched awaitMessage to continuation-passing style.joe
2017-08-02More Tox stuff.joe
2017-07-29Tox support.joe
2017-07-25Timeout is microseconds. Pattern fail.joe
2017-07-18Oops. I wasn't giving sendQuery the needed transaction id.joe
2017-07-17Give clientAddress more context to facilitate answering differentlyjoe
2017-07-14Transport modifier utility: onInbound.joe
2017-07-13TOX rewrite: Response nonces are now distinct from query nonces.joe
2017-07-13Tox.newClient now returns a completed Client structure.joe
2017-07-13Refactored transactionMethods arguments into ADT.joe
2017-07-13Made existential transaction tbl parameter for Client.joe
2017-07-13To encode a query, we need the transaction id.joe
2017-07-12WIP: Mainline DHT rewrite.joe
2017-07-12Polymorphic implementation of a query/response protocol.joe