Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-12 | tests/relay/irc: remove unused calls to record functions | Sébastien Helleu | |
2024-02-19 | api: add info "plugin_loaded" | Sébastien Helleu | |
2024-02-18 | tests: add tests on "api" relay (general functions and messages) | Sébastien Helleu | |
2024-02-18 | relay: move functions to get URL parameters from api to relay-http.c, add tests | Sébastien Helleu | |
2024-02-18 | tests: fix free of HTTP request | Sébastien Helleu | |
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-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-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-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-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-07 | tests: add tests on IRC message 337 | 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 | irc: add tags "nick_xxx" and "host_xxx" in all messages, including self and ↵ | Sébastien Helleu | |
server messages | |||
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-15 | irc: add structure with context sent as unique parameter to IRC protocol ↵ | Sébastien Helleu | |
callbacks (issue #989) | |||
2023-09-22 | irc: display "owner" for +q and "admin" for +a in output of `/names` (closes ↵ | Sébastien Helleu | |
#2020, issue #97) | |||
2023-09-14 | irc: add option irc.look.open_pv_buffer_echo_msg (issue #2016) | Sébastien Helleu | |
2023-09-14 | irc: open a query buffer on PRIVMSG received from self nick when capability ↵ | Sébastien Helleu | |
echo-message is NOT enabled (issue #2016) | |||
2023-09-14 | irc: don't open a new private buffer on `/msg` command when capability ↵ | Sébastien Helleu | |
echo-message is enabled (closes #2016) | |||
2023-09-11 | irc: fix autojoin of channels when private buffers are opened (closes #2012) | Sébastien Helleu | |
2023-09-11 | irc: reset filter and sort when /list buffer is closed (issue #1972) | Sébastien Helleu | |
2023-08-26 | irc: add count for all nick modes in output of `/names` (closes #97) | Sébastien Helleu | |
2023-08-24 | irc: add local key bindings during the /list buffer creation | Sébastien Helleu | |
This allows the user to bind or unbind keys by setting options "weechat.buffer.irc.list_xxx.key_bind_*" and "weechat.buffer.irc.list_xxx.key_unbind_*". | |||
2023-08-24 | api: add infos "nick_color_ignore_case" and "nick_color_name_ignore_case" ↵ | Sébastien Helleu | |
(issue #194) | |||
2023-08-24 | irc: compute color in case insensitive way (closes #194) | Sébastien Helleu | |
Reintroduce infos "irc_nick_color" and "irc_nick_color_name" (that were marked deprecated since version 1.5). A server name is added in the two infos and is optional, for backward compatibility. | |||
2023-08-24 | irc: add functions to convert strings to lower/upper case (following ↵ | Sébastien Helleu | |
casemapping) (issue #194) | |||
2023-08-23 | irc: add tests on server functions | Sébastien Helleu | |
2023-08-21 | logger: remove trailing empty line in display of backlog (closes #2002) | Sébastien Helleu | |