summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)Author
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
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
2017-11-21ToxManager reworked stubs.joe
2017-11-21Renamed Roster -> ContactInfo, reverted toxManager stubs.joe
2017-11-21Interface to enable Tox users in an XMPP client's roster.joe
2017-11-21Use the addNewSessionHook, rename announceToxConnectionJames Crayne
2017-11-20Rename: Server -> Connection.TcpJames Crayne
2017-11-19Conduit stubs to convert between Tox and XMPP messages.joe
2017-11-19Added monad-control to dhtd build.joe
2017-11-18New cli "c" interface to Connection.Manager.joe
2017-11-17Generic connection manager for Tox and XMPP.joe
2017-11-12We no longer require root. (ConsoleWriter is disabled without).joe
2017-11-10XMPP client now receives roster on request.joe
2017-11-09Combined XMPP daemon into examples/dhtd.joe
2017-11-08dhtBootstrapjoe
2017-11-08Bootstrapping rework in progress.joe
2017-11-06Factored out Network.Kademlia.Bootstrap.joe