comparison mcabber/TODO @ 268:b31db4da1766

Move TODO file to mcabber root directory
author mikael@frmp8452
date Sun, 03 Jul 2005 00:25:51 +0100
parents mcabber/src/TODO@8d3d5bd52da3
children 6f6ee7e0bb43
comparison
equal deleted inserted replaced
267:8d3d5bd52da3 268:b31db4da1766
1
2 BUGS:
3
4 * We should display a warning when we can't write (any more) logs
5 (bad dir, no space left...)
6
7
8 TODO:
9
10 * Presence notification is always accepted. We should ask...
11 * Resource priority
12 * UTF-8 support (Can somebody help me?)
13 * Display status / chat mode
14 * /connect /disconnect ?
15 * Key bindings (ex: F5 <-> /group toggle)
16 * Pending message flag is not displayed when buddy is outside Contact window,
17 maybe we could show it someway (maybe just a flag?).
18 * Show number of online contacts in folded groups
19 * Buddy buffer in full width (handy for cut'n paste!)
20 (i.e. hide roster window)
21 * Create .mcabber and .mcabber/histo dirs if needed.
22 * Search for a user
23 * Get info from server about a user
24 * Publish personal information
25 * Handle message type "error"
26 * Show status changes in buddy window (if open)?
27 * Auto away
28
29 * File transfer? :)
30 * Conferences
31
32 * Commands! :-)
33 - /buffer <clear|top|bottom>
34 + /buffer % 50 (jump to 50 %)
35 + /buffer date $date (jump to first msg after $date)
36 + /buffer search $string
37 (backward or forward? maybe search_backward/search_forward)
38 - /group <expand|shrink|toggle>
39 + rename
40 - /say_to <jid> blabla
41 - /nick (I don't know if it makes sense for Jabber)
42 - /info [jid]
43 - /server connect|disconnect|register|unregister
44 - /auth request|send [jid]
45 - Common status shortcuts: /away, /online, /busy, /dnd
46 I'm not sure it's worth it, with tab completion it is easy and fast to
47 type anyway. We'd better use user-defined aliases.
48 - /alias alias command
49 - /search <jid>|name
50 - /set option = value
51 - /help
52 - /rawxml...
53