elemental-ircd/doc
JD Horelick f5ed1007ba Make auth_user work with SASL and add it to the example configs. 2010-11-21 15:03:17 -05:00
..
old [svn] - the new plan: 2007-01-24 22:40:21 -08:00
sgml/oper-guide Some work on the oper-guide, more coming when i feel like it. 2010-03-14 00:52:41 -05:00
technical SVN Id removal part two 2010-06-10 21:28:15 -04:00
CIDR.txt SVN Id removal part two 2010-06-10 21:28:15 -04:00
Hybrid-team [svn] - the new plan: 2007-01-24 22:40:21 -08:00
Makefile.in Do not create directories under PREFIX while building. 2009-02-08 21:18:26 +01:00
README.cidr_bans [svn] - the new plan: 2007-01-24 22:40:21 -08:00
Ratbox-team [svn] - the new plan: 2007-01-24 22:40:21 -08:00
Tao-of-IRC.940110 [svn] - the new plan: 2007-01-24 22:40:21 -08:00
challenge.txt SVN Id removal part two 2010-06-10 21:28:15 -04:00
collision_fnc.txt SVN Id removal part two 2010-06-10 21:28:15 -04:00
example.conf Make auth_user work with SASL and add it to the example configs. 2010-11-21 15:03:17 -05:00
extban.txt SVN Id removal part two 2010-06-10 21:28:15 -04:00
hooks.txt SVN Id removal part two 2010-06-10 21:28:15 -04:00
index.txt SVN Id removal part two 2010-06-10 21:28:15 -04:00
ircd.8 [svn] - the new plan: 2007-01-24 22:40:21 -08:00
ircd.motd Fix up grammar in ShadowIRCd MOTD for great good! 2010-11-16 20:46:26 -05:00
logfiles.txt SVN Id removal part two 2010-06-10 21:28:15 -04:00
modeg.txt SVN Id removal part two 2010-06-10 21:28:15 -04:00
modes.txt SVN Id removal part two 2010-06-10 21:28:15 -04:00
monitor.txt SVN Id removal part two 2010-06-10 21:28:15 -04:00
operguide.txt SVN Id removal part two 2010-06-10 21:28:15 -04:00
opermyth.txt [svn] - the new plan: 2007-01-24 22:40:21 -08:00
reference.conf Make auth_user work with SASL and add it to the example configs. 2010-11-21 15:03:17 -05:00
sasl.txt SVN Id removal part two 2010-06-10 21:28:15 -04:00
server-version-info Keep gline information in server version and capab listings 2008-04-11 16:52:56 +02:00
services.txt SVN Id removal part two 2010-06-10 21:28:15 -04:00
tgchange.txt SVN Id removal part two 2010-06-10 21:28:15 -04:00

README.cidr_bans

$Id: README.cidr_bans 6 2005-09-10 01:02:21Z nenolod $ 


Basically what this patch does is allow for users to use cidr masks when
setting bans, exceptions, and invite invex(modes beI respectively).  This
works for both IPv4 and IPv6 addresses.  

I won't go into details of how cidr works here, but to use them, you could
do something like:

/mode #foo +b *!*@10.0.0.0/8 
/mode #foo +e *!*@10.0.10.0/24

Aaron Sethman <androsyn@ratbox.org>
August 06, 2002