]> jfr.im git - irc/blitzed-org/charybdis.git/commit
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)
commit5c2b9eaf48d9415af4951fb0529fceefc02de308
tree0faa423373b10c1483e9a4a19ac387feffa0e004
parent416d868ed4fdda55ed02e1ceb88b3acba1d6a434
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