index
:
dht-client.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
OnionRouter.hs
Age
Commit message (
Expand
)
Author
2018-11-04
Build fixes for GHC 8.6.1
Joe Crayne
2018-06-28
More performant pendingRoutes (IntMap -> Array).
Joe Crayne
2018-06-28
Move ready-route retry to happen earlier in OnionRouter STM.
Joe Crayne
2018-06-27
More performant routeMap (IntMap -> Array).
Joe Crayne
2018-06-22
Removed redundant imports and other clean up.
joe
2018-06-20
Keep track of age of onion routes.
joe
2018-06-20
Less sensitive rebuild triggers for onion routes.
joe
2018-06-19
Remember which version of an onion route timed out.
joe
2018-06-09
tox: Keep tramplineIds map in sync when trampoline nodes are abandoned.
joe
2017-11-04
Quieter output and some bug fixes.
joe
2017-11-03
Improved search parameters for tox onion routed queries.
joe
2017-11-02
Fixed onion routes for IPv4-mapped IPv6 addresses.
joe
2017-10-25
Debugged encodeDataToRoute/parseDataToRoute.
joe
2017-10-21
Made queries to the same node go by the same route.
joe
2017-10-20
Some comments.
joe
2017-10-19
Successful toxid announce.
joe
2017-10-16
Build fixes.
joe
2017-10-14
Partitioned friend-request transport from the onion transport.
joe
2017-10-13
Removed unused routeNonce (same nonce for message is used for route).
joe
2017-10-13
Use alias for onion-routed queries for true anonymization.
joe
2017-10-12
WIP Onion routing.
joe
2017-10-02
Stubs for maintaining onion routes.
joe