summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-19script: add info "script_loaded"Sébastien Helleu
2024-02-19api: add info "plugin_loaded"Sébastien Helleu
2024-02-18tests: add tests on "api" relay (general functions and messages)Sébastien Helleu
2024-02-18relay: move functions to get URL parameters from api to relay-http.c, add testsSébastien Helleu
2024-02-18tests: fix free of HTTP requestSébastien Helleu
2024-02-18relay/api: fix comment of function relay_api_protocol_get_param_booleanSébastien Helleu
2024-02-18relay/api: add key "visible" with boolean value in nick and group objectsSébastien Helleu
2024-02-18relay/api: rename key "index" to "y" in line objectSébastien Helleu
2024-02-17core: update German translationsNils Görs
2024-02-17core: display the 3 variants for "${split}" and "${split_shell}" in /help evalSébastien Helleu
2024-02-17core: add "${hl:string}" and "${raw_hl:string}" in /eval completionsSébastien Helleu
2024-02-17core: add the different variants for "chars" in /eval completionsSébastien Helleu
2024-02-17core: add the different bases in /eval completions for "base_decode" and "bas...Sébastien Helleu
2024-02-17core: replace "xxx" by "string" and "number" by "N" in /eval completionsSébastien Helleu
2024-02-17core: list operators by order of priority in `/help eval` (issue #2005)Sébastien Helleu
2024-02-17core: reintroduce help on the operators in `/help eval` (issue #2005)Sébastien Helleu
2024-02-17core: reintroduce help on the variables in `/help eval` (issue #2005)Sébastien Helleu
2024-02-16irc: add missing tags on self action messages when capability echo-message is...Sébastien Helleu
2024-02-16irc: don't strip monospace color code 0x11 from incoming messages (closes #2073)Sébastien Helleu
2024-02-12core: update German translationsNils Görs
2024-02-11core: add option `-s` in command `/command` to execute multiple commands sepa...Sébastien Helleu
2024-02-11core: move lines from 4.1.0 to 4.2.0 in ChangeLogSébastien Helleu
2024-02-11core: add again line about function hook_url in ChangeLog (issue #1723)Sébastien Helleu
2024-02-11irc: add server option "autojoin_delay" (closes #862)Sébastien Helleu
2024-02-11relay: change message displayed when there is not enough memory for websocket...Sébastien Helleu
2024-02-11relay: add WeeChat version in config update callbackSébastien Helleu
2024-02-11irc: add WeeChat version in config update callbackSébastien Helleu
2024-02-11alias: add WeeChat version in config update callbackSébastien Helleu
2024-02-11core: add WeeChat version in config update callbackSébastien Helleu
2024-02-11core: add issue #1903 in ChangeLogSébastien Helleu
2024-02-10tests: fix compiler warning on empty snprintf formatSébastien Helleu
2024-02-10trigger: fix memory leak when adding a new trigger with `/trigger` commandSébastien Helleu
2024-02-10core: remove trailing directory separators in home directories (closes #2070)Sébastien Helleu
2024-02-04relay: disable "permessage-deflate" websocket extension when option relay.net...Sébastien Helleu
2024-02-04relay: fix decoding of websocket frame when a partial frame is receivedSébastien Helleu
2024-02-04relay: fix websocket decompression when output buffer is not large enoughSébastien Helleu
2024-02-04scripts: fix crash on script unload when a hook is created in a buffer close ...Sébastien Helleu
2024-02-03ci: remove tests on macOS 11Sébastien Helleu
2024-02-03relay: free ws_deflate when http request is freedSébastien Helleu
2024-02-03relay/api: add extra check on JSON types in handshake and input resources (is...Sébastien Helleu
2024-02-02core: disable CJSON in Debian/buster, Raspbian/buster and Ubuntu/focal builds...Sébastien Helleu
2024-02-02relay: fix build when CJSON is disabled (issue #2066)Sébastien Helleu
2024-02-01core: update translations (issue #2066)Sébastien Helleu
2024-02-01relay/api: add handshake resource, without authentication required (issue #2066)Sébastien Helleu
2024-02-01relay: check that request is not NULL before compressing data (issue #2066)Sébastien Helleu
2024-02-01relay/api: fix send of responses 400 and 404 in case of error (issue #2066)Sébastien Helleu
2024-02-01relay: remove request from some function arguments (issue #2066)Sébastien Helleu
2024-02-01relay: allow password hash authentication in api relay, add option relay.netw...Sébastien Helleu
2024-02-01relay: rename option relay.weechat.commands to relay.network.commands (issue ...Sébastien Helleu
2024-02-01core: add support of base64url in encode/decode functions (issue #2066)Sébastien Helleu