comparison mcabber/src/TODO @ 215:b2507901456d

[/trunk] Changeset 227 by mikael * Update TODO
author mikael
date Tue, 10 May 2005 09:43:39 +0000
parents 9484ba81ec53
children 69cb8f642295
comparison
equal deleted inserted replaced
214:9484ba81ec53 215:b2507901456d
1 1
2 BUGS: 2 BUGS:
3 3
4 * /clear : does not scroll again when typing until bottom after issuing a
5 /clear command...
6 * We should display a warning when we can't write (any more) logs
7 (bad dir, no space left...)
4 * Colors are misnamed 8 * Colors are misnamed
5 9
6 10
7 TODO: 11 TODO:
8 12
15 maybe we could show it someway (maybe just a flag?). 19 maybe we could show it someway (maybe just a flag?).
16 * Show number of online contacts in folded groups 20 * Show number of online contacts in folded groups
17 * Buddy buffer in full width (handy for cut'n paste!) 21 * Buddy buffer in full width (handy for cut'n paste!)
18 * Create .mcabber and .mcabber/histo dirs if needed. 22 * Create .mcabber and .mcabber/histo dirs if needed.
19 * Add completion for group names 23 * Add completion for group names
24 * Search for a user
25 * Get info about a user
26 * Publish personal information
27 * Unread message queue (/roster next_message & Ctrl-q)
28 * Multi-lines messages
29 * Handle message type "error"
30 * Show status changes in buddy window (if open)?
31 * Auto away
32
33 * File transfer? :)
34 * Conferences
20 35
21 * Commands! :-) 36 * Commands! :-)
22 - /roster <hide_offline|show_offline|top|bottom> 37 - /roster <hide_offline|show_offline|top|bottom>
23 + next_message (Ctrl-q?) 38 + next_message (Ctrl-q?)
39 + search jid|name
24 - /buffer <clear|top|bottom> 40 - /buffer <clear|top|bottom>
41 + /buffer % 50 (jump to 50 %)
42 + /buffer date $date (jump to first msg after $date)
43 + /buffer search $string
44 (backward or forward? maybe search_backward/search_forward)
25 - /group <expand|shrink|toggle> 45 - /group <expand|shrink|toggle>
26 - /say blabla 46 + rename
47 - /msay [jid] (multi-lines "say")
27 - /say_to <jid> blabla 48 - /say_to <jid> blabla
28 - /add <jid> [Name] 49 - /add jid [Name]
29 - /del [jid] 50 - /nick (I don't know if it makes sense for Jabber)
30 - /move [\<jid\>] <group>
31 - /nick (== rename <me> $@)
32 - /rename [\<jid\>] Name
33 - /info [jid] 51 - /info [jid]
34 - /request_auth [jid] 52 - /request_auth [jid]
35 - /send_auth [jid] 53 - /send_auth [jid]
36 - /status [online|avail|invisible|free|dnd|busy|notavail|away] 54 - Common status shortcuts: /away, /online, /busy, /dnd
37 (and common shortcuts: /away, /online, /busy, /dnd) 55 - /search <jid>|name
56 - /help
38 - /rawxml... 57 - /rawxml...
39 - /search <\<jid\>|name>
40 - /clear
41 - /help
42 * Multi-lines
43 * Handle message type "error"
44 * File transfer? :)
45 * Conferences :))
46 * Show status changes in buddy window (if open)? Could be great!
47 * Auto away
48 58