summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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 ↵Sébastien Helleu
separated by semicolons
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
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-11relay: change message displayed when there is not enough memory for ↵Sébastien Helleu
websocket frame
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
This fixes the following warning: test-core-dir.cpp:178:36: warning: zero-length gnu_printf format string [-Wformat-zero-length]
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 ↵Sébastien Helleu
relay.network.compression is set to 0
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
callback (closes #2067)
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 ↵Sébastien Helleu
(issue #2066)
2024-02-02core: disable CJSON in Debian/buster, Raspbian/buster and Ubuntu/focal ↵Sébastien Helleu
builds (issue #2066) This is because in these versions the libcjson-dev package doesn't provide pkg-config file.
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 ↵Sébastien Helleu
relay.network.time_window (issue #2066)
2024-02-01relay: rename option relay.weechat.commands to relay.network.commands (issue ↵Sébastien Helleu
#2066)
2024-02-01core: add support of base64url in encode/decode functions (issue #2066)Sébastien Helleu
2024-02-01relay: 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-01relay: add "api" protocol (HTTP REST API) (issue #2066)Sébastien Helleu
2024-01-31po: updated Polish translationsKrzysztof Korościk
2024-01-27core: use function util_strftimeval in evaluation of expression `date:xxx`Sébastien Helleu
2024-01-27api: add support of specifier `%!` for timestamp in function util_strftimevalSébastien Helleu
2024-01-27core: update German translationsNils Görs
2024-01-24core: add support of `(?i)` for argument "name" in `/help buffer`Sébastien Helleu
2024-01-24core: allow case insensitive search of partial buffer name with `(?i)name` ↵Sébastien Helleu
in command `/buffer`
2024-01-24tests: add tests on buffer properties "opening" and "type"Sébastien Helleu
2024-01-24core: return 0 in gui_buffer_is_main if plugin_name or name is NULLSébastien Helleu
2024-01-22doc/dev: update rules for indentation in C sourcesSébastien Helleu
2024-01-22core: add version 4.2.1 in ChangeLog and release notesSébastien Helleu
2024-01-22tests: remove extra empty lineSébastien Helleu
2024-01-22irc: fix random date displayed when a received message contains tags but no ↵Sébastien Helleu
"time" (closes #2064)
2024-01-21Version 4.3.0-devSébastien Helleu
2024-01-21Version 4.2.0Sébastien Helleu
2024-01-21tests: add missing format string in calls to snprintfSébastien Helleu
2024-01-20core: add versions 4.0.8 and 4.1.3 in ChangeLog and release notesSébastien Helleu