summaryrefslogtreecommitdiff
path: root/TODO
blob: 6a5e27600a42dc5aeff86252a089bcae8570e963 (plain)
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
               __      _ _ ___ _               
              / _|__ _(_) |_  ) |__  __ _ _ _  
             |  _/ _` | | |/ /| '_ \/ _` | ' \ 
             |_| \__,_|_|_/___|_.__/\__,_|_||_|

=============================================================
ToDo                                         $Revision$
=============================================================

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

- Improve communication. (asyncore, asynchat??)

- Improve execution of action. Why does subprocess.call
  deadlock with multi-jails?

- Verify TAI64N

# correct handling of threads (join???), concurrency, etc
  protect "jails" in server.py

- signal handling (ctrl-c, etc)

# see Feature Request Tracking System at SourceForge.net

- improve installation process (better prefix support)

# improve documentation and website for user

- use PyLint to check the code

# better return values in function

? use more email.Utils in mail.py

? 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

# refactoring in server.py, actions.py, filter.py