summaryrefslogtreecommitdiff
path: root/src/plugins/relay/relay-config.c
AgeCommit message (Expand)Author
2024-04-07relay: add proxy option in remote (issue #2066)Sébastien Helleu
2024-04-07relay: add command `/remote`, add remote configuration in relay.conf (issue #...Sébastien Helleu
2024-02-26relay/api: rename "salt" to "timestamp"Sébastien Helleu
2024-02-11relay: add WeeChat version in config update callbackSébastien Helleu
2024-02-01relay: allow password hash authentication in api relay, add option relay.netw...Sébastien Helleu
2024-02-01relay: rename option relay.weechat.commands to relay.network.commands (issue ...Sébastien Helleu
2024-02-01core: add support of base64url in encode/decode functions (issue #2066)Sébastien Helleu
2024-02-01relay: add "api" protocol (HTTP REST API) (issue #2066)Sébastien Helleu
2024-01-01core: update copyright datesSébastien Helleu
2023-12-15core: fix crash on plugin reload when using musl libs (closes #2052)Sébastien Helleu
2023-11-03relay: change default value of option relay.network.tls_priorities to `NORMAL`Sébastien Helleu
2023-06-15relay: add IPv6 example in /help relay.network.bind_addressSébastien Helleu
2023-04-12relay: rename "ssl" options and protocol to "tls" (issue #1903)Sébastien Helleu
2023-04-01core, plugins: set options to NULL by default, refactor config init functionsSébastien Helleu
2023-02-04fix: various code commentsrj1
2023-01-28plugins: set priority in calls to weechat_config_new (issue #1872)Sébastien Helleu
2023-01-01core: update copyright datesSébastien Helleu
2022-01-17core: update copyright datesSébastien Helleu
2021-12-25relay: improve help on option relay.network.compressionSébastien Helleu
2021-12-24relay: add zstd compression in weechat protocolSébastien Helleu
2021-05-11relay: change default value of option relay.network.ssl_cert_key to "${weecha...Sébastien Helleu
2021-05-11relay: remove "%h" from help on UNIX socket path option (issue #1285)Sébastien Helleu
2021-05-11relay: evaluate option relay.network.ssl_cert_key (issue #1285)Sébastien Helleu
2021-01-02core: update copyright datesSébastien Helleu
2020-05-12relay: increase default limits for IRC backlog optionsSébastien Helleu
2020-04-18core: make GnuTLS a required dependencySébastien Helleu
2020-04-17relay: rename configuration options and keywords in handshake command (weecha...Sébastien Helleu
2020-04-14relay: add command "handshake" in weechat relay protocol and nonce to prevent...Sébastien Helleu
2020-04-12relay: add option relay.network.auth_timeoutSébastien Helleu
2020-04-12relay: update default colors for client statusSébastien Helleu
2020-01-04core: update copyright datesSébastien Helleu
2019-10-23plugins: sort options added in configuration sectionsSébastien Helleu
2019-06-15api: add argument "strip_items" in function string_splitSébastien Helleu
2019-05-13core: update translationsSébastien Helleu
2019-05-13relay: rename variables in function relay_config_check_path_lengthSébastien Helleu
2019-05-12relay: do not overwrite a file if it's not a socket, display an error when th...Sébastien Helleu
2019-05-12relay: evaluate path of unix socket relaySébastien Helleu
2019-05-12relay: rename function relay_config_check_path_len to relay_config_check_path...Sébastien Helleu
2019-05-12relay: fix update of port/path variables in relay server when options relay.p...Sébastien Helleu
2019-05-12relay: remove local variable ptr_server from function relay_config_check_path...Sébastien Helleu
2019-05-12relay: rename function relay_config_create_option_port to relay_config_create...Sébastien Helleu
2019-05-12relay: fix code styleSébastien Helleu
2019-05-12relay: rename variable "un" to "unix_socket"Sébastien Helleu
2019-05-12relay: add UNIX socket support (closes #733)Ryan Farley
2019-03-12relay: fix compilation warning when gnutls is not foundSébastien Helleu
2019-03-11relay: use empty value by default for option relay.weechat.commands (issue #928)Sébastien Helleu
2019-03-10relay: add forbidden commands /key and /trigger in weechat protocol (issue #928)Sébastien Helleu
2019-03-10relay: add forbidden commands /wait and /repeat in weechat protocol (issue #928)Sébastien Helleu
2019-03-10core: replace argument "keep_eol" by "flags" in function string_split (closes...Sébastien Helleu
2019-03-09relay: add extra forbidden commands in weechat protocol (issue #928)Sébastien Helleu