]> jfr.im git - solanum.git/commit - include/s_conf.h
Add option general::use_propagated_bans to allow disabling new KLINE.
authorJilles Tjoelker <redacted>
Sun, 14 Mar 2010 16:21:20 +0000 (17:21 +0100)
committerJilles Tjoelker <redacted>
Sun, 14 Mar 2010 16:21:20 +0000 (17:21 +0100)
commit1702b69419611c8e154b9c59c90b68ccdea59f56
treeb6b6604340464046d555272f3c6849fdd85e15a4
parentf02f338b313972a5c1173da46f83113edbfbd707
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