Age | Commit message (Expand) | Author |
2018-05-30 | remove byteswqp on last2Bytes | James Crayne |
2018-05-30 | no trace on byteSwap | James Crayne |
2018-05-30 | more netcrypto debug trace messages | James Crayne |
2018-05-30 | decryption bug, try byteswap on last2Bytes | James Crayne |
2018-05-30 | runCryptoHook on incoming lossless messages | James Crayne |
2018-05-30 | comment out base nonce compare on repeat handshake | James Crayne |
2018-05-30 | last2Bytes should be Word16 | James Crayne |
2018-05-30 | debug trace in outgoing thread | James Crayne |
2018-05-30 | comment showing relation between old and new crypto session status types | James Crayne |
2018-05-30 | oops, fix build | James Crayne |
2018-05-30 | more debug messages in cryptoNetHandler | James Crayne |
2018-05-30 | debug traces, handle Nothing case in ncToWire | James Crayne |
2018-05-29 | initialize escape range in ncOutgoingIdMap, TODO comments | James Crayne |
2018-05-29 | initialize ncOutgoingIdMap | James Crayne |
2018-05-31 | Send handshake response packet. | joe |
2018-05-29 | use PublicKey to encode handshake not dhtkey | James Crayne |
2018-05-29 | handshake nonce debug prints | James Crayne |
2018-05-29 | show the contents of userKeys upon handshake | James Crayne |
2018-05-29 | remove FIXME comment | James Crayne |
2018-05-30 | tox: Removed obsolete "userKeys" TVar, use keys from ContactInfo. | joe |
2018-05-29 | dput: suppressible debug prints | James Crayne |
2018-05-29 | Show instance for SymmetricKey, more debug prints | James Crayne |
2018-05-29 | more session commands | James Crayne |
2018-05-28 | ncLastNMsgs is now CyclicBuffer type | James Crayne |
2018-05-30 | Data.CyclicBuffer, wip | James Crayne |
2018-05-30 | fix In/Out tags on addMsgToLastN | James Crayne |
2018-05-30 | add outgoing messages to lastNQ | James Crayne |
2018-05-30 | add ViewSnapshot to ncLastNMsg queue | James Crayne |
2018-05-30 | FIXME comment in cryptoNetHandler | James Crayne |
2018-05-30 | fix backoff, and more debug prints | James Crayne |
2018-05-29 | sendCrypto & friends | James Crayne |
2018-05-29 | setNoSpam, and defaultTypingHook (why not?) | James Crayne |
2018-05-29 | hooks to keep SessionView up to date | James Crayne |
2018-05-29 | dhtd & Network.Tox.Crypto.Handlers changes: | James Crayne |
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 |
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 |