index
:
dht-client.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Network
/
Tox
/
NodeId.hs
Age
Commit message (
Expand
)
Author
2018-11-04
Build fixes for GHC 8.6.1
Joe Crayne
2018-09-07
Removed obsolete Connection.Tox.
Joe Crayne
2018-06-24
XMPP: Type-checking on various uses of SockAddr.
joe
2018-06-23
atox: subProcess exe launch from dhtd netcrypto command
jim@bo
2018-06-22
Removed redundant imports and other clean up.
joe
2018-06-21
Send outgoing friend requests from XMPP clients.
joe
2018-06-20
port to newer versions of packages:
jim@bo
2018-06-10
Improved nid command JID parsing.
joe
2018-06-08
Accept hexadecimal nospam in jabber-id format.
joe
2018-05-28
add missing top-level type signatures
James Crayne
2018-05-29
WIP: Deliver friend-request to xmpp client.
joe
2018-05-27
Enabled generated nospam-id via the "nid" command.
joe
2018-05-20
Allow non-JID (standard tox hex) input for NoSpamId.
joe
2018-05-20
Implemented "nid" command to convert hex toxid.
joe
2017-11-29
Disabled curve 25519 backport for newer cryptonite library.
joe
2017-11-22
NoSpamId type to include nospam + checksum + public key.
joe
2017-11-04
Tox: Memoized id2key to avoid allocate and memcpy.
joe
2017-11-03
Changed NodeId hash function.
joe
2017-10-29
Serialize instance for Handshake.
joe
2017-10-14
Partitioned friend-request transport from the onion transport.
joe
2017-10-13
Switched toxid format from hexadecimal to base64.
joe
2017-10-12
WIP Onion routing.
joe
2017-09-23
fix build on ghc-7.10.3
James Crayne
2017-09-15
Renamed Network.Tox.(Address -> NodeId).
joe