summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)Author
2018-06-08"sessions" comamnd progress columnJames Crayne
Trade old "handled" and "unhandled" count columns for a column which shows the state of session.
2018-06-08Fixed jabber hostname for simulated xmpp messages.joe
2018-06-06Moved persistence and generic dht api from main module to library.joe
2018-06-01msg display issuesJames Crayne
2018-05-31more careful updateCryptoSessionJames Crayne
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-29some junk, stash in testcookie for nowJames Crayne
2018-05-31Do-nothing tox-to-xmpp conversion conduits.joe
2018-05-31Nitpicking variable names.joe
2018-05-31Avoid using tentative netCryptoSessionsState object.joe
2018-05-31parseNetCrypto should peel id byte before deserializing the rest of the message.joe
2018-05-29testcookie program wipJames Crayne
2018-05-30tox: Removed obsolete "userKeys" TVar, use keys from ContactInfo.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-29dput: suppressible 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-30netcrypto command to allow ip addrJames Crayne
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-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-28Comments documenting tox-related "a" methods.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
2018-05-27WIP: "lan" command to announce this Tox node on the lan.joe
2018-05-25Track dropped crypto packets, sessions command...James Crayne
(cherry-pick of b8ef29e3d43)
2018-05-25sessions command, for debuging netcryptoJames Crayne
2018-05-24PerSession, queue of handled/unhandled cryptomessagesJames Crayne
2018-05-25Debug print on account deactivation.joe
2018-05-22Configurable bind-addresses for xmpp.joe
2018-05-20Implemented "nid" command to convert hex toxid.joe
2018-05-19Auto-schedule DHT announce for toxmpp sessions.joe
2018-05-19Implemented command to list scheduled announcements.joe
2018-05-19Activate tox user key from xmpp configuration.joe
2018-05-18Daemon options to enable or disable XMPP.joe
2017-11-27TODO comments for handling tox eof.joe
2017-11-26Prefer newer info in mergeContact and store connection policy.joe
2017-11-26Use Data.Set to track which accounts activate for XMPP clients.joe
2017-11-24Made "dhtkey" and "friend" automated with "a" command.joe
2017-11-23Removed obsolete parameter.joe
2017-11-22Keep a per-session selected user key state.joe