From 821c67e3abd609a8d94c0f58075620fe4437baf0 Mon Sep 17 00:00:00 2001 From: michael Date: Wed, 18 Jun 2014 17:10:15 +0000 Subject: - m_message.c:handle_special(): removed user@server messages to local users, as this was an easy way to bypass +R/+G/+g usermodes. git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@3994 82007160-df01-0410-b94d-b575c5fd34c7 --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 1ddd980..d937e0d 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,8 @@ o) Fixed EOB logic for remote servers o) Fixed bug where opers that have the +g/+G/+R umodes set won't receive server notices for remote CONNECT/KLINE/DLINE/XLINE/RESV attempts +o) Sending messages to user@server to local targets is now no longer possible, + as this was an easy way to bypass +R/+G/+g user modes. -- Noteworthy changes in version 8.1.18 (2014-06-09) -- cgit