From 99d442196fb0cbcbcb499652fdfad40973f1a976 Mon Sep 17 00:00:00 2001 From: Daniel Oaks Date: Thu, 21 Apr 2016 16:40:58 +1000 Subject: [PATCH] changelog: Add note about PROXY --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dd44b76..66d45c05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 `` param on `RPL_ENDOFWHOIS`. * WHOIS: Hide hidden channels in WHOIS responses.