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