summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-05-27relay/remote: add translations for some messages displayedSébastien Helleu
2024-05-27core: remove versions without upgrade guidelinesSébastien Helleu
2024-05-27core: update examples in Debian build scriptSébastien Helleu
2024-05-27core: fix detection of libgcrypt ≥ 1.11 (debian #1071960)Sébastien Helleu
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-27irc: close /list buffer when the server buffer is closed (closes #2121)Sébastien Helleu
2024-05-26relay: fix compiler warnings when cJSON is disabledSébastien Helleu
2024-05-26core, relay: fix include directory of libcjson and libzstdSébastien Helleu
2024-05-26php: fix return value of function hdata_longlongSébastien Helleu
2024-05-26core: add link to issues in ChangeLogSébastien Helleu
2024-05-26core: update ChangeLogSébastien Helleu
2024-05-26tcl: fix return value for hdata_longlongLuK1337
Using API_RETURN_LONG() here breaks tests on i368.
2024-05-26tests: fix compilation of tests on Rocky 9.4Sébastien Helleu
2024-05-26core: add note about lag in buflist in upgrade guidelinesSébastien Helleu
2024-05-26core: update ChangeLogSébastien Helleu
2024-05-26tests: relay: fix HotlistToJson test on s390xLuK1337
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-26tests: scripts: fix wrong ifdef checkLuK1337
2024-05-26tests: relay: add missing <string.h> includeLuK1337
Fixes build error on Fedora 40.
2024-05-26relay: add infos "relay_api_version" and "relay_api_version_number"Sébastien Helleu
2024-05-26core: replace emails by links to GitHub accounts in AUTHORS.mdSébastien Helleu
2024-05-26core: rename and convert AUTHORS.adoc to AUTHORS.mdSébastien Helleu
2024-05-26core: rename and convert README.adoc to README.mdSébastien Helleu
2024-05-26core: rename and convert Contributing.adoc to CONTRIBUTING.mdSébastien Helleu
2024-05-26core: rename and convert ReleaseNotes.adoc to UPGRADING.mdSébastien Helleu
2024-05-26core: rename and convert ChangeLog.adoc to CHANGELOG.mdSébastien Helleu
2024-05-26Version 4.4.0-devSébastien Helleu
2024-05-26Version 4.3.0Sébastien Helleu
2024-05-26relay/api: set API version to 0.1.0 in OpenAPI documentSébastien Helleu
2024-05-26core: add relay options renamed in release notesSébastien Helleu
2024-05-26relay/api: set API version to 0.1.0Sébastien Helleu
2024-05-25tests: add test of IRC message split with newline but no serverSébastien Helleu
2024-05-25irc: fix crash in split of IRC message containing a newline if the server is ↵Sébastien Helleu
not given
2024-05-25tests: remove dead assignmentsSébastien Helleu
2024-05-25tests: fix tests on hook_infolist_get with an invalid pointerSébastien Helleu
2024-05-25relay/remote: fix relay API version comparison with a string that can be NULLSébastien Helleu
2024-05-25doc: updated polish translationKrzysztof Korościk
2024-05-25core: updated polish translationKrzysztof Korościk
2024-05-24relay: fix compiler warning in call to snprintfSébastien Helleu
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-24doc: update German documentationNils Görs
2024-05-24core: update German translationsNils Görs
2024-05-23core: update translationsSébastien Helleu
2024-05-23core: rename Twitter to X in READMESébastien Helleu
2024-05-22core: remove release notes for versions where no manual action is required ↵Sébastien Helleu
upon upgrade
2024-05-21core: group changes and sort them by importance in ChangeLogSébastien Helleu
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-21core: add missing list header in v4.0.1Sébastien Helleu
2024-05-19relay/openapi: add note about websocket connection in sync endpointSébastien Helleu
2024-05-19relay/openapi: remove example from descriptionSébastien Helleu
2024-05-19relay/openapi: add complete description for authentication, add header ↵Sébastien Helleu
"x-weechat-totp"
2024-05-19relay/openapi: replace "summary" by "description" in pathsSébastien Helleu
2024-05-19doc/user: add relay "api" (issue #2066)Sébastien Helleu
2024-05-19relay/remote: check that remote API is exactly the same version as local one ↵Sébastien Helleu
upon connection