From 25eeb5ed55b9e69ed1a8df4bc69ef810cf3d580e Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Tue, 5 Jan 2016 19:49:13 -0600 Subject: [PATCH] last pass at NEWS --- NEWS.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 669d98936..1b36721b9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -41,6 +41,10 @@ See LICENSE for licensing details (GPL v2). - $& combines 1 or more child extbans as an AND expression - $| combines 1 or more child extbans as an OR expression - $m provides normal hostmask matching as an extban for the above +- Do not allow STARTTLS if a connection is already using TLS. +- Display an operator's privilege set in WHOIS. +- The $o extban now matches against privilege set names as well as individual + privileges. Privilege set names are preferred over individual privileges. ### oper - Fix a crash with /testline. @@ -53,7 +57,8 @@ See LICENSE for licensing details (GPL v2). - Add DNSBL snotes on snomask +r. ### config - +- Add hide_uncommon_channels extension to hide uncommon channel memberships in WHOIS, + like in ircd-seven. - Add chm_nonotice extension, cmode +T to reject notices. - Add restrict-unauthenticated extension, prevents unauthenticated users from doing anything as channel operator.