Sébastien Helleu
12b8ebe4e4
core: add completion "bars_items"
2024-06-09 09:09:09 +02:00
Sébastien Helleu
6306bac20b
core: fix French translation of parameter "refresh" in /help item
2024-06-09 09:06:55 +02:00
Sébastien Helleu
843dcd49b5
tests: add more tests on function string_split_shell
2024-06-08 14:24:43 +02:00
LuK1337
44238650bc
tests: relay: fix relay_http_parse_header function prototype
2024-06-07 12:39:40 +02:00
Sébastien Helleu
6b7137aa25
tests: reset option relay.network.websocket_allowed_origins after changing it in tests ( closes #2127 )
...
This fixes a test failure when the test changing the option is executed before
this one:
…/tests/unit/plugins/relay/api/test-relay-api-protocol.cpp:799: error: Failure in TEST(RelayApiProtocolWithClient, RecvJson)
expected <HTTP/1.1 101 Switching Protocols
Upgrade: websocket
Connection: Upgrade
Sec-WebSocket-Accept: Z5uTZwvwYNDm9w4HFGk26ijp/p0=
>
but was <HTTP/1.1 403 Forbidden
Content-Length: 0
>
difference starts at position 9 at: < HTTP/1.1 403 Forbid>
2024-06-07 12:33:17 +02:00
Sébastien Helleu
3d20ad8b5c
doc/user: mention pkgconf with pkg-config in dependencies
2024-06-07 07:44:39 +02:00
Sébastien Helleu
da97614e03
ci: install pkg-config with homebrew
2024-06-07 07:44:03 +02:00
Sébastien Helleu
c6481451cb
ci: replace package pkg-config by pkgconf
2024-06-07 07:38:05 +02:00
Sébastien Helleu
f59eb83da4
debian: update changelog
2024-06-06 22:51:09 +02:00
Sébastien Helleu
2648d87a65
debian: replace pkg-config build dependency by pkgconf
2024-06-06 22:50:33 +02:00
Sébastien Helleu
1a21ab10fa
core: add version 4.3.2 in ChangeLog
2024-06-06 22:09:02 +02:00
Sébastien Helleu
396f47e9ae
xfer: fix display of input prompt in DCC chat buffers (issue #2128 )
2024-06-06 13:30:25 +02:00
Sébastien Helleu
0b1e940829
irc: fix display of input prompt in private buffers ( closes #2128 )
2024-06-05 21:03:44 +02:00
Sébastien Helleu
7cf45707ea
tests: add test on info "irc_buffer" with a valid server and a non-existing channel
2024-06-02 23:08:03 +02:00
Sébastien Helleu
f104b4119a
irc: don't return pointer to irc server if the channel or nick is not found in info "irc_buffer"
2024-06-02 22:49:41 +02:00
Sébastien Helleu
4d0378d579
core: fix style for breaking changes in ChangeLog
2024-06-02 22:48:00 +02:00
Sébastien Helleu
a12419b888
core: add link to issue #1549 for ChangeLog entries about permessage-deflate
2024-06-02 09:54:47 +02:00
Sébastien Helleu
26fa0ea1b8
relay: enable websocket extension "permessage-deflate" with "api" relay only
2024-06-02 09:05:40 +02:00
Krzysztof Korościk
7b90b1fbf4
doc: update polish translation
2024-06-01 22:23:05 +02:00
Krzysztof Korościk
61f31eafcf
core: update polish translation
2024-06-01 22:07:06 +02:00
Sébastien Helleu
9264803bc3
relay: fix websocket permessage-deflate extension when the client doesn't send the max window bits parameters
2024-06-01 15:15:01 +02:00
Sébastien Helleu
d05df9ee21
relay: fix allocation and reinit of field "client_context_takeover" in websocket deflate structure
2024-06-01 14:42:55 +02:00
Sébastien Helleu
8dad5403ee
relay: add quotes around protocol names in options, mention "api" before "weechat"
2024-06-01 13:05:27 +02:00
Sébastien Helleu
e39a309365
relay: add option relay.network.websocket_permessage_deflate
2024-06-01 12:58:17 +02:00
Nils Görs
b5b063a836
core: update German translations
2024-05-31 20:33:09 +02:00
Sébastien Helleu
2dd083554b
core: remove duplicate entry in upgrade guidelines
2024-05-31 13:58:25 +02:00
Sébastien Helleu
d6e69792ca
core: add version 4.3.1 in ChangeLog and upgrade guidelines
2024-05-31 13:45:34 +02:00
Sébastien Helleu
cd75ad0545
core: add version 4.2.3 in ChangeLog
2024-05-31 13:44:06 +02:00
Sébastien Helleu
d6ffe1857b
doc/api: fix typo in function string_cut
2024-05-31 12:24:33 +02:00
Sébastien Helleu
b38cf0e9a3
relay: use API function string_cut to truncate raw relay messages
...
This is faster than the custom function that was adding " (...) " in the middle
of the message.
2024-05-31 12:04:13 +02:00
Sébastien Helleu
768416983c
xfer: fix send of data on the DCC chat buffer after /upgrade if the buffer was opened before the upgrade ( closes #2092 )
2024-05-31 08:11:55 +02:00
Nils Görs
ce1fc02dee
core: update German translations
2024-05-29 23:22:31 +02:00
Sébastien Helleu
e841c11b54
relay: add option relay.look.raw_messages_max_length (issue #2122 )
2024-05-29 23:07:58 +02:00
Sébastien Helleu
6152812bff
doc/user: add internal links to commands and options
2024-05-29 21:14:25 +02:00
Nils Görs
5cff9c0e46
core: update German translations
2024-05-27 22:27:27 +02:00
Sébastien Helleu
bd8e0d8bfa
relay/remote: add translations for some messages displayed
2024-05-27 21:46:24 +02:00
Sébastien Helleu
3d39f7e86c
core: remove versions without upgrade guidelines
2024-05-27 12:12:24 +02:00
Sébastien Helleu
030d82148c
core: update examples in Debian build script
2024-05-27 08:58:56 +02:00
Sébastien Helleu
bf4e47b9f2
core: fix detection of libgcrypt ≥ 1.11 (debian #1071960 )
...
Use pkg-config to detect libgcrypt, since command `libgcrypt-config` is not
available any more.
Remove patches for Debian/Raspbian Buster and Ubuntu Bionic: detection of
libgcrypt don't work any more with version 1.8.4 on Debian Buster and 1.8.1 on
Ubuntu Bionic (both versions don't provide the file `libgcrypt.pc`).
2024-05-27 08:15:59 +02:00
Sébastien Helleu
85c02e9137
irc: close /list buffer when the server buffer is closed ( closes #2121 )
2024-05-27 07:40:03 +02:00
Sébastien Helleu
8d86d85b66
relay: fix compiler warnings when cJSON is disabled
2024-05-26 23:46:52 +02:00
Sébastien Helleu
5a8751b9eb
core, relay: fix include directory of libcjson and libzstd
2024-05-26 23:13:49 +02:00
Sébastien Helleu
96f9942aed
php: fix return value of function hdata_longlong
2024-05-26 16:24:16 +02:00
Sébastien Helleu
449e5ae705
core: add link to issues in ChangeLog
2024-05-26 16:05:56 +02:00
Sébastien Helleu
51d2d71a04
core: update ChangeLog
2024-05-26 16:02:46 +02:00
LuK1337
4e01c077d6
tcl: fix return value for hdata_longlong
...
Using API_RETURN_LONG() here breaks tests on i368.
2024-05-26 15:59:12 +02:00
Sébastien Helleu
917054c58d
tests: fix compilation of tests on Rocky 9.4
2024-05-26 15:41:52 +02:00
Sébastien Helleu
d1ae17a8e0
core: add note about lag in buflist in upgrade guidelines
2024-05-26 14:37:48 +02:00
Sébastien Helleu
d616f5bc55
core: update ChangeLog
2024-05-26 14:10:10 +02:00
LuK1337
14187b3834
tests: relay: fix HotlistToJson test on s390x
...
1: error: Failure in TEST(RelayApiMsg, HotlistToJson)
1: expected <2024-05-26T10:29:37.716512Z>
1: but was <2024-05-26T10:29:37.000000Z>
1: difference starts at position 20 at: <T10:29:37.000000Z >
2024-05-26 14:03:04 +02:00