summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2018-05-29handshake nonce debug printsJames Crayne
2018-05-29show the contents of userKeys upon handshakeJames Crayne
2018-05-31ToxToXMPP: Stub for address-change. (pattern fail fix)joe
2018-05-31Avoid using tentative netCryptoSessionsState object.joe
2018-05-29remove FIXME commentJames Crayne
nonce bug confirmed as fixed in 9e91ad5c7
2018-05-31parseNetCrypto should peel id byte before deserializing the rest of the message.joe
2018-05-29testcookie program wipJames Crayne
2018-05-29more dput stuffJames Crayne
2018-05-30tox: Removed obsolete "userKeys" TVar, use keys from ContactInfo.joe
2018-05-29some more dput call sitesJames Crayne
2018-05-30Removed useless tvar access.joe
2018-05-30Stop announcing toxid when xmpp clients disconnect.joe
2018-05-29quiet and verbose commands, feedback and more forgiving parseJames Crayne
2018-05-29oops, left out new module in last commitJames Crayne
2018-05-29dput: suppressible debug printsJames Crayne
2018-05-30TODO comment.joe
2018-05-29Show instance for SymmetricKey, more debug printsJames Crayne
2018-05-30WIP: Deliver friend-request to xmpp client. (continued)joe
2018-05-29utf8boldify function definitionJames Crayne
2018-05-29more session commandsJames Crayne
2018-05-28ncLastNMsgs is now CyclicBuffer typeJames Crayne
2018-05-28add missing top-level type signaturesJames Crayne
2018-05-30Data.CyclicBuffer, wipJames Crayne
2018-05-30fix In/Out tags on addMsgToLastNJames Crayne
2018-05-30add outgoing messages to lastNQJames Crayne
2018-05-30add ViewSnapshot to ncLastNMsg queueJames Crayne
2018-05-30FIXME comment in cryptoNetHandlerJames Crayne
2018-05-30fix backoff, and more debug printsJames Crayne
2018-05-30exponential backoff on netCrypto and more debug printsJames Crayne
2018-05-30netcrypto command to allow ip addrJames Crayne
2018-05-29setContactAddr : update ip address for tox friend.joe
2018-05-30Finish "session" and "netcrypto" todo stubsJames Crayne
2018-05-29netcrypto command should not use dhtParseIdJames Crayne
2018-05-29Obtain selected secret-key from STM state.joe
2018-05-29Comments & variable names onlyJames Crayne
2018-05-29WIP: Deliver friend-request to xmpp client.joe