Weechat Versions Save

The extensible chat client.

v4.2.2

1 month ago

Bug fixes

  • core: fix reset to initial scroll position after search of text in buffer (issue #2093)
  • core: add missing mouse events "alt-ctrl-button2" and "alt-ctrl-button3"
  • exec: remove trailing space on buffers with free content when line numbers are not displayed
  • exec: add missing exec tags in lines of buffers with free content (issue #2086)
  • irc: add missing tags on self action messages when capability echo-message is enabled (issue #2074)
  • python: fix truncation of unsigned long long integer returned by function string_parse_size
  • relay: set the last IRC client disconnection time only after a successful connection (issue #2103)
  • script: always display list of scripts when searching scripts with /script search (issue #2077)
  • script: fix default mouse keys (issue #2076)
  • scripts: fix crash on script unload when a hook is created in a buffer close callback (issue #2067)
  • tcl: fix truncation of long integer returned by function hdata_long
  • trigger: fix memory leak when adding a new trigger with /trigger command

Tests

  • core: fix tests on function strftimeval on Alpine

Download

https://weechat.org/download/weechat/4.2.2/

v4.2.1

1 month ago

Bug fixes

  • irc: fix random date displayed when a received message contains tags but no "time" (issue #2064)

Download

https://weechat.org/download/weechat/4.2.1/

v4.2.0

3 months ago

New features

  • core: add variable "opening" in buffer, do not send buffer signals when the buffer is opening
  • core: store microseconds in buffer lines (issue #649)
  • core: evaluate expressions even when the suffix is missing ("}" by default) (issue #2042, issue #1714)
  • core: add syntax highlighting in evaluation of expressions with raw_hl:string and hl:string, add option weechat.color.eval_syntax_colors (issue #2042)
  • core: add option search_history in command /input, add key Ctrl+r to search in commands history, add key context "histsearch" (issue #2040)
  • core: add option weechat.look.buffer_search_history (issue #2040)
  • core: add key Ctrl+o to send command found and insert next one in input (issue #2040)
  • core: add buffer variables "text_search_direction", "text_search_history" and "text_search_ptr_history" (issue #2040)
  • core: move key Ctrl+r to Ctrl+s (issue #2040)
  • core: move key Ctrl+s, Ctrl+u to Alt+Shift+U (issue #2040)
  • core: display only version with command /version, add options -o and -ol in command /upgrade
  • core: add number of processes in command /sys waitpid
  • core, alias, trigger: allow wildcard in commands /bar, /item, /proxy, /alias and /trigger (issue #1956)
  • api: add functions util_strftimeval, util_parse_time, printf_datetime_tags, printf_y_datetime_tags (issue #649)
  • api: add argument "date_usec" in hook_print callback (issue #649)
  • api: add property "type" in function buffer_get_string
  • api: add info "mouse"
  • buflist: jump to previous/next buffer displayed in buflist item with ctrl+wheel up/down on a buflist item (issue #1473)
  • irc: add option irc.look.display_host_wallops
  • irc: add server option "anti_flood" (now in milliseconds), remove server options "anti_flood_prio_{high|low}" (issue #1039)
  • irc: add option irc.look.list_buffer
  • irc: change default value of server option "tls_priorities" to NORMAL
  • irc: add support of RGB colors in messages, add option irc.color.term_remap (issue #2025)
  • irc: add tags "nick_xxx" and "host_xxx" in all messages, including self and server messages
  • irc: add option irc.look.ignore_tag_messages (issue #989)
  • relay: change default value of option relay.network.tls_priorities to NORMAL
  • trigger: change format of variables ${tg_date} from "%Y-%m-%d %H:%M:%S" to "%FT%T.%f" (issue #649)
  • trigger: rename local variable "trigger_filter" to "filter" on monitor buffer (issue #2037)

Bug fixes

  • core: fix crash on plugin reload when using musl libc (issue #2052)
  • core: fix infinite loop in display when the chat area is too small (issue #2053)
  • core: fix value of buffer variable "num_history" when the value defined in option weechat.history.max_commands is reached
  • core: remove incorrect warning when binding keys F10 to F20 (issue #2039)
  • core: call hook config when options are removed
  • core: display an error with command /history N when N is not a valid integer
  • core: fix memory leak when config version is invalid or not supported
  • core: fix crash when "config_version" is present in a configuration file without a value
  • core: display an error on startup if environment variable "HOME" is not set
  • core: fix crash when a custom bar item name is already used by a default bar item (issue #2034)
  • core: fix random timeouts when a lot of concurrent processes are launched with hook_process (issue #2033)
  • api: return NULL instead of empty infolist "key" when context is not found
  • irc: check if arguments are not NULL in some infos
  • irc: fix info "irc_is_message_ignored" (issue #2059)
  • irc: fix display of self messages when the message split fails due to inconsistent max lengths sent by the server in message 005
  • irc: display messages 730/731 (monitored nicks online/offline) even if command /notify was not used (issue #2049)
  • irc: remove trailing "\r\n" in signals "irc_out" and "irc_outtags" when messages are queued
  • irc: fix target buffer of IRC message 337 (whois reply: "is hiding their idle time")
  • irc: revert compute of nick colors to case sensitive way, deprecate again infos "irc_nick_color" and "irc_nick_color_name" (issue #194, issue #2032)
  • relay: close properly connection with the IRC client in case of server disconnection (issue #2038)
  • ruby: fix use of NULL variable when displaying exception

Tests

  • core: add tests on plugin config and plugin API info functions
  • irc: add tests on info functions

Build

  • core: make libintl.h required if CMake option ENABLE_NLS is enabled (issue #2031)
  • ruby: add detection of Ruby 3.3

Download

https://weechat.org/download/weechat/4.2.0/

v4.1.3

3 months ago

Bug fixes

  • core: fix crash on plugin reload when using musl libc (issue #2052)
  • core: fix infinite loop in display when the chat area is too small (issue #2053) * irc: check if arguments are not NULL in some infos
  • irc: fix info "irc_is_message_ignored" (issue #2059)
  • irc: fix display of self messages when the message split fails due to inconsistent max lengths sent by the server in message 005

Download

https://weechat.org/download/weechat/4.1.3/

v4.0.8

3 months ago

Bug fixes

  • core: fix crash on plugin reload when using musl libc (issue #2052)
  • core: fix infinite loop in display when the chat area is too small (issue #2053) * irc: check if arguments are not NULL in some infos
  • irc: fix info "irc_is_message_ignored" (issue #2059)
  • irc: fix display of self messages when the message split fails due to inconsistent max lengths sent by the server in message 005

Download

https://weechat.org/download/weechat/4.0.8/

v4.1.2

5 months ago

Bug fixes

  • core: fix value of buffer variable "num_history" when the value defined in option weechat.history.max_commands is reached
  • core: remove incorrect warning when binding keys F10 to F20 (issue #2039)
  • core: fix memory leak when config version is invalid or not supported
  • core: fix crash when "config_version" is present in a configuration file without a value
  • core: display an error on startup if environment variable "HOME" is not set
  • irc: remove trailing "\r\n" in signals "irc_out" and "irc_outtags" when messages are queued
  • irc: fix target buffer of IRC message 337 (whois reply: "is hiding their idle time")
  • relay: close properly connection with the IRC client in case of server disconnection (issue #2038)
  • ruby: fix use of NULL variable when displaying exception

Download

https://weechat.org/download/weechat/4.1.2/

v4.0.7

5 months ago

Bug fixes

  • core: fix value of buffer variable "num_history" when the value defined in option weechat.history.max_commands is reached
  • core: remove incorrect warning when binding keys F10 to F20 (issue #2039)
  • core: fix memory leak when config version is invalid or not supported
  • core: fix crash when "config_version" is present in a configuration file without a value
  • core: display an error on startup if environment variable "HOME" is not set
  • irc: remove trailing "\r\n" in signals "irc_out" and "irc_outtags" when messages are queued
  • irc: fix target buffer of IRC message 337 (whois reply: "is hiding their idle time")
  • relay: close properly connection with the IRC client in case of server disconnection (issue #2038)
  • ruby: fix use of NULL variable when displaying exception

Download

https://weechat.org/download/weechat/4.0.7/

v4.1.1

6 months ago

Bug fixes

  • core: fix crash when a custom bar item name is already used by a default bar item (issue #2034)
  • core: fix random timeouts when a lot of concurrent processes are launched with hook_process (issue #2033)
  • irc: revert compute of nick colors to case sensitive way, deprecate again infos "irc_nick_color" and "irc_nick_color_name" (issue #194, issue #2032)

Build

  • core: make libintl.h required if CMake option ENABLE_NLS is enabled (issue #2031)

Download

https://weechat.org/download/weechat/4.1.1/

v4.0.6

6 months ago

Bug fixes

  • core: fix crash when a custom bar item name is already used by a default bar item (issue #2034)
  • core: fix generation of TOTP on Big Endian systems (issue #2021)
  • irc: move value -all at the end of completions for command /ignore del
  • irc: fix memory leak when joining channels with keys

Build

  • core: fix build error if CMake option ENABLE_NLS is turned to off or if required dependencies are not found (issue #2026, issue #2031)

Download

https://weechat.org/download/weechat/4.0.6/

v4.1.0

6 months ago

New features

  • core: add completion "eval_variables", used in completion of /eval
  • core: add command /sys to show resource limits/usage and suspend WeeChat process, add key Ctrl+z to suspend WeeChat (issue #985)
  • core: ignore key bindings with empty command
  • core: add support of quotes in commands /key bind and /key bindctxt
  • core: evaluate command given to /repeat with contextual variables (issue #2007)
  • core: add option callbacks in command /debug
  • core: add option type "enum" (issue #1973)
  • core: add options weechat.buffer.* to save buffer properties set by user, add option setauto in command /buffer (issue #352)
  • core: add parameters and key bindings to move to edges of current area with commands /cursor go and /cursor move (issue #1282)
  • core: add variables "_chat_focused_line_bol" and "_chat_focused_line_eol" in focus data (issue #1955)
  • api: add function hook_url, add option url in command /debug (issue #1723)
  • api: add support of path to variable and hashtable comparison in function hdata_compare (issue #1066)
  • api: add infos "nick_color_ignore_case" and "nick_color_name_ignore_case" (issue #194)
  • api: add info "buffer" (issue #1962)
  • buflist: add support of item names in command /buflist refresh, add completions "buflist_items" and "buflist_items_used"
  • buflist: increase max number of buflist items from 3 to 5 (issue #1703)
  • fset: add variable allowed_values in options, add options fset.color.allowed_values and fset.color.allowed_values_selected
  • fset: allow long type name in type filter
  • irc: add count for all nick modes in output of /names (issue #97, issue #2020)
  • irc: add count and mode filter in command /names (issue #98)
  • irc: compute color in case insensitive way, reintroduce infos "irc_nick_color" and "irc_nick_color_name", add support of server name (issue #194)
  • irc: add buffer for /list reply, add options irc.color.list_buffer_line_selected, irc.color.list_buffer_line_selected_bg, irc.look.list_buffer_sort, irc.look.list_buffer_scroll_horizontal, irc.look.new_list_position, irc.look.list_buffer_topic_strip_colors (issue #1972)
  • irc: display commands 716/717 in private buffer (if present) (issue #146)
  • irc: create default options irc.ctcp.* when file irc.conf is created (issue #1974)
  • irc: evaluate options irc.ctcp.* (issue #1974)
  • irc: build dynamically the list of CTCPs supported in reply to "CTCP CLIENTINFO" (issue #1974)
  • irc: remove Git revision and compilation date from CTCP VERSION reply (issue #1974)
  • irc: remove default CTCP replies FINGER and USERINFO (issue #1974)
  • irc, xfer: add support of passive DCC (issue #2004, issue #487)
  • script: rename parameters up/down/go to -up/-down/-go in command /script
  • script: allow jump to the last script with command /script -go end
  • script: allow commands /script autoload, /script noautoload, /script toggleautoload with scripts not present in the repository (issue #1980)
  • trigger: add options -o, -ol, -i and -il in command /trigger list (issue #1953)

Bug fixes

  • core: fix zombie processes after fork (hook process or connect) (issue #1994)
  • core: fix generation of TOTP on Big Endian systems (issue #2021)
  • core: fix cursor position after /plugin list -i or /plugin list -il
  • core: display focus hashtable for debug even if no key is matching
  • fset: add local key bindings during the buffer creation
  • fset: remove extra spaces between min and max values when second format is used
  • fset: fix mouse actions when second format is used
  • fset: apply option fset.color.help_description (issue #1988)
  • irc: move value -all at the end of completions for command /ignore del
  • irc: fix memory leak when joining channels with keys
  • irc: fix unexpected message sent to server when part of the second line of an IRC command (issue #1992)
  • irc: fix display of country code in message 344 received as whois geo info (issue #1736)
  • irc: add missing "account-tag" in list of supported capabilities
  • irc: add channel in "autojoin" server option only when the channel is actually joined (issue #1990)
  • relay: synchronize nick modes with IRC client upon connection (issue #1984)
  • script: add local key bindings during the buffer creation
  • script: add parameters up/down/go in /help script and command completion
  • script: fix cursor position after /script list -i or /script list -il
  • script: fix buffer used by command /script list -i|-il|-o|-ol
  • xfer: display an error message when opening file for read or write fails (issue #2010)

Tests

  • core: add tests on GUI buffer functions

Build

  • core: fix build error if CMake option ENABLE_NLS is turned to off or if required dependencies are not found (issue #2026)
  • core, logger, relay: make zstd dependency optional (issue #2024)

Download

https://weechat.org/download/weechat/4.1.0/