changelog: Add note about PROXY

This commit is contained in:
Daniel Oaks 2016-04-21 16:40:58 +10:00
parent 8885f14f19
commit 99d442196f
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ Initial release of Oragono!
* MODE: New-style mode change syntax (with both adding and removing modes in a single command) is now parsed properly.
* 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: Restrict nicknames that break the protocol.
* PROXY: Restrict to specified hostnames only.
* USER: Restrict usernames that break the protocol.
* WHOIS: Include the required `<nick>` param on `RPL_ENDOFWHOIS`.
* WHOIS: Hide hidden channels in WHOIS responses.