summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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
2018-06-01Minor modernization of ControlMaybe utilities.joe
2018-06-01Remove ControlMaybe dependency from ConfigFiles.joe
2018-05-30generalize NetCryptoSession to more statesJames Crayne
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
2018-05-30runCryptoHook on incoming lossless messagesJames Crayne
2018-05-30comment out base nonce compare on repeat handshakeJames Crayne
2018-05-30last2Bytes should be Word16James Crayne
2018-05-30debug trace in outgoing threadJames Crayne
2018-05-30comment showing relation between old and new crypto session status typesJames Crayne
2018-05-31Oops, fixed syntax errors in Connection.Tox.joe
2018-05-31Ord instance for Connection.Status.joe
2018-05-31Document ToxProgress type.joe
2018-05-30oops, fix buildJames Crayne
2018-05-30more debug messages in cryptoNetHandlerJames Crayne
2018-05-30off by 1 bugJames Crayne
2018-05-30debug traces, handle Nothing case in ncToWireJames Crayne
2018-05-31Update roster and supplied dht-key seperately (in case no dhtkey).joe
2018-05-31Use hard-coded default nospam id.joe
2018-05-29remove xmpp flag from cabal fileJames Crayne
2018-05-29debug traces, remember to remove laterJames Crayne
2018-05-29some junk, stash in testcookie for nowJames Crayne
2018-05-29initialize escape range in ncOutgoingIdMap, TODO commentsJames Crayne
2018-05-29Merge branch 'dht-presence' of 192.168.1.66:bittorrent into dht-presenceJames Crayne
2018-05-31Simulate instant message for each in-bound tox crypto packet.joe
2018-05-31Do-nothing tox-to-xmpp conversion conduits.joe
2018-05-29initialize ncOutgoingIdMapJames Crayne
2018-05-29handle empty case with ncOutgoingQueueJames Crayne
2018-05-31Send handshake response packet.joe
2018-05-29use PublicKey to encode handshake not dhtkeyJames Crayne
2018-05-31Use user-keys (not DHT-key) when encrypting initial handshake.joe
2018-05-31Nitpicking variable names.joe