solanum-vs-hackint-and-char.../doc
Jilles Tjoelker c2c25552ca Force part local users (not resv_exempt) on channel resv.
A notice will be sent to any force parted users that the channel
is temporarily/permanently unavailable on the server.
A new config option channel::resv_forcepart can be used to disable this.

from ircd-ratbox (dubkat)
2009-09-19 21:24:35 +02:00
..
old
sgml/oper-guide
technical
challenge.txt
CIDR.txt
collision_fnc.txt
example.conf
extban.txt
hooks.txt
Hybrid-team
index.txt
ircd.8
ircd.motd
logfiles.txt
Makefile.in
modeg.txt
modes.txt
monitor.txt
operguide.txt
opermyth.txt
Ratbox-team
README.cidr_bans
reference.conf
sasl.txt
server-version-info
services.txt
Tao-of-IRC.940110
tgchange.txt

$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