summaryrefslogtreecommitdiff
path: root/src/plugins/relay/api/remote/relay-remote-network.c
AgeCommit message (Expand)Author
2024-05-01relay: add option relay.api.remote_get_lines (issue #2066)Sébastien Helleu
2024-04-30relay/api: add support of nicklist in remote buffersSébastien Helleu
2024-04-26relay: remove check of NULL pointers before calling relay_http_response_free(...Sébastien Helleu
2024-04-26plugins: remove check of NULL pointers before calling weechat_hashtable_free(...Sébastien Helleu
2024-04-25relay: remove check of NULL pointers before calling free() (issue #865)Sébastien Helleu
2024-04-14relay: ignore unused parameter "gnutls_rc"Sébastien Helleu
2024-04-14relay: remove commented variableSébastien Helleu
2024-04-14relay: add connection with proxy to remoteSébastien Helleu
2024-04-14relay: remove commented codeSébastien Helleu
2024-04-14relay: add TLS connection to remote, add remote option "tls_verify"Sébastien Helleu
2024-04-10relay/api: fix reconnection to remote after disconnectionSébastien Helleu
2024-04-10relay/api: free hook_url_handshake when disconnecting from remoteSébastien Helleu
2024-04-09relay/api: fix decoding of large websocket frames in remote client (closes #2...Sébastien Helleu
2024-04-09relay/api: read data on socket only if connectedSébastien Helleu
2024-04-09relay/api: free frames after useSé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-07relay: improve messages displayed (issue #2066)Sébastien Helleu
2024-04-07relay: add synchronization with remote and handler for events received (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: add connection to remote (issue #2066)Sébastien Helleu