summaryrefslogtreecommitdiffstats
path: root/docs/source
Commit message (Collapse)AuthorAgeFilesLines
* Migrate to Python 3David Sommerseth2020-07-301-4/+4
| | | | Signed-off-by: David Sommerseth <dazo@eurephia.org>
* Update GPL license and other related detailsDavid Sommerseth2015-10-234-4/+4
| | | | | | | | - Use the proper FSF address - Use the new contact address for David Sommerseth - Use a better wording for the GPLv2 only license Signed-off-by: David Sommerseth <davids@redhat.com>
* IPTipset: Added documentationDavid Sommerseth2015-10-231-0/+103
| | | | Signed-off-by: David Sommerseth <davids@redhat.com>
* Prepare for a v1.0 releaseDavid Sommerseth2015-10-232-7/+34
| | | | | | Ensure we also have man pages properly generated too. Signed-off-by: David Sommerseth <davids@redhat.com>
* Added a new threshold parameter: threshold-typeDavid Sommerseth2013-12-261-1/+10
| | | | | | | | | | | | | | | | This can be set to either 'rule' or 'exact'. If not defined, it defaults to 'rule' which is exactly the same as before. In 'rule' mode, the threshould counter is increased each time the regular expression triggers a match. By switching to 'exact', it will be defined a threshold counter based on the conntents of the regex groups when a match is found. This gives a more fine grained threshold counter, which can be used for example for blocking specific IP addresses after a certain number of failed attempts is caught. Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
* Added logging to stdoutDavid Sommerseth2013-12-261-1/+2
| | | | Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
* Added documentationDavid Sommerseth2012-11-076-0/+808
Signed-off-by: David Sommerseth <davids@redhat.com>