Age | Commit message (Expand) | Author |
2018-06-21 | PacketRequest deserialize should match serialize | jim@bo |
2018-06-21 | TODO comments regarding ncStoredRequests | jim@bo |
2018-06-21 | lengthen packet request interval while debugging | jim@bo |
2018-06-21 | DPut Trace Variations | jim@bo |
2018-06-21 | packet request handling, finished all todo stubs (needs test) | jim@bo |
2018-06-21 | handlePacketRequest function | jim@bo |
2018-06-21 | Packet request Thread, ready for testing | jim@bo |
2018-06-21 | netCrypto packet-request thread wip (continued) | jim@bo |
2018-06-21 | netCrypto packet-request thread wip | jim@bo |
2018-06-21 | netcrypto debug messages, extra online packet, and try thrice code | jim@bo |
2018-06-20 | debug message in defaultUnRecHook | jim@bo |
2018-06-20 | fix nonexaustive pattern | James Crayne |
2018-06-20 | netcrypto bug fixes | James Crayne |
2018-06-19 | cleanup code for netcrypto sessions | James Crayne |
2018-06-18 | Factored Network.Tox.Handshake out of *.Crypto.Handlers. | joe |
2018-06-18 | send ONLINE automatically | James Crayne |
2018-06-18 | show message on ping recieved | James Crayne |
2018-06-18 | labelThread immediately | James Crayne |
2018-06-17 | Adjusted ping behavior for toxcore compatibility. | joe |
2018-06-18 | netcrypto ping thread wip | James Crayne |
2018-06-17 | Added packet-id values grepped from c-toxcore. | joe |
2018-06-16 | more persueContact wip | joe |
2018-06-16 | remove accepting-task, and initialize toxMgr field | James Crayne |
2018-06-16 | Experimental Connection.Tox integration | James Crayne |
2018-06-13 | tox: mechanism to register node-info callbacks. | joe |
2018-06-10 | Tox: improved data-to-route and onion debug prints. | joe |
2018-06-09 | addSessinToMap (dead code for now, used for debugging) | James Crayne |
2018-06-08 | check basenonce matches on handshake | James Crayne |
2018-06-08 | add ONLINE&OFFLINE messages to last 10 message buffer | James Crayne |
2018-06-08 | use Control.Concurrent.Lifted.Instrument so threads are listed | James Crayne |
2018-06-01 | dont discard session secret on response handshake! | James Crayne |
2018-06-01 | debug prints and remove unnecessary threadDelay | James Crayne |
2018-06-01 | canonicalize ip upon sessionPacketH | James Crayne |
2018-06-01 | fix CryptoMessage seralizing issue | James Crayne |
2018-05-31 | more careful updateCryptoSession | James Crayne |
2018-05-31 | canonicalize sockaddr before lookups and insertions into map | James Crayne |
2018-05-31 | yet more debug prints | James Crayne |
2018-05-31 | {fresh,update}CryptoSession are now in STM | James Crayne |
2018-05-31 | debug prints and clean up stale sessions | James Crayne |
2018-05-31 | freshCryptoSession should update lookup structures | James Crayne |
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 | 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-06-02 | Delete NetCrypto type, separate transports for Handshake,CryptoPacket. | joe |
2018-05-31 | NetCrypto TVars patch: | James Crayne |