index
:
dht-client.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Tox.hs
Age
Commit message (
Expand
)
Author
2017-09-15
Moved OnionHandlers to its hierarchical location.
joe
2017-09-15
Moved OnionTransport to its hierarchical location.
joe
2017-09-15
Moved DHTHandlers to its hierarchical location.
joe
2017-09-15
Moved DHTTransport to its hierarchical location.
joe
2017-09-15
Moved ToxAddress to hierarchical location.
joe
2017-09-15
Moved ToxCrypto to hierarchical location.
joe
2017-09-15
Added XXD module, useful for debuging bytestings.
joe
2017-09-15
Moved TriadCommittee to hierarchical location.
joe
2017-09-15
Moved Kademlia to hierarchical location.
joe
2017-09-15
Moved Global6 to hierarchical name.
joe
2017-09-15
Removed Obsolete ToxMessage module.
joe
2017-09-14
Switched to the 3-transports (DHT,Onion,Crypto) Tox design.
joe
2017-09-06
Removed Data.Bits requirement for Kademlia node id.
joe
2017-08-11
Unverified: data to route response packet sending.
joe
2017-08-11
Store return paths for announced keys.
joe
2017-08-11
Reply to Announce with AnnounceResponse.
joe
2017-08-05
Implemented Tox's announce handler.
joe
2017-08-05
WIP changing Tox packets.
joe
2017-08-04
Switched awaitMessage to continuation-passing style.
joe
2017-08-02
More Tox stuff.
joe
2017-07-30
more tox work
joe
2017-07-29
Tox support.
joe
2017-07-29
JSON instances for Tox.NodeInfo
joe
2017-07-29
More Tox stuff.
joe
2017-07-29
Tox Routing info.
joe
2017-07-29
More Serialize instances for Tox.
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
Generate 24-bit crypto-nonce for Tox.
joe
2017-07-13
Switch Tox Nonce8 implementation to Word64 from ByteString.
joe
2017-07-13
WIP: Tox DHT rewrite.
joe