diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2004-02-29 16:31:26 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2004-02-29 16:31:26 +0000 |
commit | 81da0f41d7053f0358784b560b302b86e464b290 (patch) | |
tree | 0a90a9580eb50493e81211729bc8fca5ccf66673 /TODO | |
parent | 070e1b6ec73d1cc1ef6dd56d445e2c6995dce9ae (diff) | |
download | weechat-81da0f41d7053f0358784b560b302b86e464b290.zip |
Added modes channel (and /mode command is now ok), dcc skeleton, fixed display bug for nicklist
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 26 |
1 files changed, 10 insertions, 16 deletions
@@ -1,7 +1,7 @@ WeeChat - Wee Enhanced Environment for Chat =========================================== -TODO - 2004-02-07 +TODO - 2004-02-29 Legend: # done @@ -10,38 +10,33 @@ Legend: ? is this really necessary? -v0.0.5: +v0.0.6: ------ * General: - # debug messages can be enabled via ./configure --enbale-debug option + - Windows version + Solaris version - * WeeChat commands: - # "/set" command: allow the user to set the WeeChat variables - under WeeChat without editing the config file (colors, time - format, etc) - + * IRC protocol: + + "/mode" command: change the user/channels modes + + "/dcc" command (for chat and sending/receiving files) + * Interface: + internationalization (traduce WeeChat in many languages) - # info bar - # add clock + - display current channel modes (example : #weechat(+nt)) * Configuration: + add missing options for config file - + add key bindings to config file - + - add key bindings to config file + Future versions: --------------- * General: - - Windows version - *BSD version * IRC protocol: - + "/mode" command: change the user/channels modes - - "/dcc" command (for chat and sending/receiving files) - complete "/list" command: add regexp search, display only channels that match regexp - "/ignore" and "/unignore" commands: hide all that is write by a given @@ -64,7 +59,6 @@ Future versions: * Interface: + Gtk GUI - - display current channel modes (example : #weechat(+nt)) - interpret special chars in messages (color & bold for example) - many channel windows in one window/term (window split) - add lag indicator |