| .. |
|
__init__.py
|
Merge branch 'master' into 0.9
|
2013-05-08 13:53:38 -04:00 |
|
action.py
|
bulk unban: introduced new command actionflush: executed in order to flush all bans at once (e. g. by unban all, reload with removing action, stop, shutdown the system);
|
2017-03-29 23:24:09 +02:00 |
|
actions.py
|
Introduces new tags with hostname:
|
2017-04-24 21:17:55 +02:00 |
|
asyncserver.py
|
no cover for sporadic executed (time-related) code pieces (just to prevent randomly increasing/decreasing of coverage)
|
2016-11-22 17:38:32 +01:00 |
|
banmanager.py
|
amend to c2d2e79b0d: fixed sporadically bug in getBanListExtendedCymruInfo:
|
2016-10-05 15:43:39 +02:00 |
|
database.py
|
fixes restoring of tickets from database for jails with persistent ban (if bantime = -1)
|
2017-06-15 18:28:37 +02:00 |
|
datedetector.py
|
Code review and small optimizations, prepared to provide offset-based time zones for date-detectors (parsing of input-string)
|
2017-06-09 13:55:30 +02:00 |
|
datetemplate.py
|
New logtimezone jail option
|
2017-05-23 17:39:37 +02:00 |
|
failmanager.py
|
separated host match group and tags for ip4, ip6, dns, fid (failure-id):
|
2016-05-31 21:55:26 +02:00 |
|
failregex.py
|
Regex compiled in multi-line parsing mode only if maxlines > 1 (buffering), if however expected - prefix (?m) could be used in regex to enable it;
|
2017-03-24 13:20:04 +01:00 |
|
filter.py
|
coverage fix
|
2017-07-11 12:16:12 +02:00 |
|
filtergamin.py
|
fixed cleanup for Gamin backend (by interim stop in the test-cases)
|
2017-05-15 12:52:16 +02:00 |
|
filterpoll.py
|
fixed sporadically (multi-threading) errors by reload/stop/start of polling filter inside getModified (so prevents to stop running main cycle)
|
2016-10-15 19:12:11 +02:00 |
|
filterpyinotify.py
|
Merge branch 'fix-pyinotify-dir-rotate' into 0.10
|
2017-05-19 13:39:19 +02:00 |
|
filtersystemd.py
|
Reintegrate 'master' into 0.10 (merge point) + small code review
|
2017-05-19 16:32:13 +02:00 |
|
ipdns.py
|
code review: getHostname can return ''
|
2017-04-24 21:32:40 +02:00 |
|
jail.py
|
repair typo bug in reloading for systemd-filter;
|
2016-09-22 19:00:54 +02:00 |
|
jails.py
|
temp commit: reload not ready...
|
2016-09-07 21:07:50 +02:00 |
|
jailthread.py
|
repair typo bug in reloading for systemd-filter;
|
2016-09-22 19:00:54 +02:00 |
|
mytime.py
|
[temp commit] 2nd try to optimize datedetector/datetemplate functionality (almost ready, needs fine tuning)
|
2016-10-17 11:18:19 +02:00 |
|
server.py
|
New logtimezone jail option
|
2017-05-23 17:39:37 +02:00 |
|
strptime.py
|
Implemented zone abbreviations (DST, etc.) and abbr+-offset functionality (accept zones like 'CET+0100'), for the list of abbreviations see strptime.TZ_STR;
|
2017-06-09 20:29:34 +02:00 |
|
ticket.py
|
Better multi-line handling introduced: single-line parsing with caching of needed failure information to process in further lines.
|
2017-02-22 22:19:43 +01:00 |
|
transmitter.py
|
New logtimezone jail option
|
2017-05-23 17:39:37 +02:00 |
|
utils.py
|
fix sporadic coverage changes (sometimes produces "no such process" in popen.poll after terminate/kill in timeout test cases)
|
2017-03-23 17:48:52 +01:00 |