From 88720c4354489699c6c64e6b355d96515afcfca2 Mon Sep 17 00:00:00 2001 From: Daniel Oaks Date: Sun, 25 Jun 2017 03:57:57 +1000 Subject: [PATCH] changelog: Update --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ccd824d..dfe78dca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,11 +24,13 @@ New release of Oragono! ### Changed * `DLINE` and `KLINE`: Added `ANDKILL` parameter to also kill all clients that match the ban. -* `JOIN`: Disable `JOIN 0` to help prevent clients from being kicked off (InspIRCd has done the same). * `LIST`: Implement extended list conditions `U` (which filters the channels by user count). * Renamed a number of dependency libraries, and changed Oragono to its' own organisation (only useful if you're building Oragono from source). +* `WHOIS`: Show the target's real IP address if you're whoising yourself or you're an oper. +* `WHOIS`: Show whether the target has connected securely using TLS. ### Removed +* Removed the `JOIN 0` command (matching what InspIRCd has done here), since this is easily abusable. ### Fixed * `SANICK` works properly now (thanks @lbeziaud!).