comparison mcabber/TODO @ 287:c2a7e78d9ff5

Update TODO & ChangeLog
author Mikael Berthe <mikael@lilotux.net>
date Fri, 08 Jul 2005 07:31:24 +0100
parents 0770da258c05
children bc19dbd78551 8af283462e63 12f919be3da5
comparison
equal deleted inserted replaced
286:a3d65d7f0bc3 287:c2a7e78d9ff5
18 * Search for a user 18 * Search for a user
19 * Get info from server about a user 19 * Get info from server about a user
20 * Publish personal information 20 * Publish personal information
21 * Handle message type "error" 21 * Handle message type "error"
22 * Show status changes in buddy window (if open)? 22 * Show status changes in buddy window (if open)?
23 * Options completion
23 * Auto away (it would be better to add the "message" variable first, which could 24 * Auto away (it would be better to add the "message" variable first, which could
24 be changed with "/set message = I'll be back!") 25 be changed with "/set message = I'll be back!")
25 Messages variables: 26 Messages variables:
26 - message_{online,avail,free,dnd,busy,notavail,away,autoaway} 27 - message_{online,avail,free,dnd,notavail,away,autoaway}
27 - message (current message) 28 - message (current message)
28 * Maybe Ctrl-c should not (immediately) quit mcabber. What about: 29 * Maybe Ctrl-c should not (immediately) quit mcabber. What about:
29 - 1 Ctrl-c leaves completion/multi-line modes 30 - 1 Ctrl-c leaves completion/multi-line modes
30 - 2 Ctrl-c in less than 2 seconds leave mcabber 31 - 2 Ctrl-c in less than 2 seconds leave mcabber
31 * Keep track of buddy resources. Ex.: 32 * Keep track of buddy resources. Ex.:
37 * File transfer? :) 38 * File transfer? :)
38 * Conferences 39 * Conferences
39 40
40 * Commands: 41 * Commands:
41 42
42 - /alias alias = command
43 - /set option = value
44 - /bind $keynum = command
45 Ex.: "/bind 269 = /group toggle" Map F5 to group toggle
46 - /bind $keynum = command 43 - /bind $keynum = command
47 Ex.: "/bind 269 = /group toggle" Map F5 to group toggle 44 Ex.: "/bind 269 = /group toggle" Map F5 to group toggle
48 - /buffer <clear|top|bottom> 45 - /buffer <clear|top|bottom>
49 + /buffer % 50 (jump to 50 %) 46 + /buffer % 50 (jump to 50 %)
50 + /buffer date $date (jump to first msg after $date) 47 + /buffer date $date (jump to first msg after $date)
56 - /nick (I don't know if it makes sense for Jabber) 53 - /nick (I don't know if it makes sense for Jabber)
57 I think it is equivalent to setting the "away" message. 54 I think it is equivalent to setting the "away" message.
58 - /info [jid] 55 - /info [jid]
59 - /server connect|disconnect|register|unregister 56 - /server connect|disconnect|register|unregister
60 - /auth request|send [jid] 57 - /auth request|send [jid]
61 - Common status shortcuts: /away, /online, /busy, /dnd
62 I'm not sure it's worth it, with tab completion it is easy and fast to
63 type anyway. We'd better use user-defined aliases.
64 - /search <jid>|name 58 - /search <jid>|name
65 - /help 59 - /help
66 - /rawxml... 60 - /rawxml...
67 61