index
:
dht-client.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
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-12
Type signatures and Contravariant instance.
joe
2017-10-02
Stubs for maintaining onion routes.
joe
2017-10-01
Ability to send onion messages when given a path.
joe
2017-09-30
Spelling fixes.
joe
2017-09-30
This makes TransactionMethods into STM actions so that they can be
joe
synced with an auxiliary data structure. I also made Contravariant instances since we depend on contravariant anyway now.
2017-09-23
Removed unused extension.
joe
2017-09-23
fix build on ghc-7.10.3
James Crayne
2017-09-22
Corrected spelling errors in comments.
joe
2017-09-20
Side-effecting variant of partitionTransport.
joe
2017-09-20
Added outbound initiation addresses to the Onion transport.
joe
2017-09-20
Renamed "keys" command to "toxids".
joe
2017-09-20
Export 'toPublic' from Crypto.Tox for computing public key.
joe
2017-09-20
Refresh tweak. Search own-id only for refreshing the last bucket.
joe
2017-09-16
Added -e description to upnpc commandline.
joe
2017-09-16
UPNP port requests (requires miniupnpc).
joe
2017-09-15
Exempt DataToRoute requests from decryption.
joe
2017-09-15
Renamed Network.Tox.(Address -> NodeId).
joe
2017-09-15
Moved Network.DHT.Routing -> Network.Kademlia.Routing
joe
2017-09-15
Moved Network.BitTorrent.DHT.Search -> Network.Kademlia.Search
joe
2017-09-15
Deleted obsolete cruft.
joe
2017-09-15
Renamed package to dht-client.
joe
2017-09-15
Separating dht-client library from bittorrent package.
joe
2017-09-15
Deleted some obsolete cruft.
joe
2017-09-15
Fixed haddock parse errors.
joe
2017-09-15
Updated cabal build.
joe
2017-09-15
Separated back-ported cryptonite files.
joe
2017-09-15
Moved top-level Tox module to hierarchical location.
joe
2017-09-15
Moved ToxTransport to its hierarchical location.
joe
2017-09-15
Moved CryptoTransport to its hierarchical location.
joe
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
Added missing OnionHandlers module.
2017-09-15
Moved ToxAddress to hierarchical location.
joe
2017-09-15
Moved Mainline 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 Tasks 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-14
Fixed leak in thread instrumentation.
joe
2017-09-14
Fixed onion protocol.
joe
2017-09-13
Correctly isolate variable-width onion payloads.
joe
2017-09-13
Implemented symmetric cipher.
joe
[next]