fail2ban/fail2ban
sebres 4b5b16cd9f allow using of IPv6 address style mask (analog to the IPv4), for example: `2606:28ff::/ffff:ff80::` -> `2606:2880::/25`
fast calculating of maskplen using map table MAP_ADDR2MASKPLEN, with pre-calculated addr->maskplen values;
test cases extended;
2016-05-12 18:15:05 +02:00
..
client meantime commit: code review, simplification, pythonization, etc. (test cases passed) 2016-05-11 16:55:21 +02:00
server allow using of IPv6 address style mask (analog to the IPv4), for example: `2606:28ff::/ffff:ff80::` -> `2606:2880::/25` 2016-05-12 18:15:05 +02:00
tests allow using of IPv6 address style mask (analog to the IPv4), for example: `2606:28ff::/ffff:ff80::` -> `2606:2880::/25` 2016-05-12 18:15:05 +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