summaryrefslogtreecommitdiff
path: root/src/Network/Tox/Crypto/Handlers.hs
AgeCommit message (Expand)Author
2018-06-09addSessinToMap (dead code for now, used for debugging)James Crayne
2018-06-08check basenonce matches on handshakeJames Crayne
2018-06-08add ONLINE&OFFLINE messages to last 10 message bufferJames Crayne
2018-06-08use Control.Concurrent.Lifted.Instrument so threads are listedJames Crayne
2018-06-01dont discard session secret on response handshake!James Crayne
2018-06-01debug prints and remove unnecessary threadDelayJames Crayne
2018-06-01canonicalize ip upon sessionPacketHJames Crayne
2018-05-31more careful updateCryptoSessionJames Crayne
2018-05-31canonicalize sockaddr before lookups and insertions into mapJames Crayne
2018-05-31yet more debug printsJames Crayne
2018-05-31{fresh,update}CryptoSession are now in STMJames Crayne
2018-05-31debug prints and clean up stale sessionsJames Crayne
2018-05-31freshCryptoSession should update lookup structuresJames Crayne
2018-05-31HandshakeData should include my session public, not my long termJames Crayne
2018-05-31debugging sessionPacketHJames Crayne
2018-05-31remove dumb else clause on duplicate packet caseJames Crayne
2018-06-02tox refactor: handshakeH uses decryptHandshake.joe
2018-06-02tox: decryptHandshake functionjoe
2018-06-02Change Cookie -> Cookie Encryptedjoe
2018-06-02Factor anyRight to top-level.joe
2018-06-02Delete NetCrypto type, separate transports for Handshake,CryptoPacket.joe
2018-05-31NetCrypto TVars patch:James Crayne
2018-06-01Separate functions for cryptoNetHandler cases.joe
2018-05-30This patch:James Crayne
2018-05-30generalize NetCryptoSession to more statesJames Crayne
2018-05-30runCryptoHook only in dqueue thread for losslessJames Crayne
2018-05-30remove byteswqp on last2BytesJames Crayne
2018-05-30no trace on byteSwapJames Crayne
2018-05-30more netcrypto debug trace messagesJames Crayne
2018-05-30decryption bug, try byteswap on last2BytesJames Crayne
2018-05-30runCryptoHook on incoming lossless messagesJames Crayne
2018-05-30comment out base nonce compare on repeat handshakeJames Crayne
2018-05-30last2Bytes should be Word16James Crayne
2018-05-30debug trace in outgoing threadJames Crayne
2018-05-30comment showing relation between old and new crypto session status typesJames Crayne
2018-05-30oops, fix buildJames Crayne
2018-05-30more debug messages in cryptoNetHandlerJames Crayne
2018-05-30debug traces, handle Nothing case in ncToWireJames Crayne
2018-05-29initialize escape range in ncOutgoingIdMap, TODO commentsJames Crayne
2018-05-29initialize ncOutgoingIdMapJames Crayne
2018-05-31Send handshake response packet.joe
2018-05-29use PublicKey to encode handshake not dhtkeyJames Crayne
2018-05-29handshake nonce debug printsJames Crayne
2018-05-29show the contents of userKeys upon handshakeJames Crayne
2018-05-29remove FIXME commentJames Crayne
2018-05-30tox: Removed obsolete "userKeys" TVar, use keys from ContactInfo.joe
2018-05-29dput: suppressible debug printsJames Crayne
2018-05-29Show instance for SymmetricKey, more debug printsJames Crayne
2018-05-29more session commandsJames Crayne
2018-05-28ncLastNMsgs is now CyclicBuffer typeJames Crayne