index
:
dht-client.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Network
/
Tox
/
Onion
/
Handlers.hs
Age
Commit message (
Collapse
)
Author
2018-11-27
Extra debug print when sending announce response.
Joe Crayne
2018-11-04
Preparation to move DPut to a separate project.
James Crayne
2018-06-22
Removed redundant imports and other clean up.
joe
2018-06-20
port to newer versions of packages:
jim@bo
* iproute >= 1.7.4 * conduit-extra >= 1.1.7
2018-06-09
Expire old tox key announcements after 5 minutes.
joe
2018-05-29
some more dput call sites
James Crayne
2018-05-29
dput: suppressible debug prints
James Crayne
2018-05-24
Document AnnouncedKeys type
James Crayne
2017-11-29
Disabled curve 25519 backport for newer cryptonite library.
joe
2017-11-01
Fix some announce bugs. Still WIP.
joe
2017-10-30
Tox: LanDiscovery packet. Also: IsUnsolicited query/response
joe
classification.
2017-10-25
Debugged encodeDataToRoute/parseDataToRoute.
joe
2017-10-24
Implemented "dhtkey" publish method.
joe
2017-10-23
Incoming rendezvous-mediated messages should be associated
joe
with the anounce alias. Also some cosmetic changes.
2017-10-21
Renamed Assym -> Asymm (short for asymmetric).
joe
2017-10-21
Now searches using store command when we own the key.
joe
This gives us a usable token for storing when the search is complete.
2017-10-21
Made queries to the same node go by the same route.
joe
2017-10-19
Successful toxid announce.
joe
2017-10-18
WIP: Command to publish a toxid on a given node.
joe
2017-10-14
Partitioned friend-request transport from the onion transport.
joe
2017-10-13
Show rendezvous addresses for toxid search results.
joe
2017-10-12
WIP Onion routing.
joe
2017-10-01
Ability to send onion messages when given a path.
joe
2017-09-20
Added outbound initiation addresses to the Onion transport.
joe
2017-09-15
Moved Network.DHT.Routing -> Network.Kademlia.Routing
joe
2017-09-15
Moved OnionHandlers to its hierarchical location.
joe