summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-06-08use Control.Concurrent.Lifted.Instrument so threads are listedJames Crayne
2018-06-08tox: Put IPv6 nodes in their own table. (fixed typo).joe
2018-06-07Parse ip command output to determine broadcast addresses.joe
2018-06-07Remember to offer a patch to cryptonite for nacl compatibility.joe
2018-06-07Use -fobject-code for dht executable.joe
2018-06-06update gitignoreAndrew Cady
2018-06-06add stack.yamlAndrew Cady
2018-06-06Moved persistence and generic dht api from main module to library.joe
2018-06-01dont discard session secret on response handshake!James Crayne
2018-06-01debug prints and remove unnecessary threadDelayJames Crayne
2018-06-01msg display issuesJames Crayne
2018-06-01canonicalize ip upon sessionPacketHJames Crayne
2018-06-02Fix vnet test script to use only wlan0.joe
2018-06-01attempt to improve vnet scriptsJames 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-31need to actually send handshakeJames 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
2018-06-02Todo: decryption layer for Handshake transport.joe
2018-06-02tox refactor: handshakeH uses decryptHandshake.joe
2018-06-02tox: decryptHandshake functionjoe
2018-05-31improve documentation on HandshakeDataJames Crayne
2018-06-02Change Cookie -> Cookie Encryptedjoe
2018-06-02Factor anyRight to top-level.joe
2018-05-31comment netcrypto backoff loop for simpler debuggingJames Crayne
2018-06-02Delete NetCrypto type, separate transports for Handshake,CryptoPacket.joe
2018-05-31NetCrypto TVars patch:James Crayne
* Change UponHandshake values in NetCryptoSession to TVars * factor freshCryptoSession, new functions: runUponHandshake createNetCryptoOutQueue * Try to handle intitated vs uninitiated sessions better (modifications to updateCryptoSession)
2018-06-01More informative types on toxCrypto/toxHandshakes.joe
2018-06-01Separate functions for cryptoNetHandler cases.joe
2018-06-01tox: Enable nodes with same ip but different id to go into routing table.joe
2018-06-01tox: Separate transports for handshakes and crypto-packets.joe
2018-05-31uninitialized HParam fields should be Nothing not errorJames Crayne
2018-05-30This patch:James Crayne
* integrates Connection.Tox and Network.Tox.Crypto.Handlers * Network.Tox.netCrypto function uses freshCryptoSession
2018-06-01Minor modernization of ControlMaybe utilities.joe
2018-06-01Remove ControlMaybe dependency from ConfigFiles.joe
2018-05-30generalize NetCryptoSession to more statesJames Crayne
* adapt code to use types isomorphic to Maybe but which inform what state the connection must be in at the time the code is run. * also add more documentation
2018-05-30runCryptoHook only in dqueue thread for losslessJames Crayne
2018-06-01More ToxProgress states.joe
2018-05-30remove byteswqp on last2BytesJames Crayne
2018-05-30no trace on byteSwapJames Crayne
2018-05-30more netcrypto debug trace messagesJames Crayne
2018-06-01Use one Tox Connection.Manager for all tox friend-sessions.joe
2018-05-30decryption bug, try byteswap on last2BytesJames Crayne