fix msg command (now allowed in private buffer with "*" as target)
remove "irc_default_msg_away" setting, for RFC 2812 conformity (/away command wihtout argument only removes away status), new values for "irc_display_away" (off, local, channel)
fix refresh bug with Solaris when term size is changed
replace Texinfo doc by XML Docbook
add color for window separators (when split)
add completion system for plugins/scripts commands
fix plugins autoload
add charset by server and channel, new command: /charset
add Ruby script plugin
add /upgrade command
add ETA (Estimated Time of Arrival) for DCC files
/nick command is now allowed when not connected to server
add server/channel arg to /buffer command for jumping to buffer
fix display bug in chat window when a message length equals to window width
add new keys for scrolling to previous/next highlight: alt-P / alt-N
add "read marker": an indicator for first unread line in a server or channel buffer (new key alt-U to scroll to marker)
new window maganement: custom size for windows, auto resize when terminal is resized
fix infinite loop when resizing term to small size
add /history command
new color management system, IRC colors are now correctly displayed and can be removed by new options irc_colors_receive and irc_colors_send
fix scroll problem when one line is bigger than screen size
add setting for having one server buffer for all servers (look_one_server_buffer)
add setting for ignoring some chars when completing nicks
fix IRC message parser bug
signal SIGPIPE is now ignored
add partial match for highlights
add dcc_own_ip and dcc_port_range settings
full UTF-8 support, auto-detection of UTF-8 usage (locale)
add "Day changed to [date]" message when day changes
new plugin interface, rewritten from scratch: now loads dynamic C library, and perl/python are script plugins
log options (for server/channel/private) can now be set while WeeChat is running
add channel modes +e and +f
add some missing IRC commands, fix command 367
add colors for input buffer and current channel of status bar
add online help for config options (with /set full_option_name)
enhanced "smart" hotlist, with names (new options: look_hotlist_names_{count|level|length})
add /ame command (send CTCP action to all channels of all connected servers)
add setting "irc_notice_as_pv" to see notices as pv
add nicks colors in setup file
fix DCC bug: delete failed file only if really empty (on disk)
fix IRC message parser bug
fix scroll problem (screen moving when scrolling and new line displayed)
fix infinite loop when scrolling back and displaying long lines
fix crash when closing a buffer used by more than one window
add some missing IRC commands
fix DCC display bug (now decodes string according to charset)
add /ignore and /unignore commands
fix bug with strings comparison (str[n]casecmp) and some locales (like turkish), now using ASCII comparison (thanks to roktas)
signal SIGQUIT is now ignored
fix refresh bug when one line is bigger than screen size
fix look_nicklist_min_size and look_nicklist_max_size options
fix refresh bug when changing channel modes
jump to next server now saves current channel buffer for each server
add keys ctrl-up/ctrl-down to call previous/next command in global history (common to all buffers)
join and part/quit prefixes (arrows) now displayed with different colors
add "irc_highlight" setting, to get highlight with any word
fix auto-rejoin for channels with key
fix /ctcp command (now any command/data allowed)
add /amsg command (send text to all channels of all connected servers)
fix SIGSEGV handler (now write a core file by aborting program)
fix statusbar & infobar background refresh problem with some systems
add color for private in hotlist (different than color for highlight)
add DCC resume and timeout
add function for Perl/Python to get DCC list
fix FIFO pipe (command now authorized on a buffer not connected to an IRC server)
topic completion now decodes UTF-8 string
fix bug with IRC URL on command line (irc://)
new keyboard management: keys are setup in config file, add new command /key, add some new default keys, alt-K key is used to grab key (useful for /key command)
add seconds in infobar time (optional thanks to new setting)
fix some curses refreshs
add auto-prefix with "#" for channels (if no prefix found), with /join command
proxy support (http, socks4, socks5) with authentification (http, socks5) and ipv6 support (client to proxy)
add completion for config option (with /set command)
commands from users outside channel now authorized (if special user or channel without "n" flag)
add IPv6 support
kill command now received and displayed
add SSL support
channel notify levels are saved in config file (new option "server_notify_levels" for server sections)
part message now accepts %v (replaced by WeeChat version), like quit message
errors while loading perl scripts are now displayed in server buffer (instead of current buffer)
in python scripts, all messages written in stdin and stderr are redirected in server buffer
fix a filename error while loading a python script manually
fix plugins "print" and "prnt" functions: now ok for writing on server buffers
fix color problem with new libcurses version
fix crash when using alt-S or alt-X on DCC buffer (alt-D)
fix startup crash when config file (~/.weechat/weechat.rc) is not found
improve Perl/Python libs detection for ./configure script
add Python plugin support, improve Perl interface (and now Perl/Python libraries are checked by configure script)
add nicklist scroll keys (alt+{home/end/pgup/pgdn} or F11/F12)
add transfer rate for DCC files
add "-all" option for /nick command
buffers timestamp can now be changed (new option in config file)
WeeChat now ok under *BSD and Mac OS X
fix nicklist sort
fix crash when purging old DCC
fix crash with 64-bits arch (like AMD64) when converting UTF-8
add missing IRC commands (307, 341, 485, 671)
add nicks count for channel buffers
add FIFO pipe for remote control
add crash dump when WeeChat receives SIGSEGV (Segmentation fault)
add new display engine: doesn’t cut words at end of lines
add DCC send and DCC chat
add /halfop & /dehalfop commands, fix halfop display bug in nicklist
add /ban, /unban and /kickban commands
add spanish translation
add --irc-commands and --weechat-commands command line options
connection to IRC server is now made by child process (non blocking)
add support for UnrealIrcd ("~" for chan owner, "&" for chan admin)
new key for window switch (now: F5/F6=switch buffer, F7/F8=switch window)
on server buffer, only server messages are logged
improve /help command output
plugins messages are logged with new config option (log_plugin_msg)
fix /kick command
fix /invite command (and now invite requests are displayed)
fix /buffer close command (now ok when disconnected from server)
fix display bugs when many windows are opened
improve /window command: now split and merge are ok
away nicks are now displayed with another color (new option: "irc_away_check")
add away indicator in status bar
add lag indicator (and auto-disconnect after a delay if important lag)
improve completion: now completes commands arguments (IRC and internal), when only one completion matches, completion mechanism is stoped (to complete command arg for example)
improve /set command: empty strings are allowed, new colors, server options can be changed while WeeChat is running
add default away/part/quit messages in config file
new [irc] section in config file, move option "look_display_away" to "irc_display_away"
server messages & errors are all prefixed (by 3 chars, like "-@-")
add new options for charset (UTF-8 support): look_charset_decode, look_charset_encode and look_charset_internal
fix many memory leaks
fix colors bug: remove "gray" color (replaced by "default"), colors are ok when terminal has white (or light) background
fix crash when resizing terminal to small size
fix crash when multiple servers and big messages received from server
fix crash when closing some private buffers
fix crash when unknown section with option(s) in config file
fix /op, /deop, /voice, /devoice (now ok with many nicks)
fix /me command (now ok without parameter)
fix /away command (now ok if not away)
logs are now disabled by default (server/channel/private)
auto-reconnection to server (new options: server_autoreconnect (on/off), server_autoreconnect_delay (in seconds))
fix major bug when socket is closed by server (100% CPU usage), and disconnections are now ok (all channels are "closed", history is still visible, and buffer will be used again if reconnection to server)
option "look_remove_colors_from_msgs" is now working
fix display of nick mode changes
new command "/buffer close" (close any server/channel/private buffer)
fix /notice command (and display when received from server)
new keys: ctrl+A (=home), ctrl+E (=end), ctrl+W (= ctrl+Backspace), alt-S (switch to server buffer), alt-X (switch to first channel of next server)
add new config option: "server_command_delay" (delay in seconds after startup command for each server)
fix /kick command: now ok with many words as reason
nickserv passwords hidden (new config option: log_hide_nickserv_pwd on/off)
auto-rejoin channels when kicked (new config option: server_autorejoin on/off)
add IRC::command function for Perl scripts
fix bug when adding alias with same name as other
/buffer command developed (buffers list, move and notify)
logging buffers to disk (server/channel/private according to user prefs)
add config option "look_display_away" to announce away in channels
fix crash when resizing terminal to very small size
"-MORE-" message is now erased when switching to another buffer
DCC file receive ok (alt-D for DCC view)
/query command now reopens private buffer if already opened
add key for redrawing terminal (ctrl-L)
add key for clearing hotlist (alt-R)
new "col_status_delimiters" config option
add command /buffer , buffers ordered by number, auto-jump to active buffers (alt-A), jump to buffers by number (alt-number)
add command /window, split terminal horizontally/vertically
unique color for each nick (based on nickname)
action messages are now considered as messages, not crappy joins/parts
fix display bug when nicklist is displayed at bottom of screen
add history limit (text buffer and commands)
replace --enable-debug with --with-debug option for ./configure, which is now integer: 1 = compiler debug flag, 2 = same 1 with verbose debug messages in WeeChat (default: 0 = no debug)
improve channel highlight (priority to message vs join/part)
fix bug when opened private win and remote user changes his nick
add command /query (starts private conversation)
add IRC messages 476, 477
/mode command is now ok and channel flags are displayed in status bar
fix display bug (text was blinking when scrolling)
CTCP Version reply is now in english only and doesn’t show host (security reason)
/set command to modify config options when WeeChat is running
fix look_nicklist config option, now enables/disables nicklist
secure code to prevent buffer overflows and memory leaks
fix QUIT IRC command: now sent to all connected servers (not only current)
URL command line parameter to connect to server(s)
new Perl script function to display message in info bar ("IRC::print_infobar")
info bar highlight notifications
add info bar timestamp in config ("look_infobar_timestamp")
add info bar (optional, "look_infobar" to enable it, "on" by default)
fix crash with /oper command
for default config file, nick is now based on un*x username (thanks to Witukind)
fix crash when config file cannot be written
add -c (or --config) command line parameter to see config file options
highlight action messages
Perl plugin, with auto-load
when private window is created (another user is talking), WeeChat does not switch to this window
highlight when our nick is written in a channel/private window
catch ctrl-C (ignored)
debug messages can be enabled via ./configure --enbale-debug option
./configure script to build WeeChat
nicks are now correctly sorted (op, halfop, voice, other)
fix problem with "353" IRC message (nicklist)
fix problem when nick is truncated by server
fix crash when entering text without any server connection
fix crash when /set command is executed
fix display bug (text was blinking when scrolling)
french translation
new IRC command: /stats, /service, /squit, /motd, /lusers, /links, /time, /trace, /admin, /info, /servlist, /squery, /who, /whowas, /die, /summon, /users, /wallops, /userhost, /ison, /ctcp ping
code cleanup
add commands /rehash and /restart
and command and auto-join channels when connected to server
new commands for alias: /alias, /unalias (new section in config file)
config is now saved automatically when quitting WeeChat, add /save command
new commands for servers: /server, /connect, /disconnect
add autoconnect flag for each server in config file
add "look_set_title" option in config file
term window title is modified with WeeChat name and version
fix nicklist display bug
fix crash when sending command which can only be received
CTCP version returns more info (about OS)
ncurses GUI with color output
multi-servers
channel windows, with nicklist (position: top, bottom, left or right)
private windows
IRC commands: away, ctcp, deop, devoice, invite, join, kick, kill, list, me, mode, msg, names, nick, notice, op, oper, part, ping, pong, quit, quote, topic, version, voice, whois
WeeChat commands: clear, help, set (partial)
many config options
log file (~/.weechat/weechat.log)
nicklist can be moved on top, bottom, left or right of window