summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-08relay/api: use function asprintf in JSON send functionsSébastien Helleu
2024-04-08relay: fix build when CJSON is disabledSébastien Helleu
2024-04-07core: add version 4.2.2 in ChangeLog and release notesSébastien Helleu
2024-04-07relay: simplify function relay_auth_check_hash_shaSébastien Helleu
2024-04-07relay/api: use function asprintf to build string with salt and passwordSébastien Helleu
2024-04-07relay/api: fix authentication with remote using hash algorithm "sha256" or "s...Sébastien Helleu
2024-04-07relay/api: use function asprintf to build key and check websocket replySébastien Helleu
2024-04-07tests: fix relay/api tests on group and nick colorsSébastien Helleu
2024-04-07relay/api: convert group/nick color names to the real color codeSébastien Helleu
2024-04-07relay: add example with "api" protocol in `/help relay` (issue #2066)Sébastien Helleu
2024-04-07relay: add missing line for "api" protocol in `/help relay` (issue #2066)Sébastien Helleu
2024-04-07doc: generate doc for all commands except default aliasesSébastien Helleu
2024-04-07core: update French translations (issue #2066)Sébastien Helleu
2024-04-07relay: improve messages displayed (issue #2066)Sébastien Helleu
2024-04-07relay/api: rename field "nicks" to "nicklist" in GET /api/buffersSébastien Helleu
2024-04-07relay/api: add nicklist group and nick id in response to GET /api/buffers (is...Sébastien Helleu
2024-04-07core: add unique "id" in nicklist group and nick (issue #2081)Sébastien Helleu
2024-04-07relay: set default value of undefined remote options to empty string instead ...Sébastien Helleu
2024-04-07relay: add synchronization with remote and handler for events received (issue...Sébastien Helleu
2024-04-07relay: do not share content of any relay buffer in api and weechat protocols ...Sébastien Helleu
2024-04-07api: add function "asprintf"Sébastien Helleu
2024-04-07doc/api: fix typo: "formattée" -> "formatée"Sébastien Helleu
2024-04-07buffer: add property `input_get_any_user_data` in buffer (issue #2066)Sébastien Helleu
2024-04-07relay/api: add fields "displayed" and "notify_level" in lines returned (issue...Sébastien Helleu
2024-04-07relay/api: replace direct access to JSON number value by call to function cJS...Sébastien Helleu
2024-04-07relay/api: add "request" and "request_body" in response when connected via we...Sébastien Helleu
2024-04-07relay/api: add "body_type" in response when a body is set and connected via w...Sébastien Helleu
2024-04-07relay: add option `send` in command `/remote` (issue #2066)Sébastien Helleu
2024-04-07relay: stop URL address before the first question mark if colon is not found ...Sébastien Helleu
2024-04-07tests: add tests on relay remote functions (issue #2066)Sébastien Helleu
2024-04-07relay: check that parameter ws_deflate is not NULL in function relay_websocke...Sébastien Helleu
2024-04-07relay: add connection to remote (issue #2066)Sébastien Helleu
2024-04-07relay: add option `disconnect` in command `/remote` (issue #2066)Sébastien Helleu
2024-04-07relay: add functions to parse HTTP response (issue #2066)Sébastien Helleu
2024-04-07relay: add proxy option in remote (issue #2066)Sébastien Helleu
2024-04-07relay/api: fix style (issue #2066)Sébastien Helleu
2024-04-07relay: add command `/remote`, add remote configuration in relay.conf (issue #...Sébastien Helleu
2024-04-06core: update ChangeLogSébastien Helleu
2024-04-06irc: fix display of reply for CTCP request received on a channel when capabil...Sébastien Helleu
2024-04-06tests: rename variable "i" to "echo_message"Sébastien Helleu
2024-04-06irc: display CTCP reply to a nick in server buffer instead of channelSébastien Helleu
2024-04-06tests: add extra tests on received IRC CTCP messagesSébastien Helleu
2024-04-01core: remove whitespaceSébastien Helleu
2024-04-01core: add cast to "const char *" for hashtable valueSébastien Helleu
2024-04-01core: fix print of pointer valuesSébastien Helleu
2024-04-01ci: add CodeQL code scanning (closes #2102)Mario Campos
2024-03-29relay: rename function relay_api_search_buffer_id_name to relay_api_protocol_...Sébastien Helleu
2024-03-28core: update German translations, fixed typoNils Görs
2024-03-26relay: move assignment after comment with important noteSébastien Helleu
2024-03-26relay: fix typo in commentSébastien Helleu