Age | Commit message (Expand) | Author |
2018-05-31 | HandshakeData should include my session public, not my long term | James Crayne |
2018-05-31 | debugging sessionPacketH | James Crayne |
2018-05-31 | remove dumb else clause on duplicate packet case | James Crayne |
2018-06-02 | Todo: decryption layer for Handshake transport. | joe |
2018-06-02 | tox refactor: handshakeH uses decryptHandshake. | joe |
2018-06-02 | tox: decryptHandshake function | joe |
2018-05-31 | improve documentation on HandshakeData | James Crayne |
2018-06-02 | Change Cookie -> Cookie Encrypted | joe |
2018-06-02 | Factor anyRight to top-level. | joe |
2018-05-31 | comment netcrypto backoff loop for simpler debugging | James Crayne |
2018-06-02 | Delete NetCrypto type, separate transports for Handshake,CryptoPacket. | joe |
2018-05-31 | NetCrypto TVars patch: | James Crayne |
2018-06-01 | More informative types on toxCrypto/toxHandshakes. | joe |
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-06-01 | Minor modernization of ControlMaybe utilities. | joe |
2018-06-01 | Remove ControlMaybe dependency from ConfigFiles. | joe |
2018-05-30 | generalize NetCryptoSession to more states | James Crayne |
2018-05-30 | runCryptoHook only in dqueue thread for lossless | James Crayne |
2018-06-01 | More ToxProgress states. | joe |
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-06-01 | Use one Tox Connection.Manager for all tox friend-sessions. | joe |
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-31 | Oops, fixed syntax errors in Connection.Tox. | joe |
2018-05-31 | Ord instance for Connection.Status. | joe |
2018-05-31 | Document ToxProgress type. | joe |
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-31 | Use hard-coded default nospam id. | joe |
2018-05-29 | remove xmpp flag from cabal file | James Crayne |
2018-05-29 | debug traces, remember to remove later | James Crayne |
2018-05-29 | some junk, stash in testcookie for now | James Crayne |
2018-05-29 | initialize escape range in ncOutgoingIdMap, TODO comments | James Crayne |
2018-05-29 | Merge branch 'dht-presence' of 192.168.1.66:bittorrent into dht-presence | James Crayne |
2018-05-31 | Simulate instant message for each in-bound tox crypto packet. | joe |
2018-05-31 | Do-nothing tox-to-xmpp conversion conduits. | joe |
2018-05-29 | initialize ncOutgoingIdMap | James Crayne |