From db33022a84440fca48a77f9747988cec21bdff0f Mon Sep 17 00:00:00 2001 From: lostcontrol Date: Sun, 12 Feb 2006 12:30:39 +0000 Subject: [PATCH] - Updated git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@239 a942ae1a-1317-0410-a47c-b1dcaea8d605 --- TODO | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 6abfc5c1..a480b6c6 100644 --- a/TODO +++ b/TODO @@ -11,7 +11,9 @@ See Feature Request Tracking System at SourceForge.net - improve installation process (better prefix support) -- improve documentation and website +- improve documentation and website for user + +- use Doxygen - better configuration files @@ -70,3 +72,8 @@ See Feature Request Tracking System at SourceForge.net - remove PID file. - 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 + Should we start one thread per file or just one thread per + serivce?