summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-29sendCrypto & friendsJames Crayne
* sendOnline * sendOffline * sendKill * setNick * setStatus * setStatusMsg * setTyping
2018-05-29setNoSpam, and defaultTypingHook (why not?)James Crayne
2018-05-29hooks to keep SessionView up to dateJames Crayne
2018-05-29Started Connection.Tox connection manager.joe
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-29netCrypto function, ready for testing?James Crayne
2018-05-28remove old dubious TODO commentJames Crayne
2018-05-28Comments documenting tox-related "a" methods.joe
2018-05-28more todo comments on netcrypto functionJames Crayne
2018-05-28netcrypto wip, compilesJames Crayne
2018-05-28Use first known key for cookie response if wrong ip address.joe
This isn't fool-proof, but it enables some testing scenarios where the ip address was not the expected one.
2018-05-27Cookie-related debug print.joe
2018-05-27Update test scripts.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-27Comments.joe
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-24crypto hooks now take CryptoMessage not CryptoDataJames Crayne
2018-05-24Document AnnouncedKeys typeJames Crayne
2018-05-23fix build on earlier directory packageJames Crayne
2018-05-23rangemap integrationJames Crayne
Conflicts: dht-client.cabal src/Network/Tox/Crypto/Handlers.hs
2018-05-23Word64Rangemap fixes and improvementsJames Crayne
2018-05-25Debug print on account deactivation.joe
2018-05-25Build fixes.joe
2018-05-24More consistency in name of client JID.joe
2018-05-24More comments.joe
2018-05-24Update build script for targeting Debian stretch.joe
2018-05-24Diagnostic comments and debug print.joe
2018-05-24Dropped dependency on generic-data for now.joe
2018-05-24Add fallback for utmp read fail (for chroot).joe
2018-05-22Configurable bind-addresses for xmpp.joe
2018-05-20Allow non-JID (standard tox hex) input for NoSpamId.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-12-14Remove cryptonite-backport from devel build scripts.joe
2017-12-14Modified readpackets to handle wifi packets.joe
2017-11-30Fixed non-exhaustive pattern added by commit 8413039d.joe
2017-11-29Disabled curve 25519 backport for newer cryptonite library.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