Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

weechat-4.5.1-1.1 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: weechat Distribution: openSUSE Tumbleweed
Version: 4.5.1 Vendor: openSUSE
Release: 1.1 Build date: Mon Jan 6 05:50:15 2025
Group: Productivity/Networking/IRC Build host: reproducible
Size: 4510495 Source RPM: weechat-4.5.1-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://weechat.org
Summary: Multi-protocol extensible Chat Client
WeeChat (Wee Enhanced Environment for Chat) is a free chat client, fast and light, designed for many operating systems. It is highly customizable and extensible with scripts.

Homepage: https://weechat.org/

Provides

Requires

License

GPL-3.0-or-later

Changelog

* Mon Jan 06 2025 Hunter Wardlaw <wardlawhunter@gmail.com>
  - Update to version 4.5.1:
    Fixed
    * relay: fix crash after /upgrade when relay clients are connected
    * api: fix creation of empty buffer in function infolist_new_var_buffer
    * core: fix detection of dl library (#2218)
    * logger: fix path displayed when the logs directory can not be created
    * perl: fix build with Perl < 5.7.29 (#2219, #2220)
  - Update to version 4.5.0:
    Fixed
    * core, plugins: fix integer overflow in loops (#2178, CVE-2024-46613)
    * irc: decode IRC colors only when displaying messages in buffer, store nick info with IRC colors (host, account, real name)
    * irc: do not strip trailing spaces from incoming IRC messages
    * irc: fix crash on /list buffer when a filter is set (#2197)
    * script: fix crash on /script buffer when a filter is set (#2214, #2215)
    * exec: fix unexpected execution of command with /exec -o when the command starts with two command chars (#2199)
    * relay/api: fix empty nicklist in remote buffers after connection or reconnection
    * relay/api: reply HTTP 400 (Bad Request) when the body received is not a dict in websocket data
    * core: fix too many sorts of hotlist when buffers are moved (#2097)
    * core: always send the signal "buffer_switch", even when the buffer is opening (#2198)
    * core, plugins: abort upgrade immediately if any upgrade file fails to be written
    * core: reload all plugins with command /plugin reload *
    * relay, xfer: fix letters with actions displayed on top of buffer
    * perl: fix crash when unloading Perl scripts with Perl 5.38 (#2209, #2213)
    * lua: fix compilation on Fedora with Lua < 5.2.0 (#2173, #2174)
    * core: fix build on Darwin (#2216)
    * core: fix build on Android (#2180)
    Changed
    * api: return the buffer input callback return code in functions command and command_options
    * api: add special value - (hyphen-minus) in options of function command_options to prevent execution of commands
    * api: add property hotlist_conditions in function buffer_set
    * api: add support of flags in functions hook_signal_send and hook_hsignal_send
    * relay/api: allow array with multiple requests in websocket frame received from client
    * relay/api: support passing authentication in sub protocol header (#2205)
    * relay/api: combine request headers with the same name (#2206)
    * core, plugins: simplify help on parameters that can be repeated in commands
    * core: add optional hook types in command /debug hooks
    * php: add detection of PHP 8.3 and 8.4
    * ruby: fix detection of Ruby on macOS 14, require CMake ≥ 3.18 (#1156)
    * build: require Curl ≥ 7.47.0 (#2195)
    * build: require GnuTLS ≥ 3.3.0 (#2193)
    Added
    * relay: display connection status in input prompt of remote buffers, if not connected or if fetching data from remote
    * irc: add option irc.look.notice_nicks_disable_notify
    * irc: add infos "irc_ptr_server", "irc_ptr_channel" and "irc_ptr_nick"
  - Update to version 4.4.4:
    Fixed
    * script: fix crash on /script buffer when a filter is set (#2214, #2215)
    * core: fix too many sorts of hotlist when buffers are moved (#2097)
    * relay, xfer: fix letters with actions displayed on top of buffer
    * build: fix detection of Ruby on macOS 14, require CMake ≥ 3.18 (#1156)
    * perl: fix crash when unloading Perl scripts with Perl 5.38 (#2209, #2213)
  - Update to version 4.4.3:
    Fixed
    * irc: fix crash on /list buffer when a filter is set (#2197)
    * core: always send the signal "buffer_switch", even when the buffer is opening (#2198)
    * core: fix build on Android (#2180)
  - Update to version 4.4.2:
    Fixed
    * core, plugins: fix integer overflow in loops (#2178)
  - Update to version 4.4.1:
    Fixed
    * lua: fix compilation on Fedora with Lua < 5.2.0 (#2173, #2174)
  - Update to version 4.4.0:
    Changed
    * breaking: relay/api: flatten JSON event object sent to clients, always set "body_type" and "body" (null if there is no body) in websocket frame, add body types buffers and lines (array), add field "request_id" in websocket frame (request and response)
    * breaking: core, plugins: force "short_name" in buffers to non-empty value (name by default), remove buffer property "short_name_is_set"
    * breaking: alias: display an error with /alias add or /alias addcompletion when the alias already exists, add options addreplace and addreplacecompletion in command /alias (#2095)
    * breaking: irc: rename parameter -re to -raw in command /list (#2124)
    * breaking: api: add constants for IPv6 and allow force of IPv6 in function hook_connect (#2164)
    * breaking: irc: convert server option ipv6 from boolean to enum (disable, auto, force) (#2164)
    * breaking: core: convert proxy option ipv6 from boolean to enum (disable, auto, force), set option to auto by default when creating a new proxy (#2164)
    * core: add option addreplace in commands /bar and /proxy (#2095)
    * irc: add option addreplace in commands /ignore, /notify and /server (#2095)
    * relay: add option addreplace in commands /relay and /remote (#2095)
    * core: allow buffer id in commands /buffer and /print, in addition to number and name
    * core: allow mask in command /item refresh
    * relay: enable websocket extension "permessage-deflate" with "api" relay only (#1549)
    * relay/api: add automatic reconnection to remote, add remote option "autoreconnect_delay" in remote, add options relay.api.remote_autoreconnect_delay_growing and relay.api.remote_autoreconnect_delay_max (#2166)
    * relay/api: automatically reconnect to remotes with "autoconnect" enabled after /upgrade
    * relay/api: add field "hidden" in GET /api/buffers, add support of hidden buffers in remote client (#2159)
    * relay/api: add field "time_displayed" in GET /api/buffers, add support of time displayed in remote client buffers
    * relay/weechat: add line id in buffer lines sent to clients
    * relay: display connection status in output of commands /remote list and /remote listfull
    * relay: add option reconnect in command /remote (#2160)
    * irc: add support of message 569 (whois, connecting from) (#2162)
    * api: allow NULL value for key in hashtable
    * doc: rename doc "weechat_relay_protocol" to "weechat_relay_weechat"
    Added
    * core: add command line option --build-info / -i to display information about build options (#449)
    * irc: add option -export in command /list, add option irc.look.list_buffer_format_export
    * relay: add option relay.network.websocket_permessage_deflate (#1549)
    * relay: add option relay.look.raw_messages_max_length (#2122)
    * relay: add infos "relay_api_version" and "relay_api_version_number"
    * relay/api: add event "quit", sent to clients when WeeChat is quitting (#2168)
    * script: add info "script_info"
    * core: add hdata count in evaluation of expressions with hdata_count:name[list] or hdata_count:name[pointer]
    * core: add info "window" (#2141)
    * core: add completion "bars_items"
    * core: add signals "layout_buffers_applied" and "layout_windows_applied" (#2167)
    * core: add signal "buffer_time_for_each_line_changed"
    * api, relay: send new signal "buffer_line_data_changed" when a line is updated in a buffer via hdata, send event "buffer_line_data_changed" to clients of "api" and "weechat" protocols
    * api: add hashtable type "longlong"
    * api: add function line_search_by_id
    * doc: add doc on "api" relay
    Fixed
    * python: fix crash on quit with Python 3.12 (#2046, #2126)
    * core: fix crash when deleting a bar that has no items (#2138)
    * relay/api: fix crash when sending data to a remote buffer when the remote has been deleted (#2157)
    * irc, xfer: fix display of input prompt in IRC private buffers and DCC chat buffers (#2128)
    * irc: fix send of split messages when server option "anti_flood" set to 0 (#2172)
    * core: fix generation of TOTP on FreeBSD (#2171)
    * core: apply buffer properties (options weechat.buffer.*) when a buffer name is changed
    * irc: fix property "short_name" of channel buffer when the joined channel has a different case than the /join command
    * irc: close /list buffer when the server buffer is closed (#2121)
    * irc: clear /list buffer when disconnecting from server (#2133)
    * irc: display an explicit message on /list buffer when the list of channels is empty (#2133)
    * xfer: fix send of data on the DCC chat buffer after /upgrade if the buffer was opened before the upgrade (#2092)
    * core: fix refresh of bar item "scroll" in root bar after /buffer clear (#590)
    * core, plugins: return "0x0" instead of "(nil)" for pointers formatted in strings
    * core: send signal "buffer_moved" for all buffers affected by merge/unmerge
    * ruby: fix builtin functions not available (#2109)
    * php: fix return value of function hdata_longlong
    * tcl: fix return value of function hdata_longlong (#2119)
    * relay/api: fix connection to remote using an IPv6 address with square brackets (#2156)
    * relay/api: allow clients without authentication when no relay password is defined and option relay.network.allow_empty_password is on (#2158)
    * relay/api: fix connection to remote without password (#2158)
    * relay/api: fix timezone of dates sent to clients (#2151)
    * relay/api: clear lines and nicklist on all remote buffers upon successful connection to the remote (#2161)
    * relay/api: fix buffers synchronization with existing buffers that have been renamed on remote in the meanwhile (#2169)
    * relay/api: do not reset input text on existing buffers when reconnecting to the remote
    * relay/api: close obsolete buffers when reconnecting to the remote
    * relay/api: fix "body_type" returned when lines or nicks of a buffer are requested
    * relay/api: fix read of one buffer line
    * relay/api: automatically disconnect when the command /upgrade is executed on the remote
    * relay/api: fix send of data to remote after command /upgrade executed in the remote client
    * relay/api: disconnect from remote in case of error when sending data
    * relay/api: disconnect cleanly when the remote is quitting (#2168)
    * relay: fix websocket permessage-deflate extension when the client doesn't send the max window bits parameters (#1549)
    * relay: fix allocation and reinit of field "client_context_takeover" in websocket deflate structure (#1549)
    * spell: improve error displayed when a word can not be added to the dictionary (#2144)
    * core: fix completion of command /item refresh
    * lua: remote string "Lua" from Lua version in output of /debug libs
    * core: fix detection of libgcrypt ≥ 1.11 (debian #1071960)
    * core, relay: fix include directory of libcjson and libzstd
    * tests: fix relay tests on s390x (#2118)
    * tests: fix check of php plugin (#2117)
    * tests: fix compilation of tests on Fedora 40 (#2116)
    * tests: fix compilation of tests on Rocky 9.4
  - Update to version 4.3.6:
    Fixed
    * core: fix generation of TOTP on FreeBSD (issue #2171)
    * relay/api: fix crash when sending data to a remote buffer when the remote has been deleted (issue #2157)
    * relay/api: fix timezone of dates sent to clients (issue #2151)
  - Update to version 4.3.5:
    Fixed
    * ruby: fix crash in plugin initialization (#2163)
  - Update to version 4.3.4:
    Fixed
    * python: fix crash on quit with Python 3.12 (#2046, #2126)
    * core: fix crash when deleting a bar that has no items (#2138)
    * ruby: fix builtin functions not available (#2109)
    * relay/api: fix "body_type" returned when lines or nicks of a buffer are requested
  - Update to version 4.3.3:
    Fixed
    * core, plugins: return "0x0" instead of "(nil)" for pointers formatted in strings
  - Update to version 4.3.2:
    Changed
    * relay: enable websocket extension "permessage-deflate" with "api" relay only (#1549)
    Added
    * relay: add option relay.look.raw_messages_max_length (#2122)
    Fixed
    * irc, xfer: fix display of input prompt in IRC private buffers and DCC chat buffers (#2128)
    * irc: don't return pointer to irc server if the channel or nick is not found in info "irc_buffer"
    * relay: fix websocket permessage-deflate extension when the client doesn't send the max window bits parameters (#1549)
    * relay: fix allocation and reinit of field "client_context_takeover" in websocket deflate structure (#1549)
* Sun Jun 02 2024 Georg Pfuetzenreuter <mail+rpm@georg-pfuetzenreuter.net>
  - Update to version 4.3.1:
    * irc: close /list buffer when the server buffer is closed (#2121)
    * xfer: fix send of data on the DCC chat buffer after /upgrade if the buffer was opened before the upgrade (#2092)
    * php: fix return value of function hdata_longlong
    * tcl: fix return value of function hdata_longlong (#2119)
    * core: fix detection of libgcrypt ≥ 1.11 (debian #1071960)
    * core, relay: fix include directory of libcjson and libzstd
    * tests: fix relay tests on s390x (#2118)
    * tests: fix check of php plugin (#2117)
    * tests: fix compilation of tests on Fedora 40 (#2116)
    * tests: fix compilation of tests on Rocky 9.4
  - From version 4.3.0:
    - Changed:
    * reaking: irc: add server option "autojoin_delay" (delay before autojoin), use option "command_delay" before execution of the command (#862)
    * breaking: irc: rename option irc.color.item_channel_modes to weechat.color.status_modes
    * breaking: irc: add option -all in command /allchan, do not execute command on parted channels by default (#2085)
    * breaking: relay: rename option relay.weechat.commands to relay.network.commands and change default to *,!quit (#2066)
    * breaking: relay: change option type relay.look.auto_open_buffer to string (#2066)
    * breaking: core: add buffer properties "input_prompt" and "modes", used to display bar items (#2066)
    * breaking: core: add bar item "lag" to display lag on relay remote buffers (#2066)
    * breaking: core: send signal "buffer_line_added" on buffers with free content
    * breaking: core: convert option weechat.look.hotlist_sort to a list of fields (#2097)
    * breaking: core: rename variables with creation time in hdata "hotlist": "creation_time.tv_sec" to "time" and "creation_time.tv_usec" to "time_usec"
    * breaking: api: return -1 or 1 if one input string is NULL and not the other in string comparison functions
    * breaking: api: use whole replacement string instead of first char in function string_remove_color
    * core: use nick offline color for nick in action message
    * core: display a specific message when the value of option is unchanged after /set command
    * core: add variable ${highlight} in option weechat.look.buffer_time_format (#2079)
    * core: reintroduce help on the variables and operators in /help eval (#2005)
    * core: allow case insensitive search of partial buffer name with (?i)name in command /buffer
    * core: use function util_strftimeval in evaluation of expression date:xxx
    * fset: allow filename starting with "~" in command /fset -export
    * irc: store lag in channel and private buffers (local variable "lag"), in addition to the server buffer
    * irc: allow range in commands /unban and /unquiet (#2113)
    * tcl: add support of Tcl 9.0 (#2075)
    - Added:
    * relay: add "api" protocol (HTTP REST API), add options relay.look.display_clients, relay.api.remote_get_lines and relay.network.time_window (#2066)
    * relay: add command /remote to connect to remote WeeChat relay servers (#2066)
    * relay: add support of websocket extension "permessage-deflate" (#1549)
    * core, api: add unique identifier "id" in buffer and nicklist (group and nick), add function "hdata_longlong", allow search by buffer id in function buffer_search, allow search by group and nick id in functions nicklist_search_group and nicklist_search_nick (#2081)
    * core: add support of XDG "state" directory (#2106, #1747)
    * core: add support of SGR mouse events (#2082)
    * fset: add option -import in command /fset
    * core: add option -s in command /command to execute multiple commands separated by semicolons
    * core: add option malloc_trim in command /sys
    * core: add option weechat.look.config_permissions (#2057)
    * core: add option weechat.look.highlight_prefix (#2079)
    * core: add option weechat.completion.case_sensitive
    * api: add functions config_option_get_{string|pointer} and config_{boolean|integer|string|color|enum}_inherited in scripting API
    * api: add modifier "color_decode" to decode WeeChat colors with a replacement string
    * api: add support of base64url in encode/decode functions
    * api: add support of specifier %! for timestamp in function util_strftimeval
    * api: add info "plugin_loaded"
    * script: add option enable in command /script
    * script: add info "script_loaded"
    - Fixed:
    * core: fix conversion of WeeChat colors to ANSI colors: "default", "bar_fg", "bar_bg", "bar_delim"
    * core: fix recursive search of group in nicklist
    * core: use nick offline highlight color for prefix of action message when the nick is offline with a highlight
    * core: add missing hdata name "buffer" in hdata "hotlist"
    * core: fix reset to initial scroll position after search of text in buffer (#2093)
    * core: add missing mouse events "alt-ctrl-button2" and "alt-ctrl-button3"
    * core: remove trailing directory separators in home directories (#2070)
    * 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 (#2086)
    * irc: fix crash in split of IRC message containing a newline if the server is not given
    * irc: fix display of reply for CTCP request received on a channel when capability echo-message is enabled
    * irc: display CTCP reply to a nick in server buffer instead of channel
    * irc: add missing tags on self action messages when capability echo-message is enabled (#2074)
    * irc: don't strip monospace color code 0x11 from incoming messages (#2073)
    * irc: fix random date displayed when a received message contains tags but no "time" (#2064)
    * lua: fix freeze on call to "debug.debug" (#1906, #1907)
    * 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 (#2103)
    * script: always display list of scripts when searching scripts with /script search (#2077)
    * script: fix default mouse keys (#2076)
    * scripts: fix crash on script unload when a hook is created in a buffer close callback (#2067)
    * tcl: fix truncation of long integer returned by function hdata_long
    * trigger: fix memory leak when adding a new trigger with /trigger command
  - From version 4.2.3:
    * xfer: fix send of data on the DCC chat buffer after /upgrade if the buffer was opened before the upgrade (#2092)
    * irc: fix crash in split of IRC message containing a newline if the server is not given
    * core, relay: fix include directory of libzstd
* Sun Apr 28 2024 Dirk Müller <dmueller@suse.com>
  - update to 4.2.2:
    * 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
* Tue Feb 06 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Update to version 4.2.1:
    + irc: fix random date displayed when a received message contains
      tags but no "time".
  - Changes from version 4.2.0:
    + core:
    - add variable "opening" in buffer, do not send buffer signals
      when the buffer is opening.
    - store microseconds in buffer lines.
    - evaluate expressions even when the suffix is missing ("}" by
      default).
    - add syntax highlighting in evaluation of expressions with
      raw_hl:string and hl:string, add option
      weechat.color.eval_syntax_colors.
    - add option search_history in command /input, add key Ctrl+r
      to search in commands history, add key context "histsearch".
    - add option weechat.look.buffer_search_history.
    - add key Ctrl+o to send command found and insert next one in
      input.
    - add buffer variables "text_search_direction",
      "text_search_history" and "text_search_ptr_history".
    - move key Ctrl+r to Ctrl+s.
    - move key Ctrl+s, Ctrl+u to Alt+Shift+U.
    - display only version with command /version, add options -o
      and -ol in command /upgrade.
    - add number of processes in command /sys waitpid.
    + core, alias, trigger: allow wildcard in commands /bar, /item,
      /proxy, /alias and /trigger.
    + api: add functions util_strftimeval, util_parse_time,
      printf_datetime_tags, printf_y_datetime_tags.
    + api:
    - add argument "date_usec" in hook_print callback.
    - 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.
    + irc:
    - add option irc.look.display_host_wallops.
    - add server option "anti_flood" (now in milliseconds), remove
      server options "anti_flood_prio_{high|low}".
    - add option irc.look.list_buffer.
    - change default value of server option "tls_priorities" to
      NORMAL.
    - add support of RGB colors in messages, add option
      irc.color.term_remap.
    - add tags "nick_xxx" and "host_xxx" in all messages, including
      self and server messages.
    - add option irc.look.ignore_tag_messages.
    + 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".
    + trigger: rename local variable "trigger_filter" to "filter" on
      monitor buffer.
    + ruby: add detection of Ruby 3.3.
  - Changes from version 4.1.3:
    + core: fix crash on plugin reload when using musl libc.
    + core: fix infinite loop in display when the chat area is too
      small.
    + irc: check if arguments are not NULL in some infos.
    + irc: fix info "irc_is_message_ignored".
    + irc: fix display of self messages when the message split fails
      due to inconsistent max lengths sent by the server in message
      005.
* Sun Dec 10 2023 Wang Jun <badboywj@gmail.com>
  - Update to version 4.1.2
    * 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 kbd:[F10]
      to kbd:[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
  - changes from version 4.1.1
    * 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)
    * core: make libintl.h required if CMake option ENABLE_NLS is
      enabled (issue #2031)
  - changes from version 4.1.0
    * 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 kbd:[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)
    * 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)
    * core: add tests on GUI buffer functions
    * 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)
  - changes from version 4.0.7
    * 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 kbd:[F10] to
      kbd:[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
  - changes from version 4.0.6
    * 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
    * core: fix build error if CMake option ENABLE_NLS is turned to
      off or if required dependencies are not found (issue #2026,
      issue #2031)
  - changes from version 4.0.5
    * core: automatically backup config file read if it has an
      unsupported version (issue #2013)
    * core: display a message when a configuration file is updated
      to a newer version
    * python: make stub (weechat.pyi) compatible with Python 3.8
      and 3.9 (issue #2006)
    * irc: add option irc.look.open_pv_buffer_echo_msg to open
      private buffer on self message when capability echo-message
      is enabled (issue #2016)
    * irc: fix title of private buffers wrongly set to own address
      when capability echo-message is enabled (issue #2016)
    * irc: fix autojoin of channels when private buffers are opened
      (issue #2012)
    * irc: fix string comparison when CASEMAPPING is set to "ascii"
    * script: fix removal of script in system directory while trying
      to install a script (issue #2019)
    * script: fix autoload of multiple scripts at once with
      `/script autoload` (issue #2018)
    * script: fix crash when a `/script` command triggers another
      `/script` command (issue #923)
    * xfer: fix memory leak on plugin unload
    * irc: add tests on server functions
* Sun Sep 17 2023 malcolmlewis@opensuse.org
  - Updated to version 4.0.4:
    * core: fix integer overflow when setting integer option with
      ++N or --N.
    * core: fix increment/decrement of options weechat.notify.*.
    * irc: add missing tags on multiline messages, (issue #1987).
    * irc: fix redirection of command /list when the reply doesn’t
      start with message 321 (start of /list).
    * irc: fix wrong time displayed for CTCP messages received from
      self nick, (issue #2000).
    * logger: remove trailing empty line in display of backlog,
      (issue #2002).
    * perl: fix display of non-ASCII chars after load of a script
      with Perl >= 5.38, (issue #1996).
    * script: adjust scroll after command /script go N.
  - Changes from version 4.0.3:
    * core: fix input length and crash after delete of line,
      (issue #1989)
    * irc: fix display of self CTCP message containing bold
      attribute, (issue #1981).
    * irc: fix memory leak in IRC message parser.
    * irc: fix switch to channel manually joined when server option
      autojoin_dynamic is on and option
      irc.look.buffer_switch_autojoin is off, (issue #1982).
    * irc: fix display of outgoing notice with channel when
      capability "echo-message" is enabled, (issue #1991).
    * relay: fix display of IRC CTCP messages received from client,
      (issue #1986)
    * doc: display a warning if a locale is missing with fallback
      to English for auto-generated content, (issue #1985).
* Sun Jul 16 2023 Dirk Müller <dmueller@suse.com>
  - update to 4.0.2:
    * https://weechat.org/files/doc/weechat/ChangeLog-4.0.2.html#v4.0.2
    * https://weechat.org/files/doc/weechat/ChangeLog-4.0.1.html#v4.0.1
    * https://weechat.org/files/doc/weechat/ChangeLog-4.0.0.html#v4.0.0
* Tue Mar 21 2023 Dirk Müller <dmueller@suse.com>
  - update to 3.8:
    * https://blog.weechat.org/post/2023/01/08/Version-3.8
    * new Commands: /allbuf, /hotlist
    * add option weechat.look.chat_space_right
  - drop weechat-ruby3.2.patch (upstream)
* Mon Mar 06 2023 Dominique Leuenberger <dimstar@opensuse.org>
  - Add weechat-ruby3.2.patch: Fix build against Ruby 3.2.
  - Add pkgconfig(libzstd) BuildRequires: fix linking of the
    binaries.
* Wed Nov 09 2022 Andrea Manzini <andrea.manzini@suse.com>
  - Update to version 3.7.1:
    * core: add option -save in command /upgrade
    * core: add option weechat.look.highlight_disable_regex and buffer property "highlight_disable_regex"
    * core: sort filters by name
    * core: add key Alt+Backspace to delete previous word, change key Ctrl+w to delete previous word until whitespace
    * core: fix wrong terminal title on terminal resize, fix page scroll in bare display
    * api: rename function string_build_with_split_string to string_rebuild_split_string,
      add arguments "index_start" and "index_end"
    * irc: display SETNAME command in channels and private buffers,
      add options irc.color.message_setname and irc.look.smart_filter_setname
    * trigger: add elapsed time for trigger execution on monitor buffer when trigger debug is set,
      add option trigger.color.identifier, add variable ${tg_hook_type}
* Sun Jul 17 2022 Dirk Müller <dmueller@suse.com>
  - update to 3.6:
    * core: add command `/item` to create custom bar items (issue #808)
    * core: add bar item "spacer" (issue #1700)
    * core: add case conversion in evaluation of expressions with `lower:string` and `upper:string` (issue #1778)
    * core: move detailed list of hooks from command `/plugin listfull` to `/debug hooks <plugin>`
    * core: allow to remove multiple filters at once with command `/filter del`
    * api: allow to catch multiple signals in functions hook_signal and hook_hsignal (issue #1780)
    * irc: rename option `save` to `apply` in command `/autojoin`
    * irc: add support of RPL_HELPSTART, RPL_HELPTXT and RPL_ENDOFHELP (messages 524, 704, 705, 706) (issue #1772)
    * php: add support of PHP 8.2 (issue #1787)
    * core: fix bad window size on startup with some terminals like https://github.com/kovidgoyal/kitty[kitty] (issue #1769)
    * api: run hook_print callback also on empty messages
    * buflist: fix memory leak when reading config and changing option buflist.look.sort
    * irc: remove channel from autojoin option when manually closing a buffer with `/buffer close` or `/close`
    * irc: fix add of channel to autojoin option when joining a channel with a buffer still opened
    * relay: fix save of channels in autojoin option when JOIN and PART commands are received from an IRC relay client (issue #1771)
    * trigger: add `${buffer.notify} > 0` in conditions of default trigger "beep"
    * trigger: fix completion of command `/trigger add` when there are spaces in the following arguments
    * trigger: fix memory leak in command `/trigger addinput`
* Sun Mar 27 2022 Dirk Müller <dmueller@suse.com>
  - update to 3.5:
    * search in message tags when tags are displayed with "/debug tags"
    * add support of date and tags in messages displayed in buffers with free
      content, add function printf_y_date_tags
    * add command /autojoin, add IRC server option "autojoin_dynamic"
    * add IRC message tags in messages displayed
    * add "zstd" (Zstandard) compression in relay weechat protocol, remove option
      "compression" from "init" command, rename option
      relay.network.compression_level to relay.network.compression
    * add trigger variables "${tg_tag_irc_xxx}" containing IRC message tags
    * many bugs fixed.
  - drop 0001-ruby-add-detection-of-Ruby-3.1.patch (upstream)
* Mon Mar 14 2022 Andreas Stieger <andreas.stieger@gmx.de>
  - update to 3.4.1:
    * core: set again TLS verification functions after options
      weechat.network.gnutls_ca_system and
      weechat.network.gnutls_ca_user are changed (boo#1197083)
* Fri Feb 11 2022 Christophe Giboudeaux <christophe@krop.fr>
  - Add upstream patch:
    * 0001-ruby-add-detection-of-Ruby-3.1.patch

Files

/usr/bin/weechat
/usr/bin/weechat-curses
/usr/bin/weechat-headless
/usr/lib64/weechat
/usr/lib64/weechat/plugins
/usr/lib64/weechat/plugins/alias.so
/usr/lib64/weechat/plugins/buflist.so
/usr/lib64/weechat/plugins/charset.so
/usr/lib64/weechat/plugins/exec.so
/usr/lib64/weechat/plugins/fifo.so
/usr/lib64/weechat/plugins/fset.so
/usr/lib64/weechat/plugins/irc.so
/usr/lib64/weechat/plugins/logger.so
/usr/lib64/weechat/plugins/relay.so
/usr/lib64/weechat/plugins/script.so
/usr/lib64/weechat/plugins/trigger.so
/usr/lib64/weechat/plugins/typing.so
/usr/lib64/weechat/plugins/xfer.so
/usr/share/applications/weechat.desktop
/usr/share/doc/packages/weechat
/usr/share/doc/packages/weechat/AUTHORS.md
/usr/share/doc/packages/weechat/CHANGELOG.md
/usr/share/doc/packages/weechat/CONTRIBUTING.md
/usr/share/doc/packages/weechat/README.md
/usr/share/doc/packages/weechat/UPGRADING.md
/usr/share/icons/hicolor/128x128/apps/weechat.png
/usr/share/icons/hicolor/16x16/apps/weechat.png
/usr/share/icons/hicolor/256x256/apps/weechat.png
/usr/share/icons/hicolor/32x32/apps/weechat.png
/usr/share/icons/hicolor/512x512/apps/weechat.png
/usr/share/icons/hicolor/64x64/apps/weechat.png
/usr/share/licenses/weechat
/usr/share/licenses/weechat/COPYING


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Feb 9 01:19:28 2025