summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO47
1 files changed, 19 insertions, 28 deletions
diff --git a/TODO b/TODO
index e733f0bba..2b907ed31 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,7 @@
WeeChat - Wee Enhanced Environment for Chat
===========================================
-TODO - 2005-10-06
+TODO - 2005-10-30
Legend:
# done
@@ -10,9 +10,6 @@ Legend:
? is this really necessary?
-v0.1.6:
-------
-
* General:
+ Windows version
+ Solaris version
@@ -20,24 +17,22 @@ v0.1.6:
* Interface:
+ Gtk GUI
+ internationalization (traduce WeeChat in many languages)
- - highlight should not occur on partial words
+ # highlight should not occur on partial words
+ # one buffer for all servers
+ - color for nicks (except own nick) when nick colors are disabled
+ - allow decode/encode charsets for servers or chan (not globally)
+ - interpret special chars in messages (color & bold for example)
+ - understand incomplete commands if unambigous (for example: /he for /help is ok)
+ ? Qt GUI
* WeeChat commands
- be able to bind a key on more than one command
- be able to make an alias running more than one command
- host with "*" possible with /ignore command
-
- * Configuration:
- - be able to launch more than one command when connecting to server
-
- * Plugins:
- - dynamically load plugins as a separate library
- - allow print function to write on all buffers or all channels of a server
- - Ruby plugin
- - "/ruby load" and "/ruby unload" commands to (un)load Ruby scripts
-
-Future versions:
----------------
+ - "/completion" command: do shortcuts (for example when we type "u"
+ in the text bar it send it to the server as "you")
+ - "/last": command to look for text in previous messages
+ - completion system for scripts arguments
* IRC protocol:
- customizable CTCP version reply
@@ -48,15 +43,11 @@ Future versions:
- "/notify" and "/unnotify" command to be warn by WeeChat when a given
nick/host connect to the given irc network
- * WeeChat commands:
- - "/completion" command: do shortcuts (for example when we type "u"
- in the text bar it send it to the server as "you")
- - "/last": command to look for text in previous messages
- - completion system for scripts arguments
+ * Configuration:
+ - be able to launch more than one command when connecting to server
- * Interface:
- - color for nicks (except own nick) when nick colors are disabled
- - allow decode/encode charsets for servers or chan (not globally)
- - interpret special chars in messages (color & bold for example)
- - understand incomplete commands if unambigous (for example: /he for /help is ok)
- ? Qt GUI
+ * Plugins:
+ # dynamically load plugins as a separate library
+ - allow print function to write on all buffers or all channels of a server
+ - Ruby plugin
+ - "/ruby load" and "/ruby unload" commands to (un)load Ruby scripts