summaryrefslogtreecommitdiff
path: root/src/plugins/relay/relay-config.c
AgeCommit message (Expand)Author
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
2019-02-28relay: add option relay.weechat.commands (closes #928)Sébastien Helleu
2019-01-01core: update copyright datesSébastien Helleu
2018-11-29core: use https for all links where secured http is supportedSébastien Helleu
2018-11-29core: use https for links to GNU GPL licenseSébastien Helleu
2018-11-04Merge pull request #1273 from half-duplex/masterSébastien Helleu
2018-11-04relay: add support of Time-based One-Time Password (TOTP) as second authentic...Sébastien Helleu
2018-10-23Fix regex in relay allowed_ips docTrevor Bergeron
2018-01-14core: reinitialize config file pointer to NULL after an error on section crea...Sébastien Helleu
2018-01-05core: update copyright datesSébastien Helleu
2017-06-03relay: fix relay.network.bind_address change callback not being calledSimmo Saan
2017-01-01core: update copyright datesSébastien Helleu