summaryrefslogtreecommitdiff
path: root/ChangeLog.adoc
AgeCommit message (Expand)Author
2024-03-12api: add function "hdata_longlong" (issue #2081)Sébastien Helleu
2024-03-10api: add modifier "color_decode" to decode WeeChat colors with a replacement ...Sébastien Helleu
2024-03-10core: use whole replacement string instead of first char in function gui_colo...Sébastien Helleu
2024-03-08exec: remove trailing space on buffers with free content when line numbers ar...Sébastien Helleu
2024-03-07exec: add missing exec tags in lines of buffers with free content (closes #2086)Sébastien Helleu
2024-03-06irc: add option `-all` in command `/allchan`, do not execute command on parte...Sébastien Helleu
2024-03-06core: add option `malloc_trim` in command `/sys`Sébastien Helleu
2024-03-06core: add support of SGR mouse events, remove option weechat.look.mouse_timer...Sébastien Helleu
2024-03-05tests: add tests on scripting API constantsSébastien Helleu
2024-03-05api: add functions config_{boolean|integer|string|color|enum}_inherited in sc...Sébastien Helleu
2024-03-05api: add functions config_option_get_string and config_option_get_pointer in ...Sébastien Helleu
2024-02-25python: fix truncation of unsigned long long integer returned by function str...Sébastien Helleu
2024-02-25tcl: fix truncation of long integer returned by function hdata_longSébastien Helleu
2024-02-24core: add missing mouse event "alt-ctrl-button3"Sébastien Helleu
2024-02-24core: add missing mouse event "alt-ctrl-button2"Sébastien Helleu
2024-02-22tcl: make plugin compatible with Tcl 9.0Johannes Kuhn
2024-02-21fset: allow filename starting with "~" in command `/fset -export`Sébastien Helleu
2024-02-21script: always display list of scripts when searching scripts with `/script s...Sébastien Helleu
2024-02-21script: fix default mouse keys (closes #2076)Sébastien Helleu
2024-02-19script: add info "script_loaded"Sébastien Helleu
2024-02-19api: add info "plugin_loaded"Sébastien Helleu
2024-02-17core: reintroduce help on the operators in `/help eval` (issue #2005)Sébastien Helleu
2024-02-17core: reintroduce help on the variables in `/help eval` (issue #2005)Sébastien Helleu
2024-02-16irc: add missing tags on self action messages when capability echo-message is...Sébastien Helleu
2024-02-16irc: don't strip monospace color code 0x11 from incoming messages (closes #2073)Sébastien Helleu
2024-02-11core: add option `-s` in command `/command` to execute multiple commands sepa...Sébastien Helleu
2024-02-11core: move lines from 4.1.0 to 4.2.0 in ChangeLogSébastien Helleu
2024-02-11core: add again line about function hook_url in ChangeLog (issue #1723)Sébastien Helleu
2024-02-11irc: add server option "autojoin_delay" (closes #862)Sébastien Helleu
2024-02-11core: add issue #1903 in ChangeLogSébastien Helleu
2024-02-10trigger: fix memory leak when adding a new trigger with `/trigger` commandSébastien Helleu
2024-02-10core: remove trailing directory separators in home directories (closes #2070)Sébastien Helleu
2024-02-04scripts: fix crash on script unload when a hook is created in a buffer close ...Sébastien Helleu
2024-02-01relay: allow password hash authentication in api relay, add option relay.netw...Sébastien Helleu
2024-02-01relay: rename option relay.weechat.commands to relay.network.commands (issue ...Sébastien Helleu
2024-02-01core: add support of base64url in encode/decode functions (issue #2066)Sébastien Helleu
2024-02-01relay: add support of websocket extension "permessage-deflate" (closes #1549)Sébastien Helleu
2024-02-01relay: add "api" protocol (HTTP REST API) (issue #2066)Sébastien Helleu
2024-01-27core: use function util_strftimeval in evaluation of expression `date:xxx`Sébastien Helleu
2024-01-27api: add support of specifier `%!` for timestamp in function util_strftimevalSébastien Helleu
2024-01-24core: allow case insensitive search of partial buffer name with `(?i)name` in...Sébastien Helleu
2024-01-22core: add version 4.2.1 in ChangeLog and release notesSébastien Helleu
2024-01-22irc: fix random date displayed when a received message contains tags but no "...Sébastien Helleu
2024-01-21Version 4.2.0Sébastien Helleu
2024-01-20core: add versions 4.0.8 and 4.1.3 in ChangeLog and release notesSébastien Helleu
2024-01-12irc: add tests on info functions (issue #2059)Sébastien Helleu
2024-01-12irc: check if arguments are not NULL in some infosSébastien Helleu
2024-01-12irc: fix info "irc_is_message_ignored" (closes #2059)Sébastien Helleu
2024-01-06core: add variable "opening" in buffer, do not send buffer signals when the b...Sébastien Helleu
2024-01-05irc: fix display of self messages in case of message split failureSébastien Helleu