view mcabber/src/TODO @ 220:8dfdc6f1778e

[/trunk] Changeset 232 by mikael * Fix a bug when displaying a multi-line message in a /clear-ed window * Always make sure the last msg is displayed in the buffer window (fix another problem with the /clear command...)
author mikael
date Sat, 04 Jun 2005 11:44:55 +0000
parents 8b6adc3f1acc
children 73f6ce668ba8
line wrap: on
line source


BUGS:

* We should display a warning when we can't write (any more) logs
  (bad dir, no space left...)
* Colors are misnamed


TODO:

* Presence notification is always accepted.  We should ask...
* Display status / chat mode
* Get timestamp for offline messages
* /connect /disconnect ?
* Key bindings (ex: F5 <-> /group toggle)
* Pending message not displayed if buddy outside Contact window,
  maybe we could show it someway (maybe just a flag?).
* Show number of online contacts in folded groups
* Buddy buffer in full width (handy for cut'n paste!)
  (i.e. hide roster window)
* Create .mcabber and .mcabber/histo dirs if needed.
* Add completion for group names
* Search for a user
* Get info about a user
* Publish personal information
* Unread message queue (/roster next_message & Ctrl-q)
* Multi-lines messages
* Handle message type "error"
* Show status changes in buddy window (if open)?
* Auto away

* File transfer? :)
* Conferences

* Commands! :-)
  - /roster <hide_offline|show_offline|top|bottom>
    + next_message (Ctrl-q?)
    + search jid|name
  - /buffer <clear|top|bottom>
    + /buffer % 50          (jump to 50 %)
    + /buffer date $date    (jump to first msg after $date)
    + /buffer search $string
      (backward or forward? maybe search_backward/search_forward)
  - /group <expand|shrink|toggle>
    + rename
  - /msay [jid]             (multi-lines "say")
  - /say_to <jid> blabla
  - /add jid [Name]
  - /nick                   (I don't know if it makes sense for Jabber)
  - /info [jid]
  - /server connect|disconnect|register|unregister
  - /request_auth [jid]
  - /send_auth [jid]
  - Common status shortcuts: /away, /online, /busy, /dnd
  - /search <jid>|name
  - /help
  - /rawxml...