comparison mcabber/src/TODO @ 86:eb2270957c2d

[/trunk] Changeset 100 by mikael * TODO/BUGS update
author mikael
date Sun, 17 Apr 2005 20:26:38 +0000
parents 881d8eb379c6
children 60eac956ce18
comparison
equal deleted inserted replaced
85:19f57e681252 86:eb2270957c2d
1 1
2 BUGS:
3
4 * Should not stay on buddy buffer when one moves to a group
2 * Pending message not displayed if buddy outside Contact window 5 * Pending message not displayed if buddy outside Contact window
3 * Hide offline buddies 6
7
8 TODO:
9
10 * Jabber agents support
11 * Display status
12 * show (how?) we can scroll in roster if not all buddies are displayed
4 13
5 * Commands! :-) 14 * Commands! :-)
6 - /say 15 - /roster <hide_offline|show_offline|top|bottom>
7 - /add 16 - /group <expand|shrink>
8 - /del 17 - /say blabla
9 - /rename 18 - /say_to <jid> blabla
10 - /info 19 - /add <jid> [Name]
11 - /request_auth (??) 20 - /del [jid]
12 - /status (and common shortcuts: /away, /online, /busy, /dnd) 21 - /move [\<jid\>] <group>
13 - /rawxml 22 - /rename [\<jid\>] Name
23 - /info [jid]
24 - /request_auth [jid]
25 - /send_auth [jid]
26 - /status [online|avail|invisible|free|dnd|busy|notavail|away]
27 (and common shortcuts: /away, /online, /busy, /dnd)
28 - /rawxml...
14 * Command line history (^P/^N) 29 * Command line history (^P/^N)
15 * External commands for events 30 * External commands for events
16 * Multi-lines 31 * Multi-lines
17 * Handle window resize (will be hard with current implementation...) 32 * Handle window resize
18 * Command line completion 33 * Command line completion
19 * Scroll back history 34 * Scroll back history
20 * Save history 35 * Save history
21 * Shortcut to jump to next message received (shift-tab?) 36 * Shortcut to jump to next message received (shift-tab?)
22 * File transfer? :) 37 * File transfer? :)