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
2019-01-31
Debug prints.
Joe Crayne
2019-01-16
Queries table: Switched MVar with callback.
Joe Crayne
2018-12-27
TCP-related Debug info.
Joe Crayne
2018-12-16
WIP: Support for sending onion queries to TCP relays.
Joe Crayne
2018-11-04
Preparation to move DPut to a separate project.
James Crayne
2018-09-07
Allow Transport inbound/outbout types to vary.
Joe Crayne
2018-06-26
Pair of linked transports for testing.
joe
2018-06-22
Quieted some warnings.
joe
2018-06-20
XRoutes debug tag, clearer "k secrets" output, missing signature.
joe
2018-06-20
More DPut stuff
jim@bo
2018-06-19
Partial revert a564eb6, not sure about slower onion performance.
joe
2018-06-19
Slower onion queries improve performance.
joe
2018-05-27
WIP: "lan" command to announce this Tox node on the lan.
joe
2017-11-04
Quieter output and some bug fixes.
joe
2017-11-03
Better handling for Network.Socket.sendTo: does not exist error.
joe
2017-10-31
Revised interface to addHandler:
joe
2017-10-30
Tox: LanDiscovery packet. Also: IsUnsolicited query/response
joe
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