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 (
Collapse
)
Author
2018-06-19
Partial revert a564eb6, not sure about slower onion performance.
joe
2018-06-19
Slower onion queries improve performance.
joe
2018-06-18
fix build
Andrew Cady
2018-06-18
tox: Automatically share dhtkey with roster contacts.
joe
2018-06-18
Tox: Added timestamps to dhtkey and sockaddr information.
joe
2018-06-16
Fill in needed parameters to toxManager.
joe
2018-06-16
tox: Converted Contact struct to use TVar fields.
joe
2018-06-16
remove accepting-task, and initialize toxMgr field
James Crayne
2018-06-16
Experimental Connection.Tox integration
James Crayne
2018-06-13
Facility to report rumored (indirect evidence) ip addresses.
joe
2018-06-09
tox: Label avahi threads.
joe
2018-06-09
kill dnssd threads when kill time comes
Andrew Cady
2018-06-09
integrate avahi publish & discovery
Andrew Cady
2018-06-09
Expire old tox key announcements after 5 minutes.
joe
2018-06-09
Updated error messages referring to non-extant functions.
joe
2018-06-07
Parse ip command output to determine broadcast addresses.
joe
2018-06-01
debug prints and remove unnecessary threadDelay
James Crayne
2018-05-31
need to actually send handshake
James Crayne
2018-05-31
{fresh,update}CryptoSession are now in STM
James Crayne
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
* integrates Connection.Tox and Network.Tox.Crypto.Handlers * Network.Tox.netCrypto function uses freshCryptoSession
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
This is to ready the tree for a memoizing cache of shared secrets.
2017-11-04
Quieter output and some bug fixes.
joe
2017-11-03
Added --dhtkey option.
joe
[next]