comparison mcabber/TODO @ 274:640a008c4b2f

Update TODO & ChangeLog
author mikael@matrix
date Sun, 03 Jul 2005 21:05:34 +0100
parents 6f6ee7e0bb43
children 0770da258c05
comparison
equal deleted inserted replaced
273:fe438fe67b6f 274:640a008c4b2f
1 1
2 BUGS: 2 BUGS:
3 3
4 * We should display a warning when we can't write (any more) logs
5 (bad dir, no space left...)
6 4
7 5
8 TODO: 6 TODO:
9 7
10 * Presence notification is always accepted. We should ask... 8 * Presence notification is always accepted. We should ask...
11 * Resource priority
12 * UTF-8 support (Can somebody help me?) 9 * UTF-8 support (Can somebody help me?)
13 * Display status / chat mode 10 * Display status / chat mode
14 * /connect /disconnect ? 11 * /connect /disconnect ?
15 * Pending message flag is not displayed when buddy is outside Contact window, 12 * Pending message flag is not displayed when buddy is outside Contact window,
16 maybe we could show it someway (maybe just a flag?). 13 maybe we could show it someway (maybe just a flag?).
21 * Search for a user 18 * Search for a user
22 * Get info from server about a user 19 * Get info from server about a user
23 * Publish personal information 20 * Publish personal information
24 * Handle message type "error" 21 * Handle message type "error"
25 * Show status changes in buddy window (if open)? 22 * Show status changes in buddy window (if open)?
26 * Auto away 23 * Auto away (it would be better to add the "message" variable first, which could
24 be changed with "/set message = I'll be back!")
27 * Maybe Ctrl-c should not quit mcabber. What about: 25 * Maybe Ctrl-c should not quit mcabber. What about:
28 - 1 Ctrl-c leaves completion/multi-line modes 26 - 1 Ctrl-c leaves completion/multi-line modes
29 - 2 Ctrl-c in less than 2 seconds leave mcabber 27 - 2 Ctrl-c in less than 2 seconds leave mcabber
28 * Keep track of buddy resources. Ex.:
29 - buddy A connects with resource r1
30 - buddy A connects with resource r2
31 - A/r2 disconnects
32 Then we see A as being offline, although we should still see A/r1 online
30 33
31 * File transfer? :) 34 * File transfer? :)
32 * Conferences 35 * Conferences
33 36
34 * Commands! :-) 37 * Commands! :-)
40 + /buffer search $string 43 + /buffer search $string
41 (backward or forward? maybe search_backward/search_forward) 44 (backward or forward? maybe search_backward/search_forward)
42 - /group <expand|shrink|toggle> 45 - /group <expand|shrink|toggle>
43 + rename 46 + rename
44 - /say_to <jid> blabla 47 - /say_to <jid> blabla
45 - /nick (I don't know if it makes sense for Jabber) 48 - /nick (I don't know if it makes sense for Jabber)
49 I think it is equivalent to setting the "away" message.
46 - /info [jid] 50 - /info [jid]
47 - /server connect|disconnect|register|unregister 51 - /server connect|disconnect|register|unregister
48 - /auth request|send [jid] 52 - /auth request|send [jid]
49 - Common status shortcuts: /away, /online, /busy, /dnd 53 - Common status shortcuts: /away, /online, /busy, /dnd
50 I'm not sure it's worth it, with tab completion it is easy and fast to 54 I'm not sure it's worth it, with tab completion it is easy and fast to