elemental-ircd/doc
Sam Dodrill 6da1d031e8 doc/technical/elemental-deviation: new doc file
Document protocol changes between vanilla TS6 and Elemental-ircd TS6.
The changes are very minimal and will not likely affect day to day
performance of the IRC daemon, but are still worth mentioning.
2013-11-09 21:22:12 -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 doc/technical/elemental-deviation: new doc file 2013-11-09 21:22:12 -05: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 Fix inconsistency between --sysconfdir and --with-confdir, deprecate --with-confdir. 2012-03-02 23:18:27 -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 away-notify and away rate limiting added 2013-10-04 21:32:00 -07: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.charybdis.conf Support for channel owner mode added 2013-09-13 11:45:38 -07:00
reference.conf away-notify and away rate limiting added 2013-10-04 21:32:00 -07: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