index
:
dht-client.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Network
/
Tox
/
Crypto
/
Handlers.hs
Age
Commit message (
Collapse
)
Author
2018-05-29
netCrypto function, ready for testing?
James Crayne
2018-05-28
netcrypto wip, compiles
James Crayne
2018-05-24
crypto hooks now take CryptoMessage not CryptoData
James Crayne
2018-05-23
rangemap integration
James Crayne
Conflicts: dht-client.cabal src/Network/Tox/Crypto/Handlers.hs
2017-11-23
remove obsolete receiveCrypto function
James Crayne
2017-11-23
dequeueOutgoing thread
James Crayne
2017-11-22
dequeue thread & handle session close
James Crayne
2017-11-21
slightly better default outgoing map, but needs optimizing etc
James Crayne
2017-11-21
addtoNonce24: unsafeDupablePerformIO at def, not call sites.
joe
2017-11-21
Style clean-up: columns and spacing. No syntax change.
joe
2017-11-21
Moved dequeue-thread responsibility, implemented receiveCrypto.
joe
2017-11-21
move netCrypto init stub to Network.Tox
James Crayne
2017-11-21
launch ping machine on netcrypto conn
James Crayne
2017-11-20
announceNewSessionHooks, addNewSessionHook
James Crayne
2017-11-19
Outgoing queue and related
James Crayne
2017-11-19
comment
James Crayne
2017-11-19
ncOutGoingTypeArray, outgoing is also remappable, +fix obsolete comment
James Crayne
2017-11-19
keep it simple,drop unsupported messages, no returning id
James Crayne
2017-11-19
rename ncMessageTypes to ncIncomingTypeArray
James Crayne
2017-11-19
ncSessionId, forgetCrypto, and comments
James Crayne
2017-11-19
netCryptoSessionsByKey
James Crayne
2017-11-19
netcrypto dequeue thread
James Crayne
2017-11-19
Added PacketQueue for handling inbound netcrypto packets.
joe
2017-11-19
newHandShakeData
James Crayne
2017-11-19
initialize svCacheDir and friends
James Crayne
2017-11-19
Refactor, and bitflags in binary message type
James Crayne
2017-11-19
support mapping msg ids, and partitionTransportM
James Crayne
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-01
fix build
James Crayne
2017-11-01
handle update case of netcrypto handshake
James Crayne
2017-11-01
missing ncGroups initialization
James Crayne
2017-10-31
groupchat state variable
James Crayne
2017-10-31
ncAllSessions
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
obsolete cabal conditional dependency & some missing type sigs
James Crayne
2017-10-31
hook should have access to session tvars
James Crayne
2017-10-31
hook on CryptoData, rather than CryptoMessage
James Crayne
2017-10-31
NetCrypto wip, compiles
James Crayne
2017-10-31
Fixed ambiguous type error.
joe
2017-10-31
missing Network.Tox.Crypto.Handlers
James Crayne