c74836dc4a
Add two mechanism for avoiding name-collisions in a system-wide installation of charybdis. The ssld and bandb daemons, intended to be directly used by ircd and not the user, install into libexec when --enable-fhs-paths is set. For binaries which are meant to be in PATH (bindir), such as ircd and viconf, there is now an option --with-program-prefix=progprefix inspired by automake. If the user specifies --with-program-prefix=charybdis, the ircd binary is named charybdisircd when installed. Add support for saving the pidfile to a rundir and storing the ban database in localstatedir instead of in sysconfdir. This is, again, conditional on --enable-fhs-paths. Fix(?) genssl.sh to always write created SSL key/certificate/dh parameters to the sysconfdir specified during ./configure. The previous behavior was to assume that the user ran genssl.sh after ensuring that his current working directory was either sysconfdir or a sibling directory of sysconfdir. |
||
---|---|---|
.. | ||
old | ||
sgml/oper-guide | ||
technical | ||
account-notify.txt | ||
away-notify.txt | ||
challenge.txt | ||
CIDR.txt | ||
collision_fnc.txt | ||
example.conf | ||
extban.txt | ||
extended-join.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