fail2ban/fail2ban
sebres 23ad50dbaa correct <HOST> expression in failregex (now IPv6 will be really found from filter);
respect standard spelling of IPv6 (with port) enclosed in brackets ([ipv6]:port), to prevent the necessarily changing of many filter definitions, comparison:
#IPv4:
127.0.0.1:55555
#IPv6:
[a🅱️c:d::1]:55555
some small fixes (in test cases also) and code review and few optimizations;
2016-05-11 16:55:29 +02:00
..
client meantime commit: code review, simplification, pythonization, etc. (test cases passed) 2016-05-11 16:55:21 +02:00
server correct <HOST> expression in failregex (now IPv6 will be really found from filter); 2016-05-11 16:55:29 +02:00
tests correct <HOST> expression in failregex (now IPv6 will be really found from filter); 2016-05-11 16:55:29 +02:00
__init__.py Fix PEP8 E302 expected 2 blank lines, found X 2015-07-04 13:47:40 -04:00
exceptions.py Fix PEP8 E302 expected 2 blank lines, found X 2015-07-04 13:47:40 -04:00
helpers.py background servicing (temporally executed from failmanager): prevents memory leak on some platforms/python versions, using forced GC in periodic intervals (latency and threshold); 2015-12-29 12:49:44 +01:00
protocol.py renamed <NAME> to correct <ACT> in protocol 2015-08-02 14:55:38 +02:00
version.py Get ready for further developments 2016-03-08 08:36:29 -05:00