Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-16 | irc: add missing tags on self action messages when capability echo-message ↵ | Sébastien Helleu | |
is enabled (closes #2074) | |||
2024-02-16 | irc: don't strip monospace color code 0x11 from incoming messages (closes #2073) | Sébastien Helleu | |
2024-02-11 | irc: add server option "autojoin_delay" (closes #862) | Sébastien Helleu | |
The server option "autojoin_delay" adds a delay before autojoin. The server option "command_delay" is now used to add a delay before the execution of the command. On upgrade from an old version, the option "command_delay" is copied to "autojoin_delay" (in old versions, "command_delay" was applied after the execution of command and before the autojoin). | |||
2024-02-10 | tests: fix compiler warning on empty snprintf format | Sébastien Helleu | |
This fixes the following warning: test-core-dir.cpp:178:36: warning: zero-length gnu_printf format string [-Wformat-zero-length] | |||
2024-02-10 | core: remove trailing directory separators in home directories (closes #2070) | Sébastien Helleu | |
2024-02-01 | relay: remove request from some function arguments (issue #2066) | Sébastien Helleu | |
2024-02-01 | relay: allow password hash authentication in api relay, add option ↵ | Sébastien Helleu | |
relay.network.time_window (issue #2066) | |||
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 | |
This extension is used to compress and decompress websocket frames (using the DEFLATE algorithm, with zlib). | |||
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` ↵ | Sébastien Helleu | |
in command `/buffer` | |||
2024-01-24 | tests: add tests on buffer properties "opening" and "type" | Sébastien Helleu | |
2024-01-22 | tests: remove extra empty line | 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-21 | tests: add missing format string in calls to snprintf | Sébastien Helleu | |
2024-01-12 | irc: add tests on info functions (issue #2059) | 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 | 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-01 | core: update copyright dates | Sébastien Helleu | |
2023-12-26 | core: store microseconds in buffer lines (closes #649) | Sébastien Helleu | |
2023-12-15 | tests: add missing include of string.h in plugin API info tests | Sébastien Helleu | |
2023-12-10 | irc: add option irc.look.display_host_wallops | Sébastien Helleu | |
2023-12-10 | tests: add tests with options ↵ | Sébastien Helleu | |
irc.look.display_host_{join|join_local|notice|quit} set to off | |||
2023-12-02 | tests: rename tests | Sébastien Helleu | |
2023-12-02 | tests: add tests on plugin config functions | Sébastien Helleu | |
2023-12-02 | tests: rename file test-plugins-api-info.cpp to test-plugin-api-info.cpp | Sébastien Helleu | |
2023-12-02 | tests: fix tests on function plugin_api_infolist_plugin_cb | Sébastien Helleu | |
2023-12-02 | tests: add tests on plugin API info functions | Sébastien Helleu | |
2023-12-02 | tests: remove unneeded constant TOTP_SECRET | Sébastien Helleu | |
2023-12-01 | tests: add placeholders for new functions in irc server tests | 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-24 | tests: add eval tests on "raw" and "raw_hl" with escaped prefix | Sébastien Helleu | |
2023-11-23 | tests: fix tests on function string_replace_with_callback | Sébastien Helleu | |
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-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 | tests: add tests on IRC message 337 | Sébastien Helleu | |
2023-11-04 | core: remove incorrect warning when binding keys F10 to F20 (closes #2039) | 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-10-30 | tests: check that environment variable "HOME" is set before using it | 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-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-19 | irc: revert compute of nick colors to case sensitive way, deprecate again ↵ | Sébastien Helleu | |
IRC nick color infos (issue #194, issue #2032) | |||
2023-10-17 | api: add support of format/translation of command arguments description line ↵ | Sébastien Helleu | |
by line (issue #2005) | |||
2023-10-17 | api: add function string_concat (issue #2005) | Sébastien Helleu | |
2023-10-15 | irc: add structure with context sent as unique parameter to IRC protocol ↵ | Sébastien Helleu | |
callbacks (issue #989) |