comparison mcabber/TODO @ 1220:44b699a61224

Update TODO
author Mikael Berthe <mikael@lilotux.net>
date Tue, 08 May 2007 12:05:27 +0200
parents 122114b00541
children 57fe57474122
comparison
equal deleted inserted replaced
1219:31f7ac73b82d 1220:44b699a61224
1 1
2 BUGS: 2 BUGS:
3 3
4 * mcabber does not work with gnutls 4 * mcabber does not work with gnutls
5 * renaming a MUC room should update the bookmark, not add a roster entry
5 6
6 7
7 TODO: 8 TODO:
8 9
9 * Improve the completion system 10 * Improve the completion system
11 * XEP-0202: Entity Time
12 * XEP-0203: Delayed Delivery (replaces -0091)
10 * Connect hook 13 * Connect hook
11 * Macros 14 * Macros
12 * Nick highlight 15 * OTR encryption?
13 * Show number of online contacts in folded groups 16 * Show number of online contacts in folded groups
14 * Publish personal information 17 * Publish personal information
15 * Colors for presence 18 * Colors for presence
16 * MUC: advanced settings for room creation 19 * MUC: advanced settings for room creation
17 * MUC: display roles of room members 20 * MUC: display roles of room members
18 * "Offline roster" (when disconnected) 21 * "Offline roster" (when disconnected)
19 * Maybe cache iq:version and show version in /info, if available 22 * Maybe cache iq:version and show version in /info, if available
20 * Sort roster by status 23 * Sort roster by status
21 * 2-levels roster display (jids, resources) 24 * 2-levels roster display (jids, resources)
25 * XEP-0186: Invisible
22 * "Ignore list" (privacy lists) 26 * "Ignore list" (privacy lists)
23 See JEP-0191: Simple Communications Blocking (very new) 27 See XEP-0191: Simple Communications Blocking
24 * Use DNS _xmpp-client._tcp service 28 * Use DNS _xmpp-client._tcp service
25 * Options scrollback_time/scrollback_lines (a la irssi) 29 * Mouse support?
26 30
27 * File transfer? :) 31 * File transfer? :)
28 32
29 * Commands: 33 * Commands:
30 34
31 - /roster enable|disable xml 35 - /roster enable|disable xml
36 - /highlight nick
32 - /info [jid] 37 - /info [jid]
33 (request info to the server if the buddy is not in the roster) 38 (request info to the server if the buddy is not in the roster)
34 - /server register|unregister 39 - /server register|unregister
35 - /search <jid>|name 40 - /search <jid>|name
36 (server search) 41 (server search)
37 42 - Per room settings?
43 /room setopt [+|-]autowhois ?
44 /room setopt [+|-]'flag_joins' ?
45 - A command (display?) to display only a few states in the roster
46 . /roster display of Display avail/ffc people
47 . /roster display - Display nobody (but incoming messages)
48 . /roster display ofdna == hide_offline
49 . /roster display ofdna_ == default behaviour
50 (Or roster mask)