From 085777cf272cd74e44abec70c0a87003429e2fd3 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Wed, 10 Mar 2021 03:30:50 +0000 Subject: Rename `` to ``. --- docs/conf/links.conf.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/conf/links.conf.example b/docs/conf/links.conf.example index 3b25e86f4..7ced7170e 100644 --- a/docs/conf/links.conf.example +++ b/docs/conf/links.conf.example @@ -56,7 +56,7 @@ # failover (see above). timeout="5m" - # ssl: If defined, this states the TLS (SSL) profile that will be used + # sslprofile: If defined, this states the TLS (SSL) profile that will be used # when making an outbound connection to the server. See the docs page for # the TLS (SSL) module you are using for more details: # @@ -67,7 +67,7 @@ # You will need to load the ssl_openssl module for OpenSSL, ssl_gnutls # for GnuTLS and ssl_mbedtls for mbedTLS. The server port that you # connect to must be capable of accepting this type of connection. - ssl="Servers" + sslprofile="Servers" # fingerprint: If defined, this option will force servers to be # authenticated using TLS (SSL) certificate fingerprints. See -- cgit v1.3.1-10-gc9f91 From e0dc7691c4cff3a38bc12adf10b3709d8c4901ba Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Wed, 10 Mar 2021 03:43:56 +0000 Subject: Rename `` to ``. --- docs/conf/inspircd.conf.example | 4 ++-- docs/conf/links.conf.example | 4 ++-- docs/conf/modules.conf.example | 2 +- src/coremods/core_stats.cpp | 2 +- src/listensocket.cpp | 5 +++-- src/modules/m_flashpolicyd.cpp | 2 +- src/modules/m_ircv3_sts.cpp | 2 +- src/usermanager.cpp | 2 +- 8 files changed, 12 insertions(+), 11 deletions(-) (limited to 'docs') diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example index cdfb6f3c2..f07f21cdd 100644 --- a/docs/conf/inspircd.conf.example +++ b/docs/conf/inspircd.conf.example @@ -141,7 +141,7 @@ # to this bind section. type="clients" - # ssl: If you want the port(s) in this bind tag to use TLS (SSL), set this + # sslprofile: If you want the port(s) in this bind tag to use TLS (SSL), set this # to the name of a custom tag that you have defined. See the # docs page for the TLS (SSL) module you are using for more details: # @@ -151,7 +151,7 @@ # # You will need to load the ssl_openssl module for OpenSSL, ssl_gnutls # for GnuTLS and ssl_mbedtls for mbedTLS. - ssl="Clients" + sslprofile="Clients" # defer: When this is non-zero, connections will not be handed over to # the daemon from the operating system before data is ready. diff --git a/docs/conf/links.conf.example b/docs/conf/links.conf.example index 7ced7170e..19d770d35 100644 --- a/docs/conf/links.conf.example +++ b/docs/conf/links.conf.example @@ -10,7 +10,7 @@ + sslprofile="Servers"> # Plaintext listener that binds on a TCP/IP endpoint: