~ctrlproxy/ctrlproxy/trunk

« back to all changes in this revision

Viewing changes to TODO

  • Committer: jelmer
  • Date: 2003-10-18 22:02:02 UTC
  • Revision ID: jelmer@samba.org-20031018220202-6801a76318fb4d13
Update

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
- cascading support
2
 
- replication of backlog(aka client_advanced)
3
 
- clean up the code
4
 
- add / remove servers and modules while running 
5
 
 - by communicating to some nick, $ctrlproxy for example, one can give commands 
6
 
commands:
7
 
 - load module (unload if necessary)
8
 
 - unload module
9
 
 - disconnect server
10
 
 - connect server
 
1
Next release:
 
2
- improve docs
 
3
- use namespaces and XML schemas instead of DTD
 
4
- document linestack
 
5
 
 
6
Optional:
 
7
- improve PHP script for stats
 
8
- more admin commands: DELNETWORK, NEXTSERVER, DELLISTEN, DELSERVER
 
9
- automatically unload crashing modules
 
10
- print time at regular intervals in replication
 
11
- add file based linestack (DONE, need docs)
 
12
- get a few replication modules: 
 
13
 - simple (DONE, need docs)
 
14
 - with BACKLOG admin command
 
15
  - save hash table per network
 
16
   - hash table contains entry with linestack_context for each channel/query
 
17
 - with only highlights (DONE, need docs)
 
18
- don't automatically use loaded module for replication
 
19
- only auto away when no client is connected (DONE, need docs!)