From 1bafaa048879ff2bdbe053a6b577622c843f6c46 Mon Sep 17 00:00:00 2001 From: Daniel Oaks Date: Thu, 14 Apr 2016 22:36:20 +1000 Subject: [PATCH] changelog: Note Secret mode change and WHOIS fix along with it --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c732f49..7d35f912 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ Initial release of Oragono! ### Changed * Added channel Founder/Admin/Halfops (`qah`) privileges, and removed channel creator (`O`) privilege (from RFC2812, not used in the real world). +* Added secret (`+s`) channel mode to replace private (`+p`) for hiding channels, since everything else uses `+s` over `+p` these days. * CLI argument names made more consistent with typical software. ### Removed @@ -28,3 +29,4 @@ Initial release of Oragono! * MOTD: Now store MOTD in-memory rather than on-disk, and don't limit it to 80 characters per line (not required with today's servers or clients). * NICK: Improve nickname handling, restrict nicknames that break the protocol. * WHOIS: Include the required `` param on `RPL_ENDOFWHOIS`. +* WHOIS: Hide hidden channels in WHOIS responses.