Skip to content

Releases: Cryptodog/cryptodog

v2.6.0

19 Nov 15:07
Compare
Choose a tag to compare
  • Use Argon2id and HKDF to:
    • Avoid sending plaintext room names to the server
    • Derive a room secret from the plaintext room name that authenticates ECDH key exchange for group messages
  • Add a strength meter to inform users how resistant their room name is to brute-force/dictionary attacks
  • Add a button to generate random, pronounceable room names
  • Various login page and help text tweaks

v2.5.9

12 Mar 19:55
Compare
Choose a tag to compare

Cryptodog 2.5.8

03 Sep 23:11
Compare
Choose a tag to compare
  • Stability and security improvements (catch exceptions during multiparty/OTR message handling)
  • SMP verification is now opt-in on a per-buddy basis, with intent to deprecate and remove in 2.6.0
  • Anti-spam bugfixes
  • UI bugfixes
  • Buddy colors now pre-selected to be aesthetically pleasing

Cryptodog 2.5.7

02 Feb 17:58
Compare
Choose a tag to compare
  • Handle XMPP pings to eliminate "phantom" users (prior versions will no longer work correctly with the Cryptodog server)

Cryptodog 2.5.6

21 Nov 23:35
Compare
Choose a tag to compare
  • "Missing recipients" warnings are no longer shown for binary messages
  • Security: Fix denial-of-service issue caused by reading null multiparty objects (reported by @superp00t)
  • Security: Show warning icon for buddies with leading/trailing whitespace

Cryptodog 2.5.5

31 Oct 01:07
Compare
Choose a tag to compare
  • Update a few libraries
  • Feature: Experimental support for saving encryption keys locally (thanks to @superp00t)
  • Security: Fix a denial-of-service issue caused by receiving messages that are invalid UTF-8 (thanks to @superp00t for discovery and @Pavona for reporting)

Cryptodog 2.5.4

03 Sep 17:14
Compare
Choose a tag to compare
  • Fix issue where embedded images would open multiple tabs

Cryptodog 2.5.3

01 Sep 17:46
Compare
Choose a tag to compare
  • Fix issue where Firefox ESR was unable to load worker script due to CSP violation

Cryptodog 2.5.2

01 Sep 16:21
Compare
Choose a tag to compare
  • Feature: Convert image data: URLs to links for viewing in a new tab (credit: @superp00t)
  • Security: Automatically ignore likely spammers (with conservative threshold)
  • Security: Add option (buddy whitelist) to automatically ignore all newcomers to a room
  • Security: Prevent sending/receiving excessively large messages (fixes #46)
  • Security: Harden Content Security Policy just a bit

Cryptodog 2.5.1

05 Mar 02:51
Compare
Choose a tag to compare
  • Major bug fix: #45
  • Minor bug fix: Stopped double-escaping room and nickname entered by user