3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-10 14:09:28 +01:00

changelog: Note Secret mode change and WHOIS fix along with it

This commit is contained in:
Daniel Oaks 2016-04-14 22:36:20 +10:00
parent 8b79662f1a
commit 1bafaa0488

View File

@ -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 `<nick>` param on `RPL_ENDOFWHOIS`.
* WHOIS: Hide hidden channels in WHOIS responses.