Age | Commit message (Expand) | Author |
2018-06-01 | Separate functions for cryptoNetHandler cases. | joe |
2018-06-01 | tox: Enable nodes with same ip but different id to go into routing table. | joe |
2018-06-01 | tox: Separate transports for handshakes and crypto-packets. | joe |
2018-05-31 | uninitialized HParam fields should be Nothing not error | James Crayne |
2018-05-30 | This patch: | James Crayne |
2018-05-30 | generalize NetCryptoSession to more states | James Crayne |
2018-05-30 | runCryptoHook only in dqueue thread for lossless | James Crayne |
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 | off by 1 bug | James Crayne |
2018-05-30 | debug traces, handle Nothing case in ncToWire | James Crayne |
2018-05-31 | Update roster and supplied dht-key seperately (in case no dhtkey). | joe |
2018-05-29 | debug traces, remember to remove later | James Crayne |
2018-05-29 | initialize escape range in ncOutgoingIdMap, TODO comments | James Crayne |
2018-05-29 | initialize ncOutgoingIdMap | James Crayne |
2018-05-29 | handle empty case with ncOutgoingQueue | James Crayne |
2018-05-31 | Send handshake response packet. | joe |
2018-05-29 | use PublicKey to encode handshake not dhtkey | James Crayne |
2018-05-31 | Use user-keys (not DHT-key) when encrypting initial handshake. | joe |
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-31 | parseNetCrypto should peel id byte before deserializing the rest of the message. | joe |
2018-05-29 | more dput stuff | James Crayne |
2018-05-30 | tox: Removed obsolete "userKeys" TVar, use keys from ContactInfo. | joe |
2018-05-29 | some more dput call sites | James Crayne |
2018-05-30 | Removed useless tvar access. | joe |
2018-05-29 | oops, left out new module in last commit | James Crayne |
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-28 | add missing top-level type signatures | 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-30 | exponential backoff on netCrypto and more debug prints | James Crayne |
2018-05-29 | setContactAddr : update ip address for tox friend. | joe |