elemental-ircd/doc
jilles 8aba962d43 [svn] monitor: send the same message buffer to all users
monitoring a certain nick; the target field of the
numeric becomes *, much like server notices
2007-06-30 15:15:35 -07:00
..
old [svn] - the new plan: 2007-01-24 22:40:21 -08:00
sgml/oper-guide [svn] - fold conf_connect_allowed() into accept_connection() 2007-05-18 13:31:33 -07:00
technical [svn] Port over ratbox 2.2 r23507, r23624, r23626 (jilles/anfl): 2007-02-19 16:34:28 -08:00
.cvsignore [svn] - the new plan: 2007-01-24 22:40:21 -08:00
CIDR.txt [svn] - the new plan: 2007-01-24 22:40:21 -08:00
Hybrid-team [svn] - the new plan: 2007-01-24 22:40:21 -08:00
Makefile.in [svn] - use mkdir -p 2007-04-03 04:37:39 -07: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] - the new plan: 2007-01-24 22:40:21 -08:00
collision_fnc.txt [svn] Fix description of 043 numeric. 2007-04-22 07:35:28 -07:00
example.conf [svn] - blacklist{}: add notes about DroneBL and enable it by default. AHBL is still not enabled by default due 2007-05-26 22:35:06 -07:00
extban.txt [svn] - the new plan: 2007-01-24 22:40:21 -08:00
hooks.txt [svn] Move new_local_user hook, so it is possible to call 2007-04-15 09:54:50 -07:00
index.txt [svn] - the new plan: 2007-01-24 22:40:21 -08:00
ircd.8 [svn] - the new plan: 2007-01-24 22:40:21 -08:00
ircd.motd [svn] - the new plan: 2007-01-24 22:40:21 -08:00
logfiles.txt [svn] - the new plan: 2007-01-24 22:40:21 -08:00
modeg.txt [svn] - the new plan: 2007-01-24 22:40:21 -08:00
modes.txt [svn] - the new plan: 2007-01-24 22:40:21 -08:00
monitor.txt [svn] monitor: send the same message buffer to all users 2007-06-30 15:15:35 -07:00
operguide.txt [svn] - the new plan: 2007-01-24 22:40:21 -08:00
opermyth.txt [svn] - the new plan: 2007-01-24 22:40:21 -08:00
reference.conf [svn] - blacklist{}: add notes about DroneBL and enable it by default. AHBL is still not enabled by default due 2007-05-26 22:35:06 -07:00
sasl.txt [svn] Add documentation for SASL client protocol, same as atheme doc/SASL. 2007-01-28 14:13:18 -08:00
server-version-info [svn] - the new plan: 2007-01-24 22:40:21 -08:00
services.txt [svn] - the new plan: 2007-01-24 22:40:21 -08:00
tgchange.txt [svn] - the new plan: 2007-01-24 22:40:21 -08:00
whats-new-2.0.txt [svn] - the new plan: 2007-01-24 22:40:21 -08:00
whats-new-2.1.txt [svn] - the new plan: 2007-01-24 22:40:21 -08: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