aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* core: replace emails by links to GitHub accounts in AUTHORS.mdroot-files-markdownSébastien Helleu2024-05-261-2/+2
* core: rename and convert AUTHORS.adoc to AUTHORS.mdSébastien Helleu2024-05-2618-180/+176
* core: rename and convert README.adoc to README.mdSébastien Helleu2024-05-269-74/+73
* core: rename and convert Contributing.adoc to CONTRIBUTING.mdSébastien Helleu2024-05-2611-118/+118
* core: rename and convert ReleaseNotes.adoc to UPGRADING.mdSébastien Helleu2024-05-2619-1537/+1198
* core: rename and convert ChangeLog.adoc to CHANGELOG.mdSébastien Helleu2024-05-2613-4233/+4097
* core: add relay options renamed in release notesSébastien Helleu2024-05-261-0/+8
* relay/api: set API version to 0.1.0Sébastien Helleu2024-05-261-2/+2
* tests: add test of IRC message split with newline but no serverSébastien Helleu2024-05-251-0/+15
* irc: fix crash in split of IRC message containing a newline if the server is not givenSébastien Helleu2024-05-252-2/+4
* tests: remove dead assignmentsSébastien Helleu2024-05-251-5/+0
* tests: fix tests on hook_infolist_get with an invalid pointerSébastien Helleu2024-05-251-2/+2
* relay/remote: fix relay API version comparison with a string that can be NULLSébastien Helleu2024-05-251-1/+1
* doc: updated polish translationKrzysztof Korościk2024-05-251-36/+29
* core: updated polish translationKrzysztof Korościk2024-05-251-64/+68
* relay: fix compiler warning in call to snprintfSébastien Helleu2024-05-241-14/+6
* doc: update German documentationNils Görs2024-05-241-31/+21
* core: update German translationsNils Görs2024-05-241-57/+57
* core: update translationsSébastien Helleu2024-05-2314-80/+164
* core: rename Twitter to X in READMESébastien Helleu2024-05-231-1/+1
* core: remove release notes for versions where no manual action is required upon upgradeSébastien Helleu2024-05-221-9/+6
* core: group changes and sort them by importance in ChangeLogSébastien Helleu2024-05-211-87/+186
* core: add missing list header in v4.0.1Sébastien Helleu2024-05-211-0/+2
* relay/openapi: add note about websocket connection in sync endpointSébastien Helleu2024-05-191-0/+3
* relay/openapi: remove example from descriptionSébastien Helleu2024-05-191-1/+1
* relay/openapi: add complete description for authentication, add header "x-weechat-totp"Sébastien Helleu2024-05-191-0/+56
* relay/openapi: replace "summary" by "description" in pathsSébastien Helleu2024-05-191-21/+32
* doc/user: add relay "api" (issue #2066)Sébastien Helleu2024-05-197-66/+402
* relay/remote: check that remote API is exactly the same version as local one upon connectionSébastien Helleu2024-05-194-7/+43
* relay/remote: fix error displayed when an error happens in a callbackSébastien Helleu2024-05-191-2/+2
* core: updated polish translationKrzysztof Korościk2024-05-181-83/+82
* relay/remote: fix highlight on lines received from remoteSébastien Helleu2024-05-181-6/+26
* core: add option weechat.look.config_permissions (closes #2057)Sébastien Helleu2024-05-1818-62/+333
* irc: store lag in channel and private buffers (local variable "lag"), in addition to the server bufferSébastien Helleu2024-05-162-2/+20
* core: add bar item "lag"Sébastien Helleu2024-05-163-2/+43
* relay/remote: add, update and remove buffer local variables received from remoteSébastien Helleu2024-05-161-2/+109
* relay/remote: set "input" and "input_pos" only upon buffer creationSébastien Helleu2024-05-161-3/+10
* core: send signal "buffer_localvar_{added|changed}" only if local variable has been added or changedSébastien Helleu2024-05-161-0/+4
* ci: add tests of OpenAPI document with schemathesisSébastien Helleu2024-05-152-0/+102
* relay/api: add OpenAPI document (issue #2066)Sébastien Helleu2024-05-151-0/+996
* core: update German translationsNils Görs2024-05-151-6/+4
* relay: add option "autoconnect" in remoteSébastien Helleu2024-05-1420-66/+244
* core: update German translationsNils Görs2024-05-141-9/+7
* irc: allow range in commands `/unban` and `/unquiet` (closes #2113)Sébastien Helleu2024-05-1322-42/+1399
* irc: use dynamic string in function irc_command_mode_masksSébastien Helleu2024-05-131-26/+29
* core: update French translationsSébastien Helleu2024-05-1314-169/+203
* relay: add protocol "api" in completion of command "/relay add"Sébastien Helleu2024-05-121-3/+12
* relay/api: add different return codes for callbacksSébastien Helleu2024-05-122-46/+63
* relay/remote: set modes on buffer eventSébastien Helleu2024-05-121-1/+3
* relay/api: add field "modes" in GET /api/buffersSébastien Helleu2024-05-123-0/+5