# HG changeset patch # User Mikael Berthe # Date 1127687276 -7200 # Node ID 8a7b18b837a45e75f10ac1fd32fc340b7065413b # Parent fa93f47a08fe5d8021f51bf794212c645766f113 Update TODO & ChangeLog diff -r fa93f47a08fe -r 8a7b18b837a4 mcabber/ChangeLog --- a/mcabber/ChangeLog Mon Sep 26 00:24:22 2005 +0200 +++ b/mcabber/ChangeLog Mon Sep 26 00:27:56 2005 +0200 @@ -1,13 +1,17 @@ mcabber (0.6.9-dev) * New /rawxml command + * New /status_to command * Multiple resources support The resources can be seen using the /info command + * Initial Multi-User Chat support + New /room command (join, leave, names...) * Warn the user when a message is received, which cannot be decoded (local charset unable to display some chars, for example) * Fix a bug when a buddy's name cannot be converted from utf-8 for being displayed in the roster (fall back to jid) * Fix: Status message is not lost anymore when using /move command + * Update documentation -- Mikael, ? diff -r fa93f47a08fe -r 8a7b18b837a4 mcabber/TODO --- a/mcabber/TODO Mon Sep 26 00:24:22 2005 +0200 +++ b/mcabber/TODO Mon Sep 26 00:27:56 2005 +0200 @@ -20,9 +20,18 @@ * Options completion * MUC: invitation * MUC: join password-protected room +* MUC: show who sends us a private anonymous message +* MUC: do not log private anonymous messages +* MUC: default to not logging (that's done), and add an option + do not log history messages (i.e. if groupchat && timestamp) +* MUC: get messages timestamps +* MUC: display buddies status changes (including join/leave) +* MUC: show if we're in or out of a room +* MUC: nickname completion +* MUC: get the room topic +* MUC: hooks: use a new identifier for groupchat messages (ex. GMSG) * File transfer? :) -* MUC (Conferences...) * Commands: @@ -32,7 +41,6 @@ - /group expand|shrink|toggle + rename - /say_to jid blabla - - /status_to jid status [message] - /info [jid] (request info to the server if the buddy is not in the roster) - /server register|unregister