0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-01 16:28:19 +02:00
construct/doc
2007-05-23 21:16:02 -07:00
..
old
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
challenge.txt
CIDR.txt
collision_fnc.txt [svn] Fix description of 043 numeric. 2007-04-22 07:35:28 -07:00
example.conf [svn] - sno_channeljoin: implements snomask +j and sends channel join notices there from local users 2007-05-23 21:16:02 -07:00
extban.txt
hooks.txt [svn] Move new_local_user hook, so it is possible to call 2007-04-15 09:54:50 -07:00
Hybrid-team
index.txt
ircd.8
ircd.motd
logfiles.txt
Makefile.in [svn] - use mkdir -p 2007-04-03 04:37:39 -07:00
modeg.txt
modes.txt
monitor.txt
operguide.txt
opermyth.txt
Ratbox-team
README.cidr_bans
reference.conf [svn] - sno_channeljoin: implements snomask +j and sends channel join notices there from local users 2007-05-23 21:16:02 -07:00
sasl.txt
server-version-info
services.txt
Tao-of-IRC.940110
tgchange.txt
whats-new-2.0.txt
whats-new-2.1.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