From 8fc448de29e3c3748843a1e51adc672e29448195 Mon Sep 17 00:00:00 2001 From: Cyril Jaquier Date: Mon, 3 Mar 2008 20:39:04 +0000 Subject: [PATCH] - Updated. git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/branches/FAIL2BAN-0_8@653 a942ae1a-1317-0410-a47c-b1dcaea8d605 --- TODO | 7 ------- 1 file changed, 7 deletions(-) diff --git a/TODO b/TODO index 288a34e8..318f839e 100644 --- a/TODO +++ b/TODO @@ -15,9 +15,6 @@ Legend: - Removed relative imports -- Discuss where Fail2ban should be installed (/usr/share, - /usr/lib/python/site-packages/, etc) - - Cleanup fail2ban-client and fail2ban-server. Move code to server/ and client/ @@ -45,12 +42,8 @@ Legend: - Add gettext support (I18N) -- Fix the cPickle issue with Python 2.5 - - Multiline log reading -- Improve communication. (asyncore, asynchat??) - - Improve execution of action. Why does subprocess.call deadlock with multi-jails?