From 7366140ff05940d0a0e7c65036d9f2328734f6a0 Mon Sep 17 00:00:00 2001 From: lostcontrol Date: Wed, 25 Oct 2006 20:06:35 +0000 Subject: [PATCH] - Updated git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@435 a942ae1a-1317-0410-a47c-b1dcaea8d605 --- TODO | 9 --------- 1 file changed, 9 deletions(-) diff --git a/TODO b/TODO index 203ac0a8..2158fec5 100644 --- a/TODO +++ b/TODO @@ -28,17 +28,8 @@ Legend: # improve documentation and website for user -- use PyLint to check the code - # better return values in function -? add gettext support. Is this really needed for a server - utility? - -# add a test framework. We could use unittest which is in - Python since 2.1. It should be possible to run all tests - automatically. - ? restart automatically the daemon if an exception occurs. - do not close socket after a send