summaryrefslogtreecommitdiff
path: root/examples/dhtd.hs
AgeCommit message (Expand)Author
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
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-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
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-27WIP: "lan" command to announce this Tox node on the lan.joe
2018-05-25Track dropped crypto packets, sessions command...James Crayne
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
2017-11-22dequeue thread & handle session closeJames Crayne
2017-11-22Todo comments.joe
2017-11-21Announcer: trigger action on search result.joe
2017-11-21Outgoing Sink & overwrite old packets in PacketOutQueueJames Crayne
2017-11-21Moved dequeue-thread responsibility, implemented receiveCrypto.joe
2017-11-21Fleshed out some stubs, added comments.joe