File: TODO

package info (click to toggle)
fail2ban 0.7.5-2etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 620 kB
  • ctags: 754
  • sloc: python: 3,245; sh: 735; makefile: 43
file content (35 lines) | stat: -rw-r--r-- 910 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
               __      _ _ ___ _               
              / _|__ _(_) |_  ) |__  __ _ _ _  
             |  _/ _` | | |/ /| '_ \/ _` | ' \ 
             |_| \__,_|_|_/___|_.__/\__,_|_||_|

=============================================================
ToDo                                         $Revision: 468 $
=============================================================

Legend:
- not yet done
? maybe
# partially done
* done

- Better handling of the protocol in transmitter.py

- 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