fail2ban/server
Yaroslav Halchenko 5ea2ab14e6 ENH: elaborated debug log message about already detected failures
Now it should be evaluated only if logging mode is debug or "lower", and also
should happen not only on initial detections but for every added failure.
It also reports counts per each IP now
2013-03-25 23:05:47 -04:00
..
__init__.py Update Free Software Foundation's address 2011-12-30 12:41:46 -05:00
action.py Fixed typos 2013-03-10 22:05:33 +00:00
actions.py Added additional Transmitter tests, and some associated fixes 2013-03-10 14:55:39 +00:00
asyncserver.py Add development documentation and framework for code coverage measurement 2013-03-10 15:18:42 +11:00
banmanager.py ENH: refactored previous commit to make it more Pythonic (With prev commit closes gh-86, gh-81) 2012-11-05 20:37:06 -05:00
datedetector.py invalid date recognition, irregular because of sorting template list, now via setRegex 2013-03-11 13:52:31 +01:00
datetemplate.py BF: fixing up for handling of TAI64N timestamps and adding some unittest for prev commit (not effective much though) 2013-03-25 10:41:13 -04:00
faildata.py Update Free Software Foundation's address 2011-12-30 12:41:46 -05:00
failmanager.py ENH: elaborated debug log message about already detected failures 2013-03-25 23:05:47 -04:00
failregex.py BF: return str(host) to avoid spurious characters in the logs (Close gh-113) 2013-02-01 16:24:04 -05:00
filter.py Merge branch 'transmitter-testcase' of https://github.com/kwirk/fail2ban 2013-03-10 21:23:04 -04:00
filtergamin.py ENH+BF: filtergamin -- to be more inline with current design of filterinotify 2012-07-19 23:07:43 -04:00
filterpoll.py Fixed typos 2013-03-10 22:05:33 +00:00
filterpyinotify.py BF: pyinotify - use bitwise op on masks and do not try tracking newly created directories 2013-01-25 16:06:41 -05:00
iso8601.py ENH: modelines for emacs and vim to assure consistent indentation scheme (tabs) 2011-10-07 15:49:38 -04:00
jail.py BF: (python 2.[45]) store backends names in a list to use .index later on (Closes gh-83) 2012-11-01 15:34:20 -04:00
jails.py RF: move exceptions used by both client and server into common/exceptions.py 2013-01-28 09:46:50 -05:00
jailthread.py Update Free Software Foundation's address 2011-12-30 12:41:46 -05:00
mytime.py Update Free Software Foundation's address 2011-12-30 12:41:46 -05:00
server.py BF: When changing log target with python2.{4,5} handle KeyError 2013-03-22 21:19:31 +00:00
ticket.py BF: guarantee that IP is stored as a base, non-unicode str (Closes gh-91) 2012-11-26 12:01:42 -05:00
transmitter.py Merge branch 'transmitter-testcase' of https://github.com/kwirk/fail2ban 2013-03-10 21:23:04 -04:00