index
:
dht-client.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Network
/
Tox.hs
Age
Commit message (
Expand
)
Author
2017-11-23
dequeueOutgoing thread
James Crayne
2017-11-21
Renamed Roster -> ContactInfo, reverted toxManager stubs.
joe
2017-11-21
build fix: unrestricted import of Crypto.Handlers into Network.Tox
joe
2017-11-21
move netCrypto init stub to Network.Tox
James Crayne
2017-11-21
Use the addNewSessionHook, rename announceToxConnection
James Crayne
2017-11-19
Conduit stubs to convert between Tox and XMPP messages.
joe
2017-11-08
dhtBootstrap
joe
2017-11-08
Tox: Added missing forkPollForRefresh threads.
joe
2017-11-08
Bootstrapping rework in progress.
joe
2017-11-05
Tox: Shared secrets cache.
joe
2017-11-05
Adapted computeSharedSecret to a side-effecting interface.
joe
2017-11-04
Quieter output and some bug fixes.
joe
2017-11-03
Added --dhtkey option.
joe
2017-11-02
Fixed onion routes for IPv4-mapped IPv6 addresses.
joe
2017-11-01
bring crypto-sessions state into scope
James Crayne
2017-10-31
allow hooks to be passed in to newTox
James Crayne
2017-10-31
change name: defaultCryptoDataHooks
James Crayne
2017-10-31
NetCrypto wip, compiles
James Crayne
2017-10-31
Fixed ambiguous type error.
joe
2017-10-31
Revised interface to addHandler:
joe
2017-10-31
NetCrypto wip
James Crayne
2017-10-30
Tox: LanDiscovery packet. Also: IsUnsolicited query/response
joe
2017-10-28
New "cookie" command for tox command-line interface.
joe
2017-10-28
cookieRequest Query + build fix
Debian Live user
2017-10-28
Use Data.Word64Map in tox clients when 32 bit ghc
Debian Live user
2017-10-28
Tox: handle cookie-request message.
joe
2017-10-25
Debugged encodeDataToRoute/parseDataToRoute.
joe
2017-10-24
Added Roster data and dhtkey handler.
joe
2017-10-24
Implemented "dhtkey" publish method.
joe
2017-10-23
Decryption layer for data-to-route messages.
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-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
Use alias for onion-routed queries for true anonymization.
joe
2017-10-12
WIP Onion routing.
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
This makes TransactionMethods into STM actions so that they can be
joe
2017-09-20
Added outbound initiation addresses to the Onion transport.
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
Moved top-level Tox module to hierarchical location.
joe