0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-08 09:45:41 +02:00
construct/doc
2016-01-15 13:38:40 -06:00
..
old
sgml/oper-guide Remove network_desc configuration option, never actually used anywhere 2015-03-26 14:46:54 -05:00
technical
account-notify.txt
away-notify.txt
challenge.txt
CIDR.txt
collision_fnc.txt
extban.txt Revert "extban: implement helper functions for stackable extbans (part 1) (ref #74)" 2015-12-10 02:19:21 -06:00
extended-join.txt
hooks.txt
Hybrid-team
index.txt
ircd.8 ircd manpage: remove references to ircd.conf(5) (closes #91) 2015-03-22 16:42:11 -05:00
ircd.conf.example ircd: add general::hide_opers_in_whois to simulate ircd-seven operhide 2016-01-15 13:38:40 -06:00
ircd.motd
logfiles.txt
Makefile.am doc: fix make install 2016-01-06 01:34:41 -06:00
Makefile.in buildsystem: further cleanup 2016-01-08 07:01:00 -06:00
modeg.txt
modes.txt
monitor.txt
operguide.txt
opermyth.txt
Ratbox-team
README.cidr_bans
reference.conf ircd: add general::hide_opers_in_whois to simulate ircd-seven operhide 2016-01-15 13:38:40 -06:00
sasl.txt doc/sasl.txt: forgot to wrap lines and sort references 2014-09-08 22:37:40 +03:00
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