summaryrefslogtreecommitdiff
path: root/src/Network/Tox
AgeCommit message (Collapse)Author
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-17make ignoring lan message suppressibleJames Crayne
2018-06-16more persueContact wipjoe
2018-06-16tox: Converted Contact struct to use TVar fields.joe
2018-06-16remove accepting-task, and initialize toxMgr fieldJames Crayne
2018-06-16Experimental Connection.Tox integrationJames Crayne
2018-06-16CookieData should contain remote keys onlyJames Crayne
2018-06-13tox: mechanism to register node-info callbacks.joe
2018-06-13Facility to report rumored (indirect evidence) ip addresses.joe
2018-06-13tox: Node-address notifications.joe
2018-06-10Tox: improved data-to-route and onion debug prints.joe
2018-06-10Improved nid command JID parsing.joe
2018-06-09Use IPv4 for tentative tox4 address.joe
2018-06-09addSessinToMap (dead code for now, used for debugging)James Crayne
2018-06-09integrate avahi publish & discoveryAndrew Cady
2018-06-09Merge branch 'dht-presence' of blackbird:bittorrentAndrew Cady
2018-06-09Expire old tox key announcements after 5 minutes.joe
2018-06-09test publishing and retrieval of NodeInfo via avahiAndrew Cady
2018-06-08add avahi dependencyAndrew Cady
2018-06-08tox: Put IPv6 nodes in their own table. (fixed typo).joe
2018-06-08check basenonce matches on handshakeJames Crayne
2018-06-08add ONLINE&OFFLINE messages to last 10 message bufferJames Crayne
2018-06-08Accept hexadecimal nospam in jabber-id format.joe
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
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-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-01Separate functions for cryptoNetHandler cases.joe