From 49d3c97b677f319460146803004066dfd3d19089 Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 13 Dec 2010 16:36:36 -0500 Subject: Bug #1079 - Don't use users real host and IPs when matching against bans and excepts, except when a user is unbanning themselves, in an attempt to prevent people from gaining other users IPs. This removes support for Unreal and Bahamuts SVSMode -b because it will unban users by real host and IP. --- modules/protocol/plexus.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/protocol/plexus.cpp') diff --git a/modules/protocol/plexus.cpp b/modules/protocol/plexus.cpp index 9b12627eb..8e025f59e 100644 --- a/modules/protocol/plexus.cpp +++ b/modules/protocol/plexus.cpp @@ -25,7 +25,6 @@ IRCDVar myIrcd[] = { 0, /* Join 2 Message */ 1, /* Chan SQlines */ 0, /* Quit on Kill */ - 0, /* SVSMODE unban */ 0, /* vidents */ 1, /* svshold */ 1, /* time stamp on mode */ -- cgit