1ANTIFLOOD(7ctrlproxy) ANTIFLOOD(7ctrlproxy)
2
3
4
6 antiflood - Flood protection module
7
9 This module makes sure at most 1 message is sent to the server in a
10 certain period of time.
11
12 A child element of a server element named "queue_speed" contains the
13 number of milliseconds the client has to wait before sending a new
14 message.
15
17
18 <ctrlproxy>
19 <plugins>
20 <plugin autoload="1" file="antiflood"/>
21 <plugin autoload="1" file="socket"/>
22 </plugins>
23
24 <networks>
25 <network name="OFTC">
26 <queuespeed>2200</queuespeed>
27 <servers><ipv4 host="irc.oftc.net"/></servers>
28 <channel name="#flood"/>
29 </network>
30 </networks>
31 </ctrlproxy>
32
33
34
36 This man page is valid for version 0.1 of the plugin.
37
39 ctrlproxyrc(5), ctrlproxy(1), [1]http://ctrlproxy.vernstok.nl/
40
42 [2]Jelmer Vernooij
43
45 1. http://ctrlproxy.vernstok.nl/
46 http://ctrlproxy.vernstok.nl/
47
48 2. Jelmer Vernooij
49 mailto:
50
51
52
53 08/27/2006 ANTIFLOOD(7ctrlproxy)