summaryrefslogtreecommitdiff
path: root/src/Network/QueryResponse.hs
AgeCommit message (Expand)Author
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