mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@462 a942ae1a-1317-0410-a47c-b1dcaea8d605
33 lines
851 B
Text
33 lines
851 B
Text
__ _ _ ___ _
|
|
/ _|__ _(_) |_ ) |__ __ _ _ _
|
|
| _/ _` | | |/ /| '_ \/ _` | ' \
|
|
|_| \__,_|_|_/___|_.__/\__,_|_||_|
|
|
|
|
=============================================================
|
|
ToDo $Revision$
|
|
=============================================================
|
|
|
|
Legend:
|
|
- not yet done
|
|
? maybe
|
|
# partially done
|
|
* done
|
|
|
|
- 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?
|
|
|
|
# see Feature Request Tracking System at SourceForge.net
|
|
|
|
# improve documentation and website for user
|
|
|
|
# better return values in function
|
|
|
|
# refactoring in server.py, actions.py, filter.py
|