summaryrefslogtreecommitdiff
path: root/src/Network/Tox/Crypto
AgeCommit message (Expand)Author
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-31parseNetCrypto should peel id byte before deserializing the rest of the message.joe
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
2018-05-30Data.CyclicBuffer, wipJames Crayne
2018-05-30fix In/Out tags on addMsgToLastNJames Crayne
2018-05-30add outgoing messages to lastNQJames Crayne
2018-05-30add ViewSnapshot to ncLastNMsg queueJames Crayne
2018-05-30FIXME comment in cryptoNetHandlerJames Crayne
2018-05-30fix backoff, and more debug printsJames Crayne
2018-05-30Finish "session" and "netcrypto" todo stubsJames Crayne
2018-05-29sendCrypto & friendsJames Crayne
2018-05-29setNoSpam, and defaultTypingHook (why not?)James Crayne
2018-05-29hooks to keep SessionView up to dateJames Crayne
2018-05-29dhtd & Network.Tox.Crypto.Handlers changes:James Crayne
2018-05-29netCrypto function, ready for testing?James Crayne
2018-05-28netcrypto wip, compilesJames Crayne
2018-05-24crypto hooks now take CryptoMessage not CryptoDataJames Crayne
2018-05-23rangemap integrationJames Crayne
2017-11-23remove obsolete receiveCrypto functionJames Crayne
2017-11-23dequeueOutgoing threadJames Crayne
2017-11-22dequeue thread & handle session closeJames Crayne
2017-11-21slightly better default outgoing map, but needs optimizing etcJames Crayne
2017-11-21addtoNonce24: unsafeDupablePerformIO at def, not call sites.joe
2017-11-21Style clean-up: columns and spacing. No syntax change.joe
2017-11-21Moved dequeue-thread responsibility, implemented receiveCrypto.joe
2017-11-21move netCrypto init stub to Network.ToxJames Crayne
2017-11-21launch ping machine on netcrypto connJames Crayne
2017-11-20announceNewSessionHooks, addNewSessionHookJames Crayne
2017-11-19Note and TODO regarding crypto packet padding.joe
2017-11-19Outgoing queue and relatedJames Crayne
2017-11-19commentJames Crayne
2017-11-19ncOutGoingTypeArray, outgoing is also remappable, +fix obsolete commentJames Crayne
2017-11-19keep it simple,drop unsupported messages, no returning idJames Crayne
2017-11-19rename ncMessageTypes to ncIncomingTypeArrayJames Crayne
2017-11-19ncSessionId, forgetCrypto, and commentsJames Crayne
2017-11-19netCryptoSessionsByKeyJames Crayne
2017-11-19netcrypto dequeue threadJames Crayne
2017-11-19Added PacketQueue for handling inbound netcrypto packets.joe
2017-11-19newHandShakeDataJames Crayne