]> jfr.im git - irc/rqf/shadowircd.git/commit - src/s_conf.c
Add option general::use_propagated_bans to allow disabling new KLINE.
authorJD Horelick <redacted>
Sat, 27 Mar 2010 18:58:04 +0000 (14:58 -0400)
committerJD Horelick <redacted>
Sat, 27 Mar 2010 18:58:04 +0000 (14:58 -0400)
commit504f309e38c6e5ae71d9ba2a6b5e401e03f042ae
tree83f8e285bda27ccc8f621745931a415a34bddac9
parent517967618d57f91ac7fa46ee5f76d62c9d0f39ef
Add option general::use_propagated_bans to allow disabling new KLINE.

If this option is yes (default), KLINE by itself sets global (propagated) bans.
If this option is no, KLINE by itself sets a local kline following cluster{},
compatible with 3.2 and older versions.
doc/example.conf
doc/reference.conf
include/s_conf.h
modules/m_info.c
modules/m_kline.c
src/newconf.c
src/s_conf.c