index
:
dht-client.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Network
/
QueryResponse.hs
Age
Commit message (
Expand
)
Author
2017-09-14
Switched to the 3-transports (DHT,Onion,Crypto) Tox design.
joe
2017-08-29
partitionTransport utility.
joe
2017-08-11
Reply to Announce with AnnounceResponse.
joe
2017-08-04
Switched awaitMessage to continuation-passing style.
joe
2017-08-02
More Tox stuff.
joe
2017-07-29
Tox support.
joe
2017-07-25
Timeout is microseconds. Pattern fail.
joe
2017-07-18
Oops. I wasn't giving sendQuery the needed transaction id.
joe
2017-07-17
Give clientAddress more context to facilitate answering differently
joe
2017-07-14
Transport modifier utility: onInbound.
joe
2017-07-13
TOX rewrite: Response nonces are now distinct from query nonces.
joe
2017-07-13
Tox.newClient now returns a completed Client structure.
joe
2017-07-13
Refactored transactionMethods arguments into ADT.
joe
2017-07-13
Made existential transaction tbl parameter for Client.
joe
2017-07-13
To encode a query, we need the transaction id.
joe
2017-07-12
WIP: Mainline DHT rewrite.
joe
2017-07-12
Polymorphic implementation of a query/response protocol.
joe