From eb72c38d0cdb064899c1bfab97a7367b44c84558 Mon Sep 17 00:00:00 2001 From: Daniel Oaks Date: Thu, 17 Aug 2017 18:44:57 +1000 Subject: [PATCH] changelog: Note latest changes, reword some dodgy lines --- CHANGELOG.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce6c9209..f90a8fee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,9 +12,11 @@ New release of Oragono! ### Security ### Added -* Added info document to better explain the design decisions behind Oragono in-depth, how to rehash, etc. -* Now prints a warning if the server's not listening on a TLS port or if it's not listening for TLS connections on port 6697. -* Now prints a warning if you're trying to run from source or an otherwise unreleased version. +* Added a warning if the server's not listening on a TLS port or if it's not listening for TLS connections on port 6697. +* Added a warning if you're trying to run from source or an otherwise unreleased version. +* Added INFO.md document to better explain the design decisions behind Oragono, exactly how to rehash, etc. +* Added user modes, including: + * `R`: Only receive private messages and notices from other registered users. ### Changed @@ -24,7 +26,8 @@ New release of Oragono! * Fixed a memory leak in our socket code when clients disconnect. * Fixed a SASL bug that resulted in certains clients getting caught in a cycle of trying (and failing) to abort authentication. * Fixed an instance where clients could use a nickname that isn't sane (thanks @euank!). -* Fixed an issue where certain clients who connect incorrectly wouldn't be disconnected (thanks @euank!). +* Fixed an issue where certain clients who connect incorrectly would stay connected (thanks @euank!). +* Fixed how we handle particularly unique Unicode strings. ## [0.8.2] - 2017-06-30