changeset 274:640a008c4b2f

Update TODO & ChangeLog
author mikael@matrix
date Sun, 03 Jul 2005 21:05:34 +0100
parents fe438fe67b6f
children 0770da258c05
files mcabber/ChangeLog mcabber/TODO
diffstat 2 files changed, 15 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- 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, ?
 
--- 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 <expand|shrink|toggle>
     + rename
   - /say_to <jid> 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]