elemental-ircd/doc
William Pitcock 5ac470475d Add support for linking using SSL certificate fingerprints as the link credential rather than the traditional server-password pair. 2010-12-13 23:14:00 -06: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 Update MLOCK protocol documentation to match changes in code 2010-05-02 22:18:13 +01: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 install ban .conf files (like kline.conf, rsv.conf, etc) as they aren't used anymore. 2010-12-04 17:29:01 -05: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 Add support for linking using SSL certificate fingerprints as the link credential rather than the traditional server-password pair. 2010-12-13 23:14:00 -06: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 Add support for linking using SSL certificate fingerprints as the link credential rather than the traditional server-password pair. 2010-12-13 23:14:00 -06: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