Supybot-plugins/AttackProtector
Valentin Lorentz 0cf31b88ae AttackProtector: Fix traceback when flood in private. 2011-08-30 09:24:10 +02:00
..
local Create AttackProtector plugin 2010-10-29 23:02:32 +02:00
locale AttackProtector & Eureka & FortyTwo & LinkRelay & NoLatin1 & Twitter & WebStats & Wikipedia: Add l10n-it. 2011-08-06 19:03:21 +02:00
README.txt AttackProtector: add README 2011-02-16 12:06:50 +01:00
__init__.py AttackProtector & GitHub & Packages & Twitter & WebStats: add description. 2011-03-01 14:34:43 +01:00
config.py AttackProtector: add handling of the exempt capability 2011-02-13 14:12:28 +01:00
messages.pot AttackProtector: internationalize and localize into French 2010-11-02 13:16:14 +01:00
packaging.py AttackProtector & gitHub & GoodFrench & LinkRelay & Packges & Trigger & Twitter & WebStats: packaging 2011-02-28 14:22:22 +01:00
plugin.py AttackProtector: Fix traceback when flood in private. 2011-08-30 09:24:10 +02:00
test.py AttackProtector: add handling of the exempt capability 2011-02-13 14:12:28 +01:00

README.txt

This plugin aims to provide a highly configurable protection against flood
and spam.

There is two kind of detections:
 - individual: they are the most common flood, so there name in configuration
   is the name of the flood type
 - groupped: it's a flood from several nicks. There name in the configuration
   is the flood type, prepended by 'group'.

Of course, detection value of group flood should be greater than the
individual flood's.


For each flood type, you can define a punishment. More common are 'ban',
'kick', 'kban'. You also can define modes, such as the default punishment
for group joins: 'mode+i' (it defines the mode +i). You also can remove
a mode, with the syntax 'mode-i'.
For a complete list of available modes, checkout the network's help pages.