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?