2005-07-01 09:30:52 +00:00
|
|
|
__ _ _ ___ _
|
|
|
|
/ _|__ _(_) |_ ) |__ __ _ _ _
|
|
|
|
| _/ _` | | |/ /| '_ \/ _` | ' \
|
|
|
|
|_| \__,_|_|_/___|_.__/\__,_|_||_|
|
|
|
|
|
|
|
|
=============================================================
|
2007-10-16 21:01:20 +00:00
|
|
|
ToDo $Revision: 468 $
|
2005-07-01 09:30:52 +00:00
|
|
|
=============================================================
|
|
|
|
|
2006-07-16 22:05:56 +00:00
|
|
|
Legend:
|
|
|
|
- not yet done
|
|
|
|
? maybe
|
|
|
|
# partially done
|
|
|
|
* done
|
2005-07-15 14:11:49 +00:00
|
|
|
|
2006-11-16 22:30:48 +00:00
|
|
|
- Better handling of the protocol in transmitter.py
|
|
|
|
|
2006-11-06 22:46:53 +00:00
|
|
|
- Add gettext support (I18N)
|
2006-02-10 10:26:16 +00:00
|
|
|
|
2006-10-31 23:36:59 +00:00
|
|
|
- Fix the cPickle issue with Python 2.5
|
2006-02-10 10:26:16 +00:00
|
|
|
|
2006-10-31 22:25:48 +00:00
|
|
|
- Multiline log reading
|
2006-02-10 10:26:16 +00:00
|
|
|
|
2006-09-28 19:37:18 +00:00
|
|
|
- Improve communication. (asyncore, asynchat??)
|
2006-02-10 10:26:16 +00:00
|
|
|
|
2006-09-21 22:41:21 +00:00
|
|
|
- Improve execution of action. Why does subprocess.call
|
|
|
|
deadlock with multi-jails?
|
2006-02-10 10:26:16 +00:00
|
|
|
|
2006-09-10 20:53:21 +00:00
|
|
|
# see Feature Request Tracking System at SourceForge.net
|
2006-02-10 10:26:16 +00:00
|
|
|
|
2006-07-16 22:05:56 +00:00
|
|
|
# improve documentation and website for user
|
2006-02-10 10:26:16 +00:00
|
|
|
|
2006-07-16 22:05:56 +00:00
|
|
|
# better return values in function
|
2006-02-12 12:30:39 +00:00
|
|
|
|
2006-09-04 19:21:01 +00:00
|
|
|
# refactoring in server.py, actions.py, filter.py
|