summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)Author
2018-11-03build fixJoe Crayne
2018-11-03addDestroySessionHookJames Crayne
2018-11-03Implemented showKey for xmpp/tox connection manager.Joe Crayne
2018-11-03More uniform handling for Tox and XMPP peers.Joe Crayne
This is a continuation of the work done in the following commits: 38505a54 Provide a different roster resolver for tox-peers to Presence. fbf9890a Moved resolving duty to Connection manager.
2018-10-03Untested tox: Update buddies/subscribers on established connection.Joe Crayne
2018-10-03Provide a different roster resolver for tox-peers to Presence.Joe Crayne
2018-10-03Debug tag XUnexpected for anomalous unexpected errors.Joe Crayne
2018-10-03Move example utilities into examples directory.Joe Crayne
2018-10-03Moved resolving duty to Connection manager.Joe Crayne
2018-10-03add AppendMsg command to atox IPCJames Crayne
2018-09-08ToxManager rewrite: use aggregated netcrypto sessions.Joe Crayne
2018-09-07xmpp: cache stream nameJoe Crayne
2018-09-07Removed unused arguments to setEstablished/setTerminated.Joe Crayne
2018-09-07More flexible Connection interface.Joe Crayne
2018-09-07Removed obsolete Connection.Tox.Joe Crayne
2018-08-17Simplified PacketQueue/PacketBuffer interface.Joe Crayne
2018-07-05cli: sessions command shows addresses.Joe Crayne
2018-07-05Use ordinary (.tox) hostnames in JIDs from Tox peers to clients.Joe Crayne
2018-06-28More performant pendingRoutes (IntMap -> Array).Joe Crayne
2018-06-27More performant routeMap (IntMap -> Array).Joe Crayne
2018-06-27add sendChatMsg test to testToxJames Crayne
2018-06-27testTox now simulates netCrypto sessionJames Crayne
2018-06-27update cabal fileJames Crayne
2018-06-26testTox - bypass data-to-route to inform node about dht-key.joe
2018-06-26Thread report in test program.joe
2018-06-26testTox: a pair of simulated tox nodes.joe
2018-06-25Separated conduit parser and general tox-manager stuff.joe
2018-06-25Forward instant messages from XMPP clients to Tox peers.joe
2018-06-24 * Prevent XMPP layer from sending pings to tox peer.joe
* Lookup node-id for specifying with "netcrypto" command-line.
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