From 2455cb4f8a69f226bddd8100e009a84448089ffa Mon Sep 17 00:00:00 2001 From: Cyril Jaquier Date: Sun, 20 Aug 2006 20:41:55 +0000 Subject: [PATCH] - Updated TODO git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@276 a942ae1a-1317-0410-a47c-b1dcaea8d605 --- TODO | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/TODO b/TODO index 4a4689ca..8add3074 100644 --- a/TODO +++ b/TODO @@ -13,13 +13,17 @@ Legend: # partially done * done +- correct handling of threads (join???) + +- signal handling (ctrl-c, etc) + - add a reload option to fail2ban-client - see Feature Request Tracking System at SourceForge.net -- findall in dns.py should be no more needed +* findall in dns.py should be no more needed -- remove utils/ directory +* remove utils/ directory - improve installation process (better prefix support) @@ -56,7 +60,7 @@ Legend: ? add gettext support. Is this really needed for a server utility? -- send an email when fail2ban is running +* send an email when fail2ban is running * add multithreading. Python threading is not really efficient. However, fail2ban could benefit of it. We could @@ -91,9 +95,9 @@ Legend: - fail2ban list -> list available services. - fail2ban flush -> flush the ban list. -- remove PID file. +* remove PID file. -# remove most of the command lines options if possible. +* remove most of the command lines options if possible. - add the possibility to specify wildcard in log files. Example: logfile = /var/log/apache2/access-*.log