]> jfr.im git - irc/rqf/shadowircd.git/commit - modules/m_kline.c
BAN: Reject bans with insufficient non-wildcard characters.
authorJilles Tjoelker <redacted>
Sat, 6 Mar 2010 00:45:41 +0000 (01:45 +0100)
committerJilles Tjoelker <redacted>
Sat, 6 Mar 2010 00:45:41 +0000 (01:45 +0100)
commit70fd7fc9fbd1e12a2f65fd29da84a0f19e9fabe7
tree02725813cb8a18e53bd756a54c79562ef3d93068
parent20eef930041ff0bdda148fd1ec82adc8128d0d05
BAN: Reject bans with insufficient non-wildcard characters.

Such bans are not applied locally, but are propagated normally.
They can only be removed on a server that applies them.

Note that normally KLINE will not accept such bans.
This is mainly for services, differing min_wildcard and
ircd changes.
include/s_conf.h
modules/core/m_ban.c
modules/m_kline.c
src/s_conf.c