Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-16 | core: Update Serbian translation | Ivan Pešić | |
2023-11-11 | buflist: jump to previous/next buffer displayed in buflist item with ↵ | Sébastien Helleu | |
ctrl+wheel up/down on a buflist item (closes #1473) | |||
2023-11-11 | core: update German translations | Nils Görs | |
2023-11-11 | core: remove empty lines in release notes | Sébastien Helleu | |
2023-11-11 | core: fix section titles in release notes | Sébastien Helleu | |
2023-11-11 | core: update translations (issue #2040) | Sébastien Helleu | |
2023-11-11 | core: add search in commands history in release notes (issue #2040) | Sébastien Helleu | |
2023-11-11 | core: split ChangeLog entry on multiple lines (issue #2040) | Sébastien Helleu | |
2023-11-11 | core: move key ctrl+s, ctrl+u to alt+shift+U (issue #2040) | Sébastien Helleu | |
2023-11-11 | core: add key ctrl+o to send command found and insert next one in input ↵ | Sébastien Helleu | |
(issue #2040) | |||
2023-11-11 | core: add incremental search in commands history (issue #2040) | Sébastien Helleu | |
Changes: - move key ctrl+r to ctrl+s - add key ctrl+r to search in commands history - add option `search_history` in command `/input` - add key context "histsearch" - add option weechat.look.buffer_search_history - add buffer variables "text_search_direction", "text_search_history" and "text_search_ptr_history" | |||
2023-11-09 | core: update German translations | Nils Görs | |
2023-11-07 | tests: add tests on IRC message 337 | Sébastien Helleu | |
2023-11-07 | irc: fix target buffer of IRC message 337 (whois reply: "is hiding their ↵ | Sébastien Helleu | |
idle time") | |||
2023-11-06 | core: update German translations | Nils Görs | |
2023-11-04 | core: fix value of buffer variable "num_history" when the value defined in ↵ | Sébastien Helleu | |
option weechat.history.max_commands is reached | |||
2023-11-04 | relay: close properly connection with the IRC client in case of server ↵ | Sébastien Helleu | |
disconnection (closes #2038) | |||
2023-11-04 | core: remove incorrect warning when binding keys F10 to F20 (closes #2039) | Sébastien Helleu | |
2023-11-04 | doc/faq: add question about key F11 | Sébastien Helleu | |
2023-11-04 | core: fix double call to hook config when an option is unset | Sébastien Helleu | |
2023-11-04 | core: update ChangeLog | Sébastien Helleu | |
2023-11-03 | core: call hook config when options are freed by unset or when file/section ↵ | Sébastien Helleu | |
is freed This fixes a refresh issue on the fset buffer when a plugin is unloaded: now the options displayed that are freed are properly removed from the fset buffer. | |||
2023-11-03 | relay: change default value of option relay.network.tls_priorities to `NORMAL` | Sébastien Helleu | |
It is no more needed to remove `VERS-SSL3.0` because it is no longer in the default priorities since GnuTLS 3.4.0 (released on 2015-04-08). | |||
2023-11-03 | irc: change default value of server option "tls_priorities" to `NORMAL` | Sébastien Helleu | |
It is no more needed to remove `VERS-SSL3.0` because it is no longer in the default priorities since GnuTLS 3.4.0 (released on 2015-04-08). | |||
2023-11-01 | irc: update help on color remap options, update translations (issue #2025) | Sébastien Helleu | |
2023-11-01 | irc: add option irc.color.term_remap (closes #2025) | Sébastien Helleu | |
2023-11-01 | irc: add support of RGB colors in messages (issue #2025) | Sébastien Helleu | |
This is made using standard color code '\x04' followed by text color (RGB as hexadecimal) and optional background (RGB as hexadecimal). | |||
2023-11-01 | core, plugins: set error to NULL before calling strtol() | Sébastien Helleu | |
This is not strictly necessary, just in case the function strtol() doesn't update the pointer. | |||
2023-11-01 | core: display an error with command `/history N` when N is not a valid integer | Sébastien Helleu | |
2023-10-30 | trigger: rename local variable "trigger_filter" to "filter" on monitor ↵ | Sébastien Helleu | |
buffer (closes #2037) | |||
2023-10-30 | core: fix memory leak when config version is invalid or not supported | Sébastien Helleu | |
2023-10-30 | core: fix memory leak when infolist variable can not be created | Sébastien Helleu | |
2023-10-30 | core: check that buffer is not NULL in function ↵ | Sébastien Helleu | |
gui_chat_printf_date_tags_internal | |||
2023-10-30 | core: fix use NULL pointer when a config file has no options | Sébastien Helleu | |
2023-10-30 | logger: remove dead assignment | Sébastien Helleu | |
2023-10-30 | xfer: fix use of uninitialized variable when adding a new xfer | Sébastien Helleu | |
2023-10-30 | xfer: fix use of NULL pointer in strrchr() | Sébastien Helleu | |
2023-10-30 | core: fix crash when "config_version" is present in a configuration file ↵ | Sébastien Helleu | |
without a value | |||
2023-10-30 | core: display an error on startup if environment variable "HOME" is not set | Sébastien Helleu | |
2023-10-30 | tests: check that environment variable "HOME" is set before using it | Sébastien Helleu | |
2023-10-30 | ruby: fix use of NULL variable when displaying exception | Sébastien Helleu | |
2023-10-30 | irc: add tags "nick_xxx" and "host_xxx" in all messages, including self and ↵ | Sébastien Helleu | |
server messages | |||
2023-10-28 | ci: uninstall php8.1-imagick before build (issue #2009) | Sébastien Helleu | |
When php imagick is installed and when WeeChat is compiled with gcc, there's a crash when the php plugin is loaded. Newer versions of gcc should fix the issue, but as in CI we can't easily use them, uninstalling imagick avoids the crash. | |||
2023-10-26 | core: add version 4.1.1 | Sébastien Helleu | |
2023-10-26 | core: add version 4.0.6 | Sébastien Helleu | |
2023-10-26 | core: display only version with command `/version`, add options `-o` and ↵ | Sébastien Helleu | |
`-ol` in command `/upgrade` | |||
2023-10-24 | core: update German translations | Nils Görs | |
2023-10-24 | core: update German translations | Nils Görs | |
2023-10-23 | core: fix crash when a custom bar item name is already used by a default bar ↵ | Sébastien Helleu | |
item (closes #2034) | |||
2023-10-23 | core: update German translations | Nils Görs | |