Supybot-plugins/AttackProtector
Valentin Lorentz 24d0e4e184 AttackProtector: Fix Pypy compatibility (again). 2013-08-25 13:54:29 +02:00
..
local Create AttackProtector plugin 2010-10-29 23:02:32 +02:00
locales Rename all 'locale' directories to 'locales'. 2012-12-26 15:47:23 +01:00
README.md AttackProtector: convert README to markdown 2012-12-29 21:36:17 +02:00
__init__.py All plugins: Add Python 3 support. 2013-03-25 19:12:08 +01:00
config.py AttackProtector: Fix Pypy compatibility (again). 2013-08-25 13:54:29 +02:00
messages.pot AttackProtector: update messages.pot. 2012-05-06 18:51:08 +03:00
plugin.py GitHub: Fix Python 2 support again. 2013-07-21 11:53:12 +00:00
test.py AttackProtector: Fix test broken by 981bbb9b74. 2013-08-13 15:55:51 +02:00

README.md

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

AttackProtector

Detection types

There are 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.

Punishment types

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', or set/unset modes to the user, with 'mode-v' or 'mode+v'. For a complete list of available modes, checkout the network's help pages.