From 9ac09a70277a46546087f7233e10f2971de5af8a Mon Sep 17 00:00:00 2001 From: Daniel Oaks Date: Thu, 21 Apr 2016 10:25:00 +1000 Subject: [PATCH] changelog: Add username fixes --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5017da71..5dd44b76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 `` 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 `` 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.