summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2017-11-23remove obsolete receiveCrypto functionJames Crayne
2017-11-23Removed obsolete parameter.joe
2017-11-22Keep a per-session selected user key state.joe
2017-11-22Updated build scripts.joe
2017-11-23dequeueOutgoing threadJames Crayne
2017-11-22NoSpamId type to include nospam + checksum + public key.joe
2017-11-22dequeue thread & handle session closeJames Crayne
2017-11-22xmpp flagJames Crayne
2017-11-22Todo comments.joe
2017-11-22Rangemap, for use with outgoingJames Crayne
2017-11-21Announcer: trigger action on search result.joe
2017-11-21slightly better default outgoing map, but needs optimizing etcJames Crayne
2017-11-21Added missing type signatures in ByteStringOperators.joe
2017-11-21Outgoing Sink & overwrite old packets in PacketOutQueueJames Crayne
2017-11-21export readyOutGoing, for doing IO before enqueuing outgoingJames Crayne
2017-11-21fix buildJames Crayne