index
:
dht-client.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Network
/
Tox
/
Onion
/
Transport.hs
Age
Commit message (
Expand
)
Author
2018-06-20
route more logging through dput
Andrew Cady
2018-06-20
port to newer versions of packages:
jim@bo
2018-06-10
Tox: improved data-to-route and onion debug prints.
joe
2018-05-30
tox: Removed obsolete "userKeys" TVar, use keys from ContactInfo.
joe
2018-05-29
dput: suppressible debug prints
James Crayne
2017-11-24
Made "dhtkey" and "friend" automated with "a" command.
joe
2017-11-05
Fixed Onion.Transport.decrypt broken by side-effecting style
joe
2017-11-05
Adapted computeSharedSecret to a side-effecting interface.
joe
2017-11-04
Quieter output and some bug fixes.
joe
2017-11-02
Fixed onion routes for IPv4-mapped IPv6 addresses.
joe
2017-10-28
cookieRequest Query + build fix
Debian Live user
2017-10-25
Debugged encodeDataToRoute/parseDataToRoute.
joe
2017-10-24
Implemented "dhtkey" publish method.
joe
2017-10-23
Decryption layer for data-to-route messages.
joe
2017-10-23
Incoming rendezvous-mediated messages should be associated
joe
2017-10-21
Renamed Assym -> Asymm (short for asymmetric).
joe
2017-10-21
Now searches using store command when we own the key.
joe
2017-10-19
Successful toxid announce.
joe
2017-10-19
Encrypt Tox's store-key announcement with the key being stored.
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-01
Ability to send onion messages when given a path.
joe
2017-09-23
Removed unused extension.
joe
2017-09-23
fix build on ghc-7.10.3
James Crayne
2017-09-20
Added outbound initiation addresses to the Onion transport.
joe
2017-09-15
Exempt DataToRoute requests from decryption.
joe
2017-09-15
Renamed Network.Tox.(Address -> NodeId).
joe
2017-09-15
Moved OnionTransport to its hierarchical location.
joe