From d65a855c41e4540d3e14e4f0c070b0763312ccaa Mon Sep 17 00:00:00 2001 From: Daniel Oaks Date: Thu, 14 Apr 2016 21:36:07 +1000 Subject: [PATCH] changelog: Reorder, dupe MODE note to be more clear, clean up --- CHANGELOG.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d7cedba..5c732f49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,9 +21,10 @@ Initial release of Oragono! * Gitconfig config format completely removed and replaced with YAML. ### Fixed -* Improve nickname handling, restrict nicknames that break the protocol. -* Registration is now properly suspended during CAP negotiation. +* CAP: Registration is now properly suspended during CAP negotiation. * CAP: Remove CAP CLEAR, and allow capability negotiation after registration. -* 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). -* WHOIS: Include `` param on `RPL_ENDOFWHOIS`. * 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. +* WHOIS: Include the required `` param on `RPL_ENDOFWHOIS`.