summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2014-06-18 17:10:15 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2014-06-18 17:10:15 +0000
commit821c67e3abd609a8d94c0f58075620fe4437baf0 (patch)
tree7bdd6547b47ead772e884b0650c9856b0c870b25 /NEWS
parent02f0f23ee46d872c7ecb9edb0d4c9a1fd66bd05f (diff)
- 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
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
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)