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
2018-05-31
comment netcrypto backoff loop for simpler debugging
James Crayne
2018-06-02
Delete NetCrypto type, separate transports for Handshake,CryptoPacket.
joe
2018-06-01
More informative types on toxCrypto/toxHandshakes.
joe
2018-06-01
tox: Separate transports for handshakes and crypto-packets.
joe
2018-05-31
uninitialized HParam fields should be Nothing not error
James Crayne
2018-05-30
This patch:
James Crayne
2018-05-31
Update roster and supplied dht-key seperately (in case no dhtkey).
joe
2018-05-31
Use user-keys (not DHT-key) when encrypting initial handshake.
joe
2018-05-29
handshake nonce debug prints
James Crayne
2018-05-30
tox: Removed obsolete "userKeys" TVar, use keys from ContactInfo.
joe
2018-05-30
fix backoff, and more debug prints
James Crayne
2018-05-30
exponential backoff on netCrypto and more debug prints
James Crayne
2018-05-29
netCrypto function, ready for testing?
James Crayne
2018-05-28
remove old dubious TODO comment
James Crayne
2018-05-28
more todo comments on netcrypto function
James Crayne
2018-05-28
netcrypto wip, compiles
James Crayne
2018-05-27
WIP: "lan" command to announce this Tox node on the lan.
joe
2017-11-29
Disabled curve 25519 backport for newer cryptonite library.
joe
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
[next]