]> jfr.im git - irc/rqf/shadowircd.git/commit - modules/m_info.c
Move to ratbox3 reject and throttle code.
authorJilles Tjoelker <redacted>
Thu, 31 Jul 2008 23:59:08 +0000 (01:59 +0200)
committerJilles Tjoelker <redacted>
Thu, 31 Jul 2008 23:59:08 +0000 (01:59 +0200)
commitd1275a8fd6d1fb76ef0eb67e2be48f5f7208202e
tree369cc605a23a6ddcf2b0c3c4a262448eff0fae95
parent70747af52417d57b52c4ad7a6b41f9d571f4c682
Move to ratbox3 reject and throttle code.

Throttle replaces max_unknown_ip, reject is like before
(including the charybdis-specific unkline handling).
Both of these now apply before SSL negotiation.

This commit does not include the global_cidr and new dline code.

m_webirc is a bit nasty with throttling (unlike before
with max_unknown_ip), this may be fixed later (or
the webirc IP needs to be exempt{}ed).
13 files changed:
doc/reference.conf
extensions/m_webirc.c
include/reject.h
include/s_conf.h
modules/m_info.c
modules/m_stats.c
src/client.c
src/listener.c
src/newconf.c
src/reject.c
src/s_conf.c
src/s_serv.c
src/s_user.c