view mcabber/src/TODO @ 47:7259a61e1a4b

[/trunk] Changeset 63 by mikael * Add commands.[ch] files, to deal with command lines. Move sendmessage() to commands.c * Update Makefile accordingly. * Create a scr_WriteMessage() function, layer between UI and the scr_WriteIncomingMessage() / scr_WriteOutgoingMessage(). (The last one is a new function)
author mikael
date Wed, 06 Apr 2005 10:07:59 +0000
parents 881d8eb379c6
children eb2270957c2d
line wrap: on
line source


* Pending message not displayed if buddy outside Contact window
* Hide offline buddies

* Commands! :-)
  - /say
  - /add
  - /del
  - /rename
  - /info
  - /request_auth (??)
  - /status (and common shortcuts: /away, /online, /busy, /dnd)
  - /rawxml
* Command line history (^P/^N)
* External commands for events
* Multi-lines
* Handle window resize (will be hard with current implementation...)
* Command line completion
* Scroll back history
* Save history
* Shortcut to jump to next message received (shift-tab?)
* File transfer? :)
* Conferences :))