Fixed
* api: fix file descriptor leak in hook_url when a timeout occurs
or if the hook is removed during the transfer (#2284)
* irc: fix colors in messages 367 (ban mask), 728 (quiet mask) and
MODE (#2286)
* irc: fix reset of color when multiple modes are set with
command /mode
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=135
- Update to 4.6.3:
* core: fix integer overflow with decimal numbers in calculation of
expression
* core: fix integer overflow in base32 encoding/decoding
* core: fix integer overflow in function util_version_number
* core: fix buffer overflow in function util_parse_time
* core: fix buffer overflow in function eval_syntax_highlight_colorize
* core: fix buffer overflow in function eval_string_base_encode
* core: fix buffer overflow in function eval_string_range_chars
* core: fix memory leak in function util_parse_delay
OBS-URL: https://build.opensuse.org/request/show/1276949
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=83
* core: fix integer overflow with decimal numbers in calculation of
expression
* core: fix integer overflow in base32 encoding/decoding
* core: fix integer overflow in function util_version_number
* core: fix buffer overflow in function util_parse_time
* core: fix buffer overflow in function eval_syntax_highlight_colorize
* core: fix buffer overflow in function eval_string_base_encode
* core: fix buffer overflow in function eval_string_range_chars
* core: fix memory leak in function util_parse_delay
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=127
Changed
* core: add option -v to display upgrades in command /version
* api: add property keep_spaces_right in function hook_set to keep trailing spaces in command arguments
* core, irc, alias, xfer: keep spaces at the end of some commands, where trailing spaces are important
* irc: add option -connected in command /server list|listfull
* buflist: apply option buflist.look.nick_prefix_empty also on private and list buffers
* xfer: compute speed and ETA with microsecond precision (#665)
Added
* core: add command /pipe
* core: add option whitespace in command /debug, add options weechat.look.whitespace_char and weechat.look.tab_whitespace_char (#947)
* core: add option weechat.completion.nick_ignore_words (#1143)
* spell: add CMake options ASPELL_DICT_DIR and ENCHANT_MYSPELL_DICT_DIR to override dictionaries locations (#1174)
* api: add function completion_set
* relay/api: add resource POST /api/completion (#2207)
* relay/api: add default key Alt+Ctrl+l (L) to toggle between remote and local commands on remote buffers, add option togglecmd in command /remote, add options relay.api.remote_input_cmd_local and relay.api.remote_input_cmd_remote (#2148)
Fixed
* relay: fix crash after /upgrade when relay clients are connected
* core: save configuration files as UTF-8 when the locale is wrong
* api: fix creation of empty buffer in function infolist_new_var_buffer
* core: fix build with gcc 15 (#2229, #2230)
* 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)
* python: enable subinterpreters (#2222)
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=122
- 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
* core: add option weechat.look.highlight_disable_regex and buffer property "highlight_disable_regex"
* core: sort filters by name
* api: rename function string_build_with_split_string to string_rebuild_split_string,
* irc: display SETNAME command in channels and private buffers,
* trigger: add elapsed time for trigger execution on monitor buffer when trigger debug is set,
OBS-URL: https://build.opensuse.org/request/show/1170595
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=116
- 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
OBS-URL: https://build.opensuse.org/request/show/1132305
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=114
- 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).
OBS-URL: https://build.opensuse.org/request/show/1111814
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=113
- 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}
OBS-URL: https://build.opensuse.org/request/show/1034875
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=109
- 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`
OBS-URL: https://build.opensuse.org/request/show/989719
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=108