summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2019-07-01update stackage to lts-13.26 and fix buildAndrew Cady
2019-01-31Enable toxtcp network for IPv4-only mode.Joe Crayne
2019-01-16kademlia: support for async search queries.Joe Crayne
2018-12-27TCP-related Debug info.Joe Crayne
2018-12-16More TCP work.Joe Crayne
2018-12-16WIP: Support for sending onion queries to TCP relays.Joe Crayne
2018-12-16Maintain a separate TCP-capable trampoline set for onion routing.Joe Crayne
2018-12-16cli: Report TCP prober stats with onion stats.Joe Crayne
2018-12-16TCP Prober.Joe Crayne
2018-12-16Integrated cli interface to TCP Kademlia table.Joe Crayne
2018-12-16Fallback bind-addresses for Tox UDP.Joe Crayne
2018-12-16group chat invite accepted message.Joe Crayne
2018-12-16dependent-sum based CryptoMessage.Joe Crayne
2018-12-16Standalone TCP relay using library module.Joe Crayne
2018-12-16TCP Relay Server library module.Joe Crayne
2018-12-16StreamServer: Support for fall-back bind-addresses.Joe Crayne
2018-12-16Onion: Support for forwarding from a TCP-relay.Joe Crayne
2018-12-16More work on TCP relay.Joe Crayne
2018-12-16Decrypt TCP relay packets.Joe Crayne
2018-12-16WIP: Standalone TCP relay example program.Joe Crayne
2018-11-27Extra debug print when sending announce response.Joe Crayne
2018-11-27AliceBob: Well known test keys for Curve25519.Joe Crayne
2018-11-14MUC: Two-step nominate/comit chat transactions.Joe Crayne
2018-11-04Preparation to move DPut to a separate project.James Crayne
2018-11-03Updated testTox.Joe Crayne
2018-11-03Switched to new session tracker.Joe Crayne
2018-11-03Use seqence number context when serializing CryptoMessage.Joe Crayne
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
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