Sébastien Helleu
59e292a5be
Version 4.3.2
v4.3.2
2024-06-06 21:45:29 +02:00
Sébastien Helleu
8617bd7d2a
core: add version 4.3.2 in release notes
2024-06-06 21:43:37 +02:00
Sébastien Helleu
e262cd47b4
xfer: fix display of input prompt in DCC chat buffers (issue #2128 )
2024-06-06 13:31:21 +02:00
Sébastien Helleu
5a7db09eb2
irc: fix display of input prompt in private buffers (issue #2128 )
2024-06-05 21:05:17 +02:00
Sébastien Helleu
5fc7813643
irc: don't return pointer to irc server if the channel or nick is not found in info "irc_buffer"
2024-06-02 22:50:24 +02:00
Sébastien Helleu
dc319af254
core: add link to issue #1549 for ChangeLog entries about permessage-deflate
2024-06-02 09:56:28 +02:00
Sébastien Helleu
e920903354
relay: enable websocket extension "permessage-deflate" with "api" relay only
2024-06-02 09:09:16 +02:00
Sébastien Helleu
6457394042
relay: add option relay.look.raw_messages_max_length (issue #2122 )
2024-06-01 22:38:55 +02:00
Sébastien Helleu
7516774474
relay: fix websocket permessage-deflate extension when the client doesn't send the max window bits parameters
2024-06-01 22:28:37 +02:00
Sébastien Helleu
a9d1b2990f
relay: fix allocation and reinit of field "client_context_takeover" in websocket deflate structure
2024-06-01 14:43:31 +02:00
Sébastien Helleu
13198697a9
Version 4.3.2-dev
2024-06-01 14:39:12 +02:00
Sébastien Helleu
2a0e578ae7
Version 4.3.1
v4.3.1
2024-05-31 13:34:43 +02:00
Sébastien Helleu
571da9f056
core: add note about old libgcrypt versions in release notes
2024-05-31 13:34:23 +02:00
Sébastien Helleu
88b021f1b7
core: add version 4.2.3 in ChangeLog and release notes
2024-05-31 13:25:45 +02:00
Sébastien Helleu
7eb04b77fe
xfer: fix send of data on the DCC chat buffer after /upgrade if the buffer was opened before the upgrade (issue #2092 )
2024-05-31 08:25:22 +02:00
Sébastien Helleu
b615e6cee7
core: add version 4.3.1 in release notes
2024-05-27 12:14:02 +02:00
Sébastien Helleu
d1d7d4573c
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:24:03 +02:00
Sébastien Helleu
43d9c20e36
irc: close /list buffer when the server buffer is closed (issue #2121 )
2024-05-27 07:42:30 +02:00
Sébastien Helleu
8ea0aa5f41
core, relay: fix include directory of libcjson and libzstd
2024-05-26 23:16:41 +02:00
Sébastien Helleu
f02ecf3e83
php: fix return value of function hdata_longlong
2024-05-26 16:25:20 +02:00
Sébastien Helleu
490a0b9db0
core: add link to issues in ChangeLog
2024-05-26 16:08:42 +02:00
LuK1337
0ce38e7d58
tcl: fix return value for hdata_longlong
...
Using API_RETURN_LONG() here breaks tests on i368.
2024-05-26 16:07:44 +02:00
Sébastien Helleu
bc380447eb
tests: fix compilation of tests on Rocky 9.4
2024-05-26 16:00:53 +02:00
Sébastien Helleu
73c8b5f93c
core: add note about lag in buflist in release notes
2024-05-26 14:59:39 +02:00
Sébastien Helleu
a6519001c8
core: update ChangeLog
2024-05-26 14:19:31 +02:00
LuK1337
8b106be58e
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:19:18 +02:00
LuK1337
66e63bf8cf
tests: scripts: fix wrong ifdef check
2024-05-26 14:19:18 +02:00
LuK1337
94ff5e5758
tests: relay: add missing <string.h> include
...
Fixes build error on Fedora 40.
2024-05-26 14:19:18 +02:00
Sébastien Helleu
73720cf792
Version 4.3.1-dev
2024-05-26 14:19:18 +02:00
Sébastien Helleu
b407de4c3b
Version 4.3.0
v4.3.0
2024-05-26 09:16:17 +02:00
Sébastien Helleu
8444670ef1
relay/api: set API version to 0.1.0 in OpenAPI document
2024-05-26 08:39:28 +02:00
Sébastien Helleu
657805ca25
core: add relay options renamed in release notes
2024-05-26 08:24:08 +02:00
Sébastien Helleu
12378b3a19
relay/api: set API version to 0.1.0
2024-05-26 00:04:28 +02:00
Sébastien Helleu
7684d5a3d1
tests: add test of IRC message split with newline but no server
2024-05-25 19:48:41 +02:00
Sébastien Helleu
2488466b0c
irc: fix crash in split of IRC message containing a newline if the server is not given
2024-05-25 19:28:49 +02:00
Sébastien Helleu
647ca0c047
tests: remove dead assignments
2024-05-25 19:22:13 +02:00
Sébastien Helleu
1452497b32
tests: fix tests on hook_infolist_get with an invalid pointer
2024-05-25 19:13:08 +02:00
Sébastien Helleu
2c7057bf22
relay/remote: fix relay API version comparison with a string that can be NULL
2024-05-25 19:11:25 +02:00
Krzysztof Korościk
e97dc832e5
doc: updated polish translation
2024-05-25 13:57:13 +02:00
Krzysztof Korościk
7b4d374efd
core: updated polish translation
2024-05-25 13:35:09 +02:00
Sébastien Helleu
5294249515
relay: fix compiler warning in call to snprintf
...
This fixes the following warning emitted by gcc:
…/relay-http.c:1207:32: warning: ‘%s’ directive output may be truncated writing up to 1023 bytes into a region of size 64 [-Wformat-truncation=]
1207 | "%s[%d bytes data]",
| ^~
1208 | str_header,
| ~~~~~~~~~~
…/relay-http.c:1207:31: note: directive argument in the range [1, 2147483647]
1207 | "%s[%d bytes data]",
| ^~~~~~~~~~~~~~~~~~~
…/relay-http.c:1206:21: note: ‘snprintf’ output between 15 and 1047 bytes into a destination of size 64
1206 | snprintf (raw_message, length_raw,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1207 | "%s[%d bytes data]",
| ~~~~~~~~~~~~~~~~~~~~
1208 | str_header,
| ~~~~~~~~~~~
1209 | *ptr_body_size);
| ~~~~~~~~~~~~~~~
2024-05-24 21:08:10 +02:00
Nils Görs
2b81cce9e0
doc: update German documentation
2024-05-24 11:02:16 +02:00
Nils Görs
8814d1d5c4
core: update German translations
2024-05-24 10:45:50 +02:00
Sébastien Helleu
4a4fbce5dd
core: update translations
2024-05-23 21:03:43 +02:00
Sébastien Helleu
f4a789c327
core: rename Twitter to X in README
2024-05-23 21:01:12 +02:00
Sébastien Helleu
037afc5e92
core: remove release notes for versions where no manual action is required upon upgrade
2024-05-22 00:36:23 +02:00
Sébastien Helleu
17435d5532
core: group changes and sort them by importance in ChangeLog
...
Changes are now grouped by category:
- `Changed`: changes in existing features
- `Added`: new features
- `Removed`: removed features
- `Fixed`: bug fixed
Changes are also sorted by importance: breaking changes and most important
changes first in each category.
Link to release notes is mentioned in each release for which manual actions are
required upon upgrade.
2024-05-21 23:40:53 +02:00
Sébastien Helleu
6704b1b21c
core: add missing list header in v4.0.1
2024-05-21 21:42:55 +02:00
Sébastien Helleu
cb08919baf
relay/openapi: add note about websocket connection in sync endpoint
2024-05-19 15:49:37 +02:00
Sébastien Helleu
c67eb4e656
relay/openapi: remove example from description
2024-05-19 15:48:45 +02:00