solanum-vs-hackint-and-char.../doc
Jilles Tjoelker 364e59f82a whowas: Use the normal rules for IP visibility.
Add the flags (auth{} spoof, dynamic spoof) to struct Whowas and add a
show_ip_whowas().

Normal users now see IPs of unspoofed users, and remote opers can see IPs
behind dynamic spoofs. Also, general::hide_spoof_ips is now applied when
the IP is shown, not when the client exits.
2013-09-14 12:26:32 +02:00
..
old
sgml/oper-guide Update copyright years in sgml docs. 2009-05-08 22:40:18 +02:00
technical Enable remote WHOWAS queries. 2013-09-13 22:29:26 +02:00
account-notify.txt account-notify spec: with the extended-join capability, doing a WHO on new users is not necessary. 2010-12-16 00:35:12 -06:00
away-notify.txt Add away-notify client capability. 2012-02-14 14:15:44 +00:00
challenge.txt
CIDR.txt
collision_fnc.txt
extban.txt
extended-join.txt doc/extended-join.txt: Document CAP extended-join. 2011-04-19 04:52:56 -04:00
hooks.txt
Hybrid-team
index.txt
ircd.8
ircd.conf.example doc: fix name of sample config again 2013-08-24 09:41:00 -05:00
ircd.motd
logfiles.txt
Makefile.in doc: Example configuration renamed to ircd.conf.example 2013-07-09 20:01:16 -07:00
modeg.txt
modes.txt
monitor.txt 'monitor s' output does not end with RPL_ENDOFMONLIST. 2011-12-21 21:29:46 +01:00
operguide.txt
opermyth.txt
Ratbox-team
README.cidr_bans
reference.conf whowas: Use the normal rules for IP visibility. 2013-09-14 12:26:32 +02:00
sasl.txt
server-version-info
services.txt WHOIS 330 (services login name) does not need a remote whois. 2009-01-25 17:36:19 +01:00
Tao-of-IRC.940110
tgchange.txt Add target change for channels. 2010-08-29 01:26:00 +02:00

$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