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-12-16
Integrated TCP relay server.
Joe Crayne
2018-12-16
Fallback bind-addresses for Tox UDP.
Joe Crayne
2018-12-16
Onion: Support for forwarding from a TCP-relay.
Joe Crayne
2018-11-04
Preparation to move DPut to a separate project.
James Crayne
2018-11-03
Switched to new session tracker.
Joe Crayne
2018-11-03
addDestroySessionHook
James Crayne
2018-09-08
ToxManager rewrite: use aggregated netcrypto sessions.
Joe Crayne
2018-09-07
Removed unused arguments to setEstablished/setTerminated.
Joe Crayne
2018-09-07
tox: Generate keys within STM monad.
Joe Crayne
2018-09-07
Removed obsolete Connection.Tox.
Joe Crayne
2018-06-26
More thorough thread shutdown.
joe
2018-06-26
testTox: a pair of simulated tox nodes.
joe
2018-06-24
Share toxid over avahi
Andrew Cady
2018-06-24
ensure setTerminated not called if there is another NetCryptoSessoin on same key
jim@bo
2018-06-24
call setTerminated from destroySession
jim@bo
2018-06-24
Fixed handshake behavior
Andrew Cady
2018-06-22
Removed redundant imports and other clean up.
joe
2018-06-20
XRoutes debug tag, clearer "k secrets" output, missing signature.
joe
2018-06-20
More DPut stuff
jim@bo
2018-06-20
Parameterized Account to hold arbitrary information.
joe
2018-06-20
fix incomplete pattern match
jim@bo
2018-06-20
port to newer versions of packages:
jim@bo
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
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
[next]