Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dax/jmc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDavid Rousselie <dax@happycoders.org>2006-01-28 20:42:18 +0300
committerDavid Rousselie <dax@happycoders.org>2006-01-28 20:42:18 +0300
commit8fdd9d3be424482ac6bfd20fa4e9fca6eaadc937 (patch)
tree6dbd272988c301cbb602a56729887db91fd57359 /TODO
parentccde3a2bc9664b16212a70ee300102c1aca3193e (diff)
Multilang support
darcs-hash:20060128174218-86b55-4a70de917515e6938b764351be56a81991a5f95b.gz
Diffstat (limited to 'TODO')
-rw-r--r--TODO35
1 files changed, 6 insertions, 29 deletions
diff --git a/TODO b/TODO
index 61b012c..67e90cd 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,3 @@
-* Make real documentation
-
* i18n support in the same way as ejabberd and
PyMSNt, PyICQ-t and PyAIM-t: using xml:lang, but have an option in
the config to set the default language to show, when the client do
@@ -7,38 +5,17 @@
* Database backend (default SQLLite)
-* Checkbox and radio button options in the forms to set when and how
- you like to get the messages (in offline, online, free for chat,
- away,... presence).
- So:
-Online: <radio button for notifications> <radio button for retrieving
- mails> <checkbox for digest (all new mails in 1 message)>
-Away: <radio button for notifications> <radio button for retrieving
- mails> <checkbox for digest (all new mails in 1 message)>
-Free for Chat: <radio button for notifications> <radio button for
- retrieving mails> <checkbox for digest (all new mails in 1
- message)>
-Extended Away: <radio button for notifications> <radio button for
- retrieving mails> <checkbox for digest (all new mails in 1
- message)>
-Offline: <radio button for notifications> <radio button for
- retrieving mails> <checkbox for digest (all new mails in 1
- message)>
-
-* Dropdown menu in the forms with configurable time-intervals. E.g.,
- users can choose betwoon 1 minute, 2 minutes, 5 minutes, 15
- minutes, 30 minutes, 60 minutes, 1 day. The admin can configure in
- the configuration file of jmc which options are available.
+* Support for attachements with size limit and file format limit
+ (e.g. only png, jpeg,... but no exe, bat,...).
+
+* make JMC run on windows
+
+* Make real documentation
* Support for Ad Hoc Commands (see PyMSNt cvs, avatar
branch). Interesting for statistics.
-* Support for attachements with size limit and file format limit
- (e.g. only png, jpeg,... but no exe, bat,...).
-
* Support for epoll, kpoll and kqueu (see PyMSNt cvs, avatar branch
code).
-* make JMC run on windows
-