3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-13 07:29:30 +01:00

changelog: Add username fixes

This commit is contained in:
Daniel Oaks 2016-04-21 10:25:00 +10:00
parent 4a8d526c4d
commit 9ac09a7027

View File

@ -9,7 +9,7 @@ Initial release of Oragono!
### Added
* Added YAML config file format.
* Added native SSL/TLS support (@edmand).
* Added native SSL/TLS support (thanks to @edmand).
* We now advertise the [`RPL_ISUPPORT`](http://modern.ircdocs.horse/#rplisupport-005) numeric.
* Parse new mode change syntax commonly used these days (i.e. `+h-ov dan dan dan`).
@ -28,7 +28,8 @@ Initial release of Oragono!
* MODE: Fixed `<modestring>` evaluation (we were parsing all ungrabbed parameters as a modestring, when it is actually only the first param).
* 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: Improve nickname handling, restrict nicknames that break the protocol.
* NICK: Restrict nicknames that break the protocol.
* USER: Restrict usernames that break the protocol.
* WHOIS: Include the required `<nick>` param on `RPL_ENDOFWHOIS`.
* WHOIS: Hide hidden channels in WHOIS responses.
* Fixed clients no longer being able to send commands after a single command errored out.