summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)Author
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
2017-11-04Quieter output and some bug fixes.joe
2017-11-03Added --dhtkey option.joe
2017-11-02Fixed onion routes for IPv4-mapped IPv6 addresses.joe
2017-11-01Updated todo.txt and comments.joe
2017-11-01Report exceptions in client session thread to the client.joe
2017-11-01Fixed "ping" and "cookie" commands broken in "help" commit 4a36678.joe
2017-11-01Prevent announce from wrongly halting client session.joe
2017-11-01Merge branch 'dht-rewrite' of jerkface.net:repo/bittorrent into dht-rewritejoe
2017-11-01Fix some announce bugs. Still WIP.joe
2017-11-01Merge branch 'dht-rewrite' of jerkface.net:/home/jim/repo/bittorrent into ↵James Crayne
dht-rewrite
2017-11-01bring crypto-sessions state into scopeJames Crayne
2017-11-01Functional "a" command.joe
2017-11-01more helpJames Crayne
2017-11-01helpJames Crayne
2017-11-01c command...James Crayne
2017-11-01DHTLinks... wipJames Crayne
2017-10-31WIP: a command (recurring announcements) (Part 4)joe
2017-10-31allow hooks to be passed in to newToxJames Crayne
2017-10-30WIP: a command (recurring announcements) (Part 3)joe
2017-10-29WIP: "a" command (recurring announcements) (Part 2)joe
2017-10-29WIP: "a" command (recurring announcements)joe
2017-10-28Expose DHT secret key in the "secrets" method output.joe
2017-10-28Allow cookie command to accept a user key argument.joe
2017-10-28New "cookie" command for tox command-line interface.joe
2017-10-28Generalized "ping" command.joe