comparison mcabber/TODO @ 367:eb023d6b7890

Update TODO & ChangeLog
author Mikael Berthe <mikael@lilotux.net>
date Sun, 24 Jul 2005 15:31:00 +0100
parents 15f75983c0b6
children 1fb0a7fe4272
comparison
equal deleted inserted replaced
366:c30c0d0eb129 367:eb023d6b7890
3 3
4 4
5 5
6 TODO: 6 TODO:
7 7
8 * More events
9 * Add debian/ directory
10 * Improve debug logging system 8 * Improve debug logging system
11 * Implement automatic reconnection after network failure 9 * Implement automatic reconnection after network failure
12 * Presence notification is always accepted. We should ask... 10 * Presence notification is always accepted. We should ask...
13 * UTF-8 support (Can somebody help me?) 11 * UTF-8 support (Can somebody help me?)
14 * Display status / chat mode 12 * Display status / chat mode
15 * Pending message flag is not displayed when buddy is outside Contact window, 13 * Pending message flag is not displayed when buddy is outside Contact window,
16 maybe we could show it someway (maybe just a flag?). 14 maybe we could show it someway (maybe just a flag?).
17 * Show number of online contacts in folded groups 15 * Show number of online contacts in folded groups
18 * Buddy buffer in full width (handy for cut'n paste!) 16 * Buddy buffer in full width (handy for copy'n paste!)
19 (i.e. hide roster window) 17 (i.e. hide roster window)
20 * Create .mcabber and .mcabber/histo dirs if needed. Or maybe not.
21 However it could be a good idea to check the permissions.
22 * Publish personal information 18 * Publish personal information
23 * Show status changes in buddy window (if open)? 19 * Show status changes in buddy window (if open)?
24 * Options completion 20 * Options completion
25 * Configuration file parsing: parse as commands (set, alias, bind)
26 * Keep track of buddy resources. Ex.: 21 * Keep track of buddy resources. Ex.:
27 - buddy A connects with resource r1 22 - buddy A connects with resource r1
28 - buddy A connects with resource r2 23 - buddy A connects with resource r2
29 - A/r2 disconnects 24 - A/r2 disconnects
30 Then we see A as being offline, although we should still see A/r1 online 25 Then we see A as being offline, although we should still see A/r1 online