You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fail2ban/server
Daniel Black f0610c01d5
BF: allow more than single word for command action[start,stop,ban,unban,check] and for setcinfo too
12 years ago
..
__init__.py
action.py Escape ' and " in matches tag 12 years ago
actions.py BF: guarantee that IP is stored as a base, non-unicode str (Closes gh-91) 12 years ago
asyncserver.py
banmanager.py ENH: refactored previous commit to make it more Pythonic (With prev commit closes gh-86, gh-81) 12 years ago
datedetector.py ENH: assure that all date templates have unique names 12 years ago
datetemplate.py
faildata.py
failmanager.py
failregex.py BF: return str(host) to avoid spurious characters in the logs (Close gh-113) 12 years ago
filter.py BF: general Exception catch was excessive. Only IOError and OSError are possible and has different meanings 12 years ago
filtergamin.py ENH+BF: filtergamin -- to be more inline with current design of filterinotify 13 years ago
filterpoll.py
filterpyinotify.py BF: pyinotify - use bitwise op on masks and do not try tracking newly created directories 12 years ago
iso8601.py
jail.py BF: (python 2.[45]) store backends names in a list to use .index later on (Closes gh-83) 12 years ago
jails.py RF: move exceptions used by both client and server into common/exceptions.py 12 years ago
jailthread.py
mytime.py
server.py BF: do not shutdown logging until all jails stop -- so move into Server.quit() 12 years ago
ticket.py BF: guarantee that IP is stored as a base, non-unicode str (Closes gh-91) 12 years ago
transmitter.py BF: allow more than single word for command action[start,stop,ban,unban,check] and for setcinfo too 12 years ago