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-10-28
cookieRequest Query + build fix
Debian Live user
2017-10-28
Use Data.Word64Map in tox clients when 32 bit ghc
Debian Live user
2017-10-19
Encrypt Tox's store-key announcement with the key being stored.
joe
2017-10-13
Use alias for onion-routed queries for true anonymization.
joe
2017-10-12
WIP Onion routing.
joe
2017-10-01
Ability to send onion messages when given a path.
joe
2017-09-30
Spelling fixes.
joe
2017-09-30
This makes TransactionMethods into STM actions so that they can be
joe
2017-09-22
Corrected spelling errors in comments.
joe
2017-09-20
Side-effecting variant of partitionTransport.
joe
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