diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2024-03-31 09:49:10 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2024-04-07 13:18:13 +0200 |
commit | 90b855e1aa23886dbb4bd794e2527a26973dd5fb (patch) | |
tree | 2ffc437362634955d801bb0ca8442e611bbcb321 /po | |
parent | fd3219246432b35f165c5d1edfa78c76a743723e (diff) | |
download | weechat-90b855e1aa23886dbb4bd794e2527a26973dd5fb.zip |
relay: add connection to remote (issue #2066)
Connection to remote:
- handshake: offer support for all supported hash algorithms
- network connect with a socket
- upgrade to websocket and authenticate with remote (password/TOTP)
- check websocket response
- get list of buffers (not used yet)
Note: connection to remote with TLS or a proxy is not yet supported.
Diffstat (limited to 'po')
-rw-r--r-- | po/srcfiles.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/po/srcfiles.cmake b/po/srcfiles.cmake index 3b68e623a..3ce9406a6 100644 --- a/po/srcfiles.cmake +++ b/po/srcfiles.cmake @@ -350,6 +350,8 @@ SET(WEECHAT_SOURCES ./src/plugins/relay/api/relay-api-msg.h ./src/plugins/relay/api/relay-api-protocol.c ./src/plugins/relay/api/relay-api-protocol.h +./src/plugins/relay/api/remote/relay-remote-network.c +./src/plugins/relay/api/remote/relay-remote-network.h ./src/plugins/relay/irc/relay-irc.c ./src/plugins/relay/irc/relay-irc.h ./src/plugins/relay/relay-auth.c |