Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-27 | api: add support of specifier `%!` for timestamp in function util_strftimeval | Sébastien Helleu | |
2024-01-24 | core: add support of `(?i)` for argument "name" in `/help buffer` | Sébastien Helleu | |
2024-01-24 | core: allow case insensitive search of partial buffer name with `(?i)name` ↵ | Sébastien Helleu | |
in command `/buffer` | |||
2024-01-24 | core: return 0 in gui_buffer_is_main if plugin_name or name is NULL | Sébastien Helleu | |
2024-01-22 | irc: fix random date displayed when a received message contains tags but no ↵ | Sébastien Helleu | |
"time" (closes #2064) | |||
2024-01-12 | irc: check if arguments are not NULL in some infos | Sébastien Helleu | |
Affected infos: - irc_server_isupport - irc_server_isupport_value - irc_server_cap - irc_server_cap_value | |||
2024-01-12 | irc: fix info "irc_is_message_ignored" (closes #2059) | Sébastien Helleu | |
2024-01-06 | core: add variable "opening" in buffer, do not send buffer signals when the ↵ | Sébastien Helleu | |
buffer is opening | |||
2024-01-06 | relay/weechat: unhook hook_timer_nicklist when synchronization is stopped | Sébastien Helleu | |
2024-01-06 | relay: add global relay hdata variables | Sébastien Helleu | |
2024-01-05 | irc: fix display of self messages in case of message split failure | Sébastien Helleu | |
When the message sends inconsistent max lengths in message 005, the split of self message fails and causes a display issue: the channel name is displayed with the message: nick | #channel :this is a test instead of: nick | this is a test | |||
2024-01-05 | relay: fix display of raw messages (issue #649) | Sébastien Helleu | |
2024-01-05 | core: add support of microseconds in command `/print -date` (issue #649) | Sébastien Helleu | |
2024-01-05 | irc: remove function irc_protocol_parse_time, use API function ↵ | Sébastien Helleu | |
weechat_util_parse_time (issue #649) | |||
2024-01-05 | api: add function util_parse_time (issue #649) | Sébastien Helleu | |
2024-01-04 | irc: display microseconds in some user messages (issue #649) | Sébastien Helleu | |
2024-01-04 | relay: add microseconds in relay raw messages (issue #649) | Sébastien Helleu | |
2024-01-01 | core: update copyright dates | Sébastien Helleu | |
2023-12-26 | core: store microseconds in buffer lines (closes #649) | Sébastien Helleu | |
2023-12-24 | api: add property "type" in function buffer_get_string | Sébastien Helleu | |
2023-12-24 | core: display when zstd is not available in output of `/debug libs` | Sébastien Helleu | |
2023-12-24 | relay: move function to check if buffer belongs to relay | Sébastien Helleu | |
2023-12-15 | core: fix crash on plugin reload when using musl libs (closes #2052) | Sébastien Helleu | |
2023-12-14 | core: fix infinite loop in display when the chat area is too small (closes ↵ | Sébastien Helleu | |
#2053) | |||
2023-12-14 | core: fix style | Sébastien Helleu | |
2023-12-10 | irc: add option irc.look.display_host_wallops | Sébastien Helleu | |
2023-12-02 | api: add info "mouse" | Sébastien Helleu | |
2023-12-02 | api: return NULL instead of empty infolist "key" when context is not found | Sébastien Helleu | |
2023-12-02 | core: check that directory is not NULL in function plugin_api_info_absolute_path | Sébastien Helleu | |
2023-12-02 | core: rename variable "version" to "compilation_date" | Sébastien Helleu | |
2023-11-29 | irc: display messages 730/731 even if command `/notify` was not used (closes ↵ | Sébastien Helleu | |
#2049) | |||
2023-11-29 | core: update translations (issue #1039) | Sébastien Helleu | |
2023-11-29 | irc: remove unneeded error message when an unknown server option is read in ↵ | Sébastien Helleu | |
config file (issue #1039) This is not needed because an error is already displayed by WeeChat core and the IRC error doesn't add anything relevant to the user. | |||
2023-11-29 | irc: add server option "anti_flood", remove server options ↵ | Sébastien Helleu | |
"anti_flood_prio_{high|low}" (issue #1039) The new option is set in milliseconds. | |||
2023-11-26 | irc: remove trailing "\r\n" in signals "irc_out" and "irc_outtags" when ↵ | Sébastien Helleu | |
messages are queued | |||
2023-11-24 | irc: add option irc.look.list_buffer | Sébastien Helleu | |
2023-11-23 | core: fix evaluation of `${raw_hl:...}` with escaped prefix inside | Sébastien Helleu | |
Now `${raw_hl:\${` returns `\${` instead of `${`. | |||
2023-11-23 | core: evaluate expressions even when the suffix is missing (issue #2042, ↵ | Sébastien Helleu | |
issue #1714) | |||
2023-11-23 | core: add syntax highlighting in evaluation of expressions, add option ↵ | Sébastien Helleu | |
weechat.color.eval_syntax_colors (issue #2042) Syntax highlighting (raw string without evaluation): `${raw_hl:xxx}` Syntax highlighting: `${hl:xxx}` | |||
2023-11-21 | api: remove script hooks before buffers/bar items/configs | Sébastien Helleu | |
This prevents a crash in some scripts that could use options after they are freed, with the call to hook config callback that has been enabled by commit 22602147977b42f4211697d77263be67c9506414. | |||
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: 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-07 | irc: fix target buffer of IRC message 337 (whois reply: "is hiding their ↵ | Sébastien Helleu | |
idle time") | |||
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 | core: fix double call to hook config when an option is unset | 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. |