From 9f44b18a2f99522ba01afc2e51f1d83f249a2bed Mon Sep 17 00:00:00 2001 From: Cyril Jaquier 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