diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2003-09-27 18:45:40 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2003-09-27 18:45:40 +0000 |
commit | 70cd53af86045fffe675742263a2d8b47cc7bf15 (patch) | |
tree | 5a2fd83f86bd885f0cb8e2b70a896ca345eacb03 | |
parent | ac42b651772bb0c1b89dd8683e853d85c6ffa77e (diff) | |
download | weechat-70cd53af86045fffe675742263a2d8b47cc7bf15.zip |
Updated files
-rw-r--r-- | BUGS | 1 | ||||
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | TODO | 100 | ||||
-rw-r--r-- | weechat/BUGS | 1 | ||||
-rw-r--r-- | weechat/ChangeLog | 4 | ||||
-rw-r--r-- | weechat/TODO | 100 |
6 files changed, 110 insertions, 100 deletions
@@ -15,3 +15,4 @@ WeeChat known bugs, 2003-09-27 warning) - too much opened channel => display bug - when kicked, channel is not prefixed by '(' and sufixed by ')' +- when function key (non used by WeeChat) is pressed, prompt is deleted @@ -4,6 +4,10 @@ WeeChat - Wee Enhanced Environment for Chat ChangeLog - 2003-09-27 * 2003-09-27: + - fixed crash when sending command which can not be sent + - ctcp version returns more info (about OS) + +* 2003-09-27: - WeeChat 0.0.1 released! * 2003-09-26: @@ -10,61 +10,12 @@ Legend: ? is this really necessary? -v0.0.1: - - * IRC protocol: - # "/quote" command: send a raw string to the server without parsing it - # "/me" command (for user actions description) - # "/away" command (to toggle the away status) - # "/op", "/deop", "/voice", "/devoice" commands - # "/invite" command - # "/kick", "/ban", "/unban" commands - # "/kill" command - # "/list" command: list of channels - # "/names" command: view who is on a given channel without being - on it (for example /names #weechat gives all the nicks present on - #weechat, except those who have the +i flag (server side)) - # "/oper" command: become operator on the irc network - # "/topic" command: change the topic of a channel - # "/version" command: give the irc client version (CTCP VERSION) - of a given nick/channel (without parameter: gives WeeChat version) - # "/whois" command - - * WeeChat commands: - # "/clear": to clear window content - - * Interface: - # "demi-highlight" when joins/quits etc - # log messages/warning/errors to ~/.weechat/log file - # improve editing zone (left arrow <> backspace) - # sort nick list - # choose nick list position (top, left, right (default), bottom) - # auto-resize nicklist (when nick too long) - # do pretty cutting of long lines (align on the nick or after hour for server) - # keep history of commands and call them again with up/down arrow - # text GUI - # ncurses GUI: - # one window for each channel - # color display - # private windows - # redraw window when term size is modified - # chat history (pgup/pgdn for displaying history) - # switch to other channel window - - * TCP/IP communication: - # IPv4 protocol implementation - - * Configuration: - # write default config file - - -Future versions: +v0.0.2: * IRC protocol: - implement RFC 2812 + "/mode" command: change the user/channels modes - "/dcc" command (for chat and sending/receiving files) - - manage "halfop" status - complete "/list" command: add regexp search, display only channels that match regexp - "/connect" and "/disconnect" commands (for multiservers use) @@ -128,3 +79,52 @@ Future versions: - add Ruby plugin - "/load" and "/unload" commands to (un)load extension scripts (perl, python, ruby, ...) + + +v0.0.1: + + * IRC protocol: + # "/quote" command: send a raw string to the server without parsing it + # "/me" command (for user actions description) + # "/away" command (to toggle the away status) + # "/op", "/deop", "/voice", "/devoice" commands + # "/invite" command + # "/kick", "/ban", "/unban" commands + # "/kill" command + # "/list" command: list of channels + # "/names" command: view who is on a given channel without being + on it (for example /names #weechat gives all the nicks present on + #weechat, except those who have the +i flag (server side)) + # "/oper" command: become operator on the irc network + # "/topic" command: change the topic of a channel + # "/version" command: give the irc client version (CTCP VERSION) + of a given nick/channel (without parameter: gives WeeChat version) + # "/whois" command + # manage "halfop" status + + * WeeChat commands: + # "/clear": to clear window content + + * Interface: + # "demi-highlight" when joins/quits etc + # log messages/warning/errors to ~/.weechat/log file + # improve editing zone (left arrow <> backspace) + # sort nick list + # choose nick list position (top, left, right (default), bottom) + # auto-resize nicklist (when nick too long) + # do pretty cutting of long lines (align on the nick or after hour for server) + # keep history of commands and call them again with up/down arrow + # text GUI + # ncurses GUI: + # one window for each channel + # color display + # private windows + # redraw window when term size is modified + # chat history (pgup/pgdn for displaying history) + # switch to other channel window + + * TCP/IP communication: + # IPv4 protocol implementation + + * Configuration: + # write default config file diff --git a/weechat/BUGS b/weechat/BUGS index 0a6a5f3f3..dbb62f037 100644 --- a/weechat/BUGS +++ b/weechat/BUGS @@ -15,3 +15,4 @@ WeeChat known bugs, 2003-09-27 warning) - too much opened channel => display bug - when kicked, channel is not prefixed by '(' and sufixed by ')' +- when function key (non used by WeeChat) is pressed, prompt is deleted diff --git a/weechat/ChangeLog b/weechat/ChangeLog index 2bc1255bd..2c83314bd 100644 --- a/weechat/ChangeLog +++ b/weechat/ChangeLog @@ -4,6 +4,10 @@ WeeChat - Wee Enhanced Environment for Chat ChangeLog - 2003-09-27 * 2003-09-27: + - fixed crash when sending command which can not be sent + - ctcp version returns more info (about OS) + +* 2003-09-27: - WeeChat 0.0.1 released! * 2003-09-26: diff --git a/weechat/TODO b/weechat/TODO index e65f0a957..42e2a6430 100644 --- a/weechat/TODO +++ b/weechat/TODO @@ -10,61 +10,12 @@ Legend: ? is this really necessary? -v0.0.1: - - * IRC protocol: - # "/quote" command: send a raw string to the server without parsing it - # "/me" command (for user actions description) - # "/away" command (to toggle the away status) - # "/op", "/deop", "/voice", "/devoice" commands - # "/invite" command - # "/kick", "/ban", "/unban" commands - # "/kill" command - # "/list" command: list of channels - # "/names" command: view who is on a given channel without being - on it (for example /names #weechat gives all the nicks present on - #weechat, except those who have the +i flag (server side)) - # "/oper" command: become operator on the irc network - # "/topic" command: change the topic of a channel - # "/version" command: give the irc client version (CTCP VERSION) - of a given nick/channel (without parameter: gives WeeChat version) - # "/whois" command - - * WeeChat commands: - # "/clear": to clear window content - - * Interface: - # "demi-highlight" when joins/quits etc - # log messages/warning/errors to ~/.weechat/log file - # improve editing zone (left arrow <> backspace) - # sort nick list - # choose nick list position (top, left, right (default), bottom) - # auto-resize nicklist (when nick too long) - # do pretty cutting of long lines (align on the nick or after hour for server) - # keep history of commands and call them again with up/down arrow - # text GUI - # ncurses GUI: - # one window for each channel - # color display - # private windows - # redraw window when term size is modified - # chat history (pgup/pgdn for displaying history) - # switch to other channel window - - * TCP/IP communication: - # IPv4 protocol implementation - - * Configuration: - # write default config file - - -Future versions: +v0.0.2: * IRC protocol: - implement RFC 2812 + "/mode" command: change the user/channels modes - "/dcc" command (for chat and sending/receiving files) - - manage "halfop" status - complete "/list" command: add regexp search, display only channels that match regexp - "/connect" and "/disconnect" commands (for multiservers use) @@ -128,3 +79,52 @@ Future versions: - add Ruby plugin - "/load" and "/unload" commands to (un)load extension scripts (perl, python, ruby, ...) + + +v0.0.1: + + * IRC protocol: + # "/quote" command: send a raw string to the server without parsing it + # "/me" command (for user actions description) + # "/away" command (to toggle the away status) + # "/op", "/deop", "/voice", "/devoice" commands + # "/invite" command + # "/kick", "/ban", "/unban" commands + # "/kill" command + # "/list" command: list of channels + # "/names" command: view who is on a given channel without being + on it (for example /names #weechat gives all the nicks present on + #weechat, except those who have the +i flag (server side)) + # "/oper" command: become operator on the irc network + # "/topic" command: change the topic of a channel + # "/version" command: give the irc client version (CTCP VERSION) + of a given nick/channel (without parameter: gives WeeChat version) + # "/whois" command + # manage "halfop" status + + * WeeChat commands: + # "/clear": to clear window content + + * Interface: + # "demi-highlight" when joins/quits etc + # log messages/warning/errors to ~/.weechat/log file + # improve editing zone (left arrow <> backspace) + # sort nick list + # choose nick list position (top, left, right (default), bottom) + # auto-resize nicklist (when nick too long) + # do pretty cutting of long lines (align on the nick or after hour for server) + # keep history of commands and call them again with up/down arrow + # text GUI + # ncurses GUI: + # one window for each channel + # color display + # private windows + # redraw window when term size is modified + # chat history (pgup/pgdn for displaying history) + # switch to other channel window + + * TCP/IP communication: + # IPv4 protocol implementation + + * Configuration: + # write default config file |