]> jfr.im git - solanum.git/commit - ircd/s_conf.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)
commit43946961df9e7703c8877e4bbd9181507422429d
tree58423becb1abbe7e40697d012d8922d3542c9f6d
parent4679c2c1cc0bcdbc1a2ecaba62d2d9edfa5b1a1c
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