summaryrefslogtreecommitdiff
path: root/src/Network/Tox/Crypto
AgeCommit message (Expand)Author
2018-06-22Removed redundant imports and other clean up.joe
2018-06-22OutGoingResult now offers packet for conveniencejim@bo
2018-06-22packet request off by 1 serializatoin fix & getMissing fixjim@bo
2018-06-22call destroySession before freshCrpytoSession on Reset-handshakejim@bo
2018-06-22fix thread cleanup bugjim@bo
2018-06-22longer ncRequestInterval (easier debugging)jim@bo
2018-06-21NetCrypto IdleEvents,TimeOutsjim@bo
2018-06-21PacketRequest deserialize should match serializejim@bo
2018-06-21TODO comments regarding ncStoredRequestsjim@bo
2018-06-21lengthen packet request interval while debuggingjim@bo
2018-06-21DPut Trace Variationsjim@bo
2018-06-21packet request handling, finished all todo stubs (needs test)jim@bo
2018-06-21handlePacketRequest functionjim@bo
2018-06-21Packet request Thread, ready for testingjim@bo
2018-06-21netCrypto packet-request thread wip (continued)jim@bo
2018-06-21netCrypto packet-request thread wipjim@bo
2018-06-21netcrypto debug messages, extra online packet, and try thrice codejim@bo
2018-06-20debug message in defaultUnRecHookjim@bo
2018-06-20fix nonexaustive patternJames Crayne
2018-06-20netcrypto bug fixesJames Crayne
2018-06-19cleanup code for netcrypto sessionsJames Crayne
2018-06-18Factored Network.Tox.Handshake out of *.Crypto.Handlers.joe
2018-06-18send ONLINE automaticallyJames Crayne
2018-06-18show message on ping recievedJames Crayne
2018-06-18labelThread immediatelyJames Crayne
2018-06-17Adjusted ping behavior for toxcore compatibility.joe
2018-06-18netcrypto ping thread wipJames Crayne
2018-06-17Added packet-id values grepped from c-toxcore.joe
2018-06-16more persueContact wipjoe
2018-06-16remove accepting-task, and initialize toxMgr fieldJames Crayne
2018-06-16Experimental Connection.Tox integrationJames Crayne
2018-06-13tox: mechanism to register node-info callbacks.joe
2018-06-10Tox: improved data-to-route and onion debug prints.joe
2018-06-09addSessinToMap (dead code for now, used for debugging)James Crayne
2018-06-08check basenonce matches on handshakeJames Crayne
2018-06-08add ONLINE&OFFLINE messages to last 10 message bufferJames Crayne
2018-06-08use Control.Concurrent.Lifted.Instrument so threads are listedJames Crayne
2018-06-01dont discard session secret on response handshake!James Crayne
2018-06-01debug prints and remove unnecessary threadDelayJames Crayne
2018-06-01canonicalize ip upon sessionPacketHJames Crayne
2018-06-01fix CryptoMessage seralizing issueJames Crayne
2018-05-31more careful updateCryptoSessionJames Crayne
2018-05-31canonicalize sockaddr before lookups and insertions into mapJames Crayne
2018-05-31yet more debug printsJames Crayne
2018-05-31{fresh,update}CryptoSession are now in STMJames Crayne
2018-05-31debug prints and clean up stale sessionsJames Crayne
2018-05-31freshCryptoSession should update lookup structuresJames Crayne
2018-05-31HandshakeData should include my session public, not my long termJames Crayne
2018-05-31debugging sessionPacketHJames Crayne
2018-05-31remove dumb else clause on duplicate packet caseJames Crayne