summaryrefslogtreecommitdiff
path: root/examples/dhtd.hs
AgeCommit message (Expand)Author
2018-06-18Factored separate code-paths for Kademlia announce versus actionjoe
2018-06-18tox: Automatically share dhtkey with roster contacts.joe
2018-06-18Use combined IPv6/IPv4 announce item for announcing toxid.joe
2018-06-18Tox: Added timestamps to dhtkey and sockaddr information.joe
2018-06-17Factored out Tox-specific scheduling to Announcer.Tox.joe
2018-06-17Factored ToxManager out of the main module.joe
2018-06-16debug printsjoe
2018-06-16Integrate toxManager interface with xmpp roster call-outs.joe
2018-06-13Facility to report rumored (indirect evidence) ip addresses.joe
2018-06-10Tweaks to announce scheduler.joe
2018-06-10Improved nid command JID parsing.joe
2018-06-09ui: More diagnostic info in onion display.joe
2018-06-09tox: Keep tramplineIds map in sync when trampoline nodes are abandoned.joe
2018-06-09Expire old tox key announcements after 5 minutes.joe
2018-06-08"sessions" comamnd progress columnJames Crayne
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
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