# HG changeset patch # User mikael@matrix # Date 1120421134 -3600 # Node ID 640a008c4b2f5a4e220580fda0557eafcfd919da # Parent fe438fe67b6f06ac314566f6142837f36edcca7c Update TODO & ChangeLog diff -r fe438fe67b6f -r 640a008c4b2f mcabber/ChangeLog --- a/mcabber/ChangeLog Sun Jul 03 20:58:35 2005 +0100 +++ b/mcabber/ChangeLog Sun Jul 03 21:05:34 2005 +0100 @@ -2,11 +2,14 @@ * New multi-line "verbatim" mode (/msay verbatim). In this mode, all commands but /msay are disabled, so that lines beginning with a slash - can be sent. - * Ctrl-o (accept-line-and-down-history) + can be sent + * Ctrl-o (accept-line-and-down-history) has been added * Add "/roster search jid|name" to look for somebody in the current buddylist - * Color configuration handling improvement. + * Color configuration handling improvement NOTE: configuration file needs to be updated; see sample config. file! + * Resource priority can be set (see sample config. file) + * mcabber now warns when logging is enabled and there is a write error while + writing to log files -- Mikael, ? diff -r fe438fe67b6f -r 640a008c4b2f mcabber/TODO --- a/mcabber/TODO Sun Jul 03 20:58:35 2005 +0100 +++ b/mcabber/TODO Sun Jul 03 21:05:34 2005 +0100 @@ -1,14 +1,11 @@ BUGS: -* We should display a warning when we can't write (any more) logs - (bad dir, no space left...) TODO: * Presence notification is always accepted. We should ask... -* Resource priority * UTF-8 support (Can somebody help me?) * Display status / chat mode * /connect /disconnect ? @@ -23,10 +20,16 @@ * Publish personal information * Handle message type "error" * Show status changes in buddy window (if open)? -* Auto away +* Auto away (it would be better to add the "message" variable first, which could + be changed with "/set message = I'll be back!") * Maybe Ctrl-c should not quit mcabber. What about: - 1 Ctrl-c leaves completion/multi-line modes - 2 Ctrl-c in less than 2 seconds leave mcabber +* Keep track of buddy resources. Ex.: + - buddy A connects with resource r1 + - buddy A connects with resource r2 + - A/r2 disconnects + Then we see A as being offline, although we should still see A/r1 online * File transfer? :) * Conferences @@ -42,7 +45,8 @@ - /group + rename - /say_to blabla - - /nick (I don't know if it makes sense for Jabber) + - /nick (I don't know if it makes sense for Jabber) + I think it is equivalent to setting the "away" message. - /info [jid] - /server connect|disconnect|register|unregister - /auth request|send [jid]