You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

55 lines
1.4 KiB

__ _ _ ___ _
/ _|__ _(_) |_ ) |__ __ _ _ _
| _/ _` | | |/ /| '_ \/ _` | ' \
|_| \__,_|_|_/___|_.__/\__,_|_||_|
=============================================================
ToDo $Revision$
=============================================================
Legend:
- not yet done
? maybe
# partially done
* done
- Prefix all private functions with "__"
- Verify TAI64N
# implement all get/set functions
# 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.
# autodetect date format in log file. Match the most popular
format and sort them using the hit ratio. Should avoid
user problem with regex and not have a big impact on perfs.
? restart automatically the daemon if an exception occurs.
- do not close socket after a send
# refactoring in server.py, actions.py, filter.py