summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)Author
2018-06-24Moved save-nodes to daemon finish.joe
2018-06-24call setTerminated from destroySessionjim@bo
2018-06-24new interval comand, modifies all intervals at oncejim@bo
session 0 interval -- shows the values of intervals on session 0 session 0 interval 0.5 -- half all the intervals on session 0
2018-06-24save nodes on stop commandjim@bo
2018-06-24Fixed handshake behaviorAndrew Cady
The handshake code would flood the network with interminable handshakes.
2018-06-24Abbreviated roster display.joe
2018-06-24Added tox-id annotation to tox peer connections.joe
2018-06-24XMPP: Type-checking on various uses of SockAddr.joe
2018-06-23atox: subProcess exe launch from dhtd netcrypto commandjim@bo
2018-06-23OutGoing hooks so SessionView is updated etcjim@bo
2018-06-22Quieted some warnings.joe
2018-06-22Removed redundant imports and other clean up.joe
2018-06-22OutGoingResult now offers packet for conveniencejim@bo
Also, don't send anohter Online, just send duplicate packet.
2018-06-22Forward port to nightly-2018-06-22.joe
2018-06-21NetCrypto IdleEvents,TimeOutsjim@bo
2018-06-21all debug tags matterAndrew Cady
2018-06-21Remember whether peers are Tox or XMPP connections.joe
2018-06-21Revert "silence ghc deprecation warning"joe
This reverts commit 7f896220887d588bad65aed5900e71823c65692e.
2018-06-21replace XMisc with XUnused as the default verboseTagAndrew Cady
2018-06-21silence ghc deprecation warningAndrew Cady
2018-06-21trivial refactor; ran autoformatterAndrew Cady
2018-06-21trivial refactorAndrew Cady
2018-06-21trivial refactorAndrew Cady
2018-06-21WIP: Deliver tox generated messages to xmpp clients.joe
2018-06-21Send outgoing friend requests from XMPP clients.joe
2018-06-21Added -v option to specify tags from command line.joe
2018-06-20XRoutes debug tag, clearer "k secrets" output, missing signature.joe
2018-06-20More DPut stuffjim@bo
* verbose/quiet without args shows report * verbose all - sets all tags verbose * quiet all - sets all tags quiet * XMisc defaults to verbose, everything else quiet * new XMan tag for ToxManager related stuff * s/hputStrLn stderr/dput XMisc/ in daemon code
2018-06-20More information in "roster" output.joe
2018-06-20Parameterized Account to hold arbitrary information.joe
2018-06-20Filtered search-related threads from "threads" output.joe
2018-06-20Removed resourcet dependency.joe
2018-06-20Export non-ResourceT interface to xmppServer.joe
2018-06-20netcrypto bug fixesJames Crayne
2018-06-20Keep track of age of onion routes.joe
2018-06-19Remember which version of an onion route timed out.joe
2018-06-19move debug prints into DputAndrew Cady
2018-06-19Quieter defaults.joe
2018-06-18Merge branch 'toxManager' of blackbird:bittorrent into avoid-exposing-psqAndrew Cady
2018-06-18Factored separate code-paths for Kademlia announce versus actionjoe
on search result.
2018-06-18avoid exposing PSQAndrew Cady
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