summaryrefslogtreecommitdiff
path: root/src/plugins/relay/relay-config.c
AgeCommit message (Expand)Author
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
2016-05-18relay: add option relay.network.allow_empty_password (closes #735)Sébastien Helleu
2016-03-21core: add pointer in some callbacks (closes #406)Sébastien Helleu
2016-02-08relay: fix the max number of clients connected on a port, allow value 0 for "...Sébastien Helleu
2016-01-01core: update copyright datesSébastien Helleu
2015-12-20relay: add option relay.irc.backlog_since_last_messageNick
2015-04-30core: add comments after some #endifSébastien Helleu
2015-02-04relay: remove v4-mapped addresses in /help relay.network.allowed_ipsAnders Bergh
2015-01-01core: update copyright datesSébastien Helleu
2014-11-04relay: disable SSLv3 by defaultSébastien Helleu
2014-10-26relay: add option relay.network.ssl_priorities (closes #234)Sébastien Helleu
2014-10-08relay: use comma separator in option relay.irc.backlog_tags, check the value ...Sébastien Helleu
2014-05-24relay: remove warning on /reload of relay.conf when ports are definedSébastien Helleu
2014-02-23relay: add option relay.network.clients_purge_delaySebastien Helleu
2014-01-09core: add "POSIX extended" in description of options/commands/functions using...Sebastien Helleu
2014-01-09relay: fix memory leak on unload of relay pluginSebastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-09-19relay: add support of secured data in option relay.network.password (evaluate...Sebastien Helleu
2013-07-11core: sort config options by name in sourcesSebastien Helleu
2013-02-23relay: add support of multiple servers on same port for irc protocol (the cli...Sebastien Helleu
2013-02-10relay: add experimental websocket server support (RFC 6455) for irc and weech...Sebastien Helleu