index
:
dht-client.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dht
/
examples
/
dhtd.hs
Age
Commit message (
Expand
)
Author
2020-01-28
Command to view individual onion route.
Joe Crayne
2020-01-25
getContactInfo: Send optional TCP connection requests.
Joe Crayne
2020-01-25
Moved parse-error printing from addHandler to forkListener.
Joe Crayne
2020-01-17
Discard unusable Dormant AggregateSession objects.
Joe Crayne
2020-01-16
Reverted c3866287: we want to use DHT-key, not the toxid.
Joe Crayne
2020-01-14
Enable toxid search from TCP-only command-line.
Joe Crayne
2020-01-14
Added startup nodes to CommonAPI search query.
Joe Crayne
2020-01-14
Made client's handshake to/from attributes available to xmppTellNameToClient.
Joe Crayne
2020-01-12
Configure connection requests before having contact's dhtkey.
Joe Crayne
2020-01-11
Removed tput hack.
Joe Crayne
2020-01-11
Renamed streamServer to forkStreamServer.
Joe Crayne
2020-01-09
Support for binding UDP "fake" port to simulate TCP-only connections.
Joe Crayne
2020-01-09
Moved Codec.AsciiKey256 to tox-crypto.
Joe Crayne
2020-01-07
Async search.
Joe Crayne
2020-01-07
Modify kademlia search to distinguish a Canceled from timed-out query.
Joe Crayne
2020-01-01
Now searchCancel works so remove killThread hack.
Joe Crayne
2020-01-01
Modify s command to give bootstrapping info.
Joe Crayne
2020-01-01
Made the BucketRefresher state accessible from CommonAPI.
Joe Crayne
2020-01-01
Reverted 6ebe91b6: abandoning the async search design for now.
Joe Crayne
2020-01-01
Convert zbase32 tox node-id to hex.
Joe Crayne
2020-01-01
ToxManager simplification.
Joe Crayne
2020-01-01
Renamed 'onion' command to just 'o'.
Joe Crayne
2020-01-01
Improved 'c' command.
Joe Crayne
2020-01-01
Schedule TCP chat-link session attempts.
Joe Crayne
2020-01-01
Multi Transports: TCP for DHT/Cookies/Handshakes.
Joe Crayne
2020-01-01
Maintain special relay links for connectivity purposes.
Joe Crayne
2020-01-01
Simplification and documentation of Announcer.
Joe Crayne
2020-01-01
Renamed OnionRouter -> Network.Tox.Onion.Routes
Joe Crayne
2020-01-01
Command 'r' to generate random node ids.
Joe Crayne
2020-01-01
Switch to disable TCP.
Joe Crayne
2020-01-01
Refactoring.
Joe Crayne
2020-01-01
Tox-XMPP: Switched to z-base32 domain names.
Joe Crayne
2020-01-01
TCP Relay: use same crypto keys as Tox UDP node.
Joe Crayne
2020-01-01
Quit XMPP.monitor thread.
Joe Crayne
2020-01-01
Clean up "localchat" thread.
Joe Crayne
2020-01-01
Shutdown Tox TCP Relay.
Joe Crayne
2020-01-01
More thread cleanup.
Joe Crayne
2020-01-01
convert forkIO to forkLabeled (wip)
James Crayne
2020-01-01
Use GHC's closeFdWith to un-block recvFrom.
Joe Crayne
2020-01-01
Debugging recvFrom termination.
Joe Crayne
2020-01-01
implement --noavahi
James Crayne
2020-01-01
End-of-daemon thread report.
Joe Crayne
2020-01-01
--help for dhtd
James Crayne
2020-01-01
Factor out some new libraries
James Crayne