summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2018-05-29session command todo stubsJames Crayne
2018-05-29sendCrypto & friendsJames Crayne
* sendOnline * sendOffline * sendKill * setNick * setStatus * setStatusMsg * setTyping
2018-05-29setNoSpam, and defaultTypingHook (why not?)James Crayne
2018-05-29hooks to keep SessionView up to dateJames Crayne
2018-05-29Started Connection.Tox connection manager.joe
2018-05-29dhtd & Network.Tox.Crypto.Handlers changes:James Crayne
* merge PerSession into NetCryptoSession * define defaultUnRecHook function * netcrypto command wip for testing * update to sessions command
2018-05-29Broadcast eventChan for each configured Tox identity.joe
2018-05-29netCrypto function, ready for testing?James Crayne
2018-05-28remove old dubious TODO commentJames Crayne
2018-05-28Comments documenting tox-related "a" methods.joe
2018-05-28more todo comments on netcrypto functionJames Crayne
2018-05-28netcrypto wip, compilesJames Crayne
2018-05-28Use first known key for cookie response if wrong ip address.joe
This isn't fool-proof, but it enables some testing scenarios where the ip address was not the expected one.
2018-05-27Cookie-related debug print.joe
2018-05-27Update test scripts.joe
2018-05-27Enabled generated nospam-id via the "nid" command.joe
2018-05-26fix hang bug on p commandJames Crayne
2018-05-27Utility for pretty-printing json files: pjsonjoe