diff options
author | Peter Powell <petpow@saberuk.com> | 2019-05-01 15:25:23 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-05-02 00:49:01 +0100 |
commit | 87b1461e2a4710a38b32186c2582da9fe9bb3804 (patch) | |
tree | 9f50459fc46a9e0c371a7cb6f724ef51cf919744 /docs/conf | |
parent | 1f6b27d64ee917cd4df18fb21cc9af680939448d (diff) | |
parent | e743b2d90a23ac3c5c9a7977a8e30973ef416788 (diff) |
Merge branch 'insp20' into insp3.
Diffstat (limited to 'docs/conf')
-rw-r--r-- | docs/conf/inspircd.conf.example | 4 | ||||
-rw-r--r-- | docs/conf/links.conf.example | 6 | ||||
-rw-r--r-- | docs/conf/modules.conf.example | 36 | ||||
-rw-r--r-- | docs/conf/motd.txt.example | 2 | ||||
-rw-r--r-- | docs/conf/opermotd.txt.example | 2 |
5 files changed, 25 insertions, 25 deletions
diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example index 3e9c47da2..18b9cd366 100644 --- a/docs/conf/inspircd.conf.example +++ b/docs/conf/inspircd.conf.example @@ -154,7 +154,7 @@ # ssl: If you want the port(s) in this bind tag to use SSL, set this to # the name of a custom <sslprofile> tag that you have defined or one # of "openssl", "gnutls", "mbedtls" if you have not defined any. See the - # wiki page for the SSL module you are using for more details. + # docs page for the SSL module you are using for more details. # # You will need to load the ssl_openssl module for OpenSSL, ssl_gnutls # for GnuTLS and ssl_mbedtls for mbedTLS. @@ -189,7 +189,7 @@ #<bind path="/tmp/inspircd.sock" type="clients"> # You can define a custom <sslprofile> tag which defines the SSL configuration -# for this listener. See the wiki page for the SSL module you are using for +# for this listener. See the docs page for the SSL module you are using for # more details. # # Alternatively, you can use one of the default SSL profiles which are created diff --git a/docs/conf/links.conf.example b/docs/conf/links.conf.example index 735cac304..09b3bb3d5 100644 --- a/docs/conf/links.conf.example +++ b/docs/conf/links.conf.example @@ -39,7 +39,7 @@ # ssl: If defined, this states the SSL profile that will be used when # making an outbound connection to the server. Options are the name of an # <sslprofile> tag that you have defined or one of "openssl", "gnutls", - # "mbedtls" if you have not defined any. See the wiki page for the SSL + # "mbedtls" if you have not defined any. See the docs page for the SSL # module you are using for more details. # # You will need to load the ssl_openssl module for OpenSSL, ssl_gnutls @@ -49,8 +49,8 @@ # fingerprint: If defined, this option will force servers to be # authenticated using SSL certificate fingerprints. See - # https://wiki.inspircd.org/SSL for more information. This will - # require an SSL link for both inbound and outbound connections. + # https://docs.inspircd.org/3/modules/spanningtree for more information. + # This will require an SSL link for both inbound and outbound connections. #fingerprint="" # bind: Local IP address to bind to. diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 913da6a2b..517c55720 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -10,7 +10,7 @@ # # # By default, ALL modules are commented out. You must uncomment them # # or add lines to your config to load modules. Please refer to # -# https://wiki.inspircd.org/3.0/Modules for a list of modules and # +# https://docs.inspircd.org/3/modules for a list of modules and # # each modules link for any additional conf tags they require. # # # # ____ _ _____ _ _ ____ _ _ _ # @@ -822,8 +822,8 @@ # more blacklists. # #<module name="dnsbl"> # # -# For configuration options please see the wiki page for dnsbl at # -# https://wiki.inspircd.org/Modules/3.0/dnsbl # +# For configuration options please see the docs page for dnsbl at # +# https://docs.inspircd.org/3/modules/dnsbl # #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Exempt channel operators module: Provides support for allowing # @@ -1013,7 +1013,7 @@ # #-#-#-#-#-#-#-#-#-#-#- HOSTCHANGE CONFIGURATION -#-#-#-#-#-#-#-#-#-# # # -# See https://wiki.inspircd.org/Modules/3.0/hostchange for help. # +# See https://docs.inspircd.org/3/modules/hostchange for help. # # # #<hostchange mask="*@42.theanswer.example.org" action="addaccount" suffix=".users.example.com"> #<hostchange mask="*root@*" action="addnick" prefix="example/users/"> @@ -1365,8 +1365,8 @@ # #-#-#-#-#-#-#-#-#-#-#-#- SQL CONFIGURATION -#-#-#-#-#-#-#-#-#-#-#-#-# # # -# mysql is more complex than described here, see the wiki for more # -# info: https://wiki.inspircd.org/Modules/3.0/mysql # +# mysql is more complex than described here, see the docs for more # +# info: https://docs.inspircd.org/3/modules/mysql # # #<database module="mysql" name="mydb" user="myuser" pass="mypass" host="localhost" id="my_database2"> @@ -1536,7 +1536,7 @@ # # # Much of override's configuration relates to your oper blocks. # # For more information on how to allow opers to override, see: # -# https://wiki.inspircd.org/Modules/3.0/override # +# https://docs.inspircd.org/3/modules/override # # # # noisy - If enabled, all oper overrides will be announced # # via channel notice. # @@ -1654,8 +1654,8 @@ # #-#-#-#-#-#-#-#-#-#-#-#- SQL CONFIGURATION -#-#-#-#-#-#-#-#-#-#-#-#-# # # -# pgsql is more complex than described here, see the wiki for # -# more: https://wiki.inspircd.org/Modules/3.0/pgsql # +# pgsql is more complex than described here, see the docs for # +# more: https://docs.inspircd.org/3/modules/pgsql # # #<database module="pgsql" name="mydb" user="myuser" pass="mypass" host="localhost" id="my_database" ssl="no"> @@ -2083,8 +2083,8 @@ # #-#-#-#-#-#-#-#-#-#-#- GNUTLS CONFIGURATION -#-#-#-#-#-#-#-#-#-#-#-# # # -# ssl_gnutls is too complex to describe here, see the wiki: # -# https://wiki.inspircd.org/Modules/3.0/ssl_gnutls # +# ssl_gnutls is too complex to describe here, see the docs: # +# https://docs.inspircd.org/3/modules/ssl_gnutls # #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # SSL info module: Allows users to retrieve information about other @@ -2114,8 +2114,8 @@ # #-#-#-#-#-#-#-#-#-#-#- OPENSSL CONFIGURATION -#-#-#-#-#-#-#-#-#-#-#-# # # -# ssl_openssl is too complex to describe here, see the wiki: # -# https://wiki.inspircd.org/Modules/3.0/ssl_openssl # +# ssl_openssl is too complex to describe here, see the docs: # +# https://docs.inspircd.org/3/modules/ssl_openssl # #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Strip color module: Adds channel mode +S that strips color codes and @@ -2144,8 +2144,8 @@ # #-#-#-#-#-#-#-#-#-#-#-#- SQL CONFIGURATION -#-#-#-#-#-#-#-#-#-#-#-#-# # # -# sqlite is more complex than described here, see the wiki for more # -# info: https://wiki.inspircd.org/Modules/3.0/sqlite3 # +# sqlite is more complex than described here, see the docs for more # +# info: https://docs.inspircd.org/3/modules/sqlite3 # # #<database module="sqlite" hostname="/full/path/to/database.db" id="anytext"> @@ -2157,8 +2157,8 @@ # #-#-#-#-#-#-#-#-#-#-#- SQLAUTH CONFIGURATION -#-#-#-#-#-#-#-#-#-#-#-# # # -# sqlauth is too complex to describe here, see the wiki: # -# https://wiki.inspircd.org/Modules/3.0/sqlauth # +# sqlauth is too complex to describe here, see the docs: # +# https://docs.inspircd.org/3/modules/sqlauth # #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # SQL oper module: Allows you to store oper credentials in an SQL @@ -2172,7 +2172,7 @@ # # # dbid - Database ID to use (see SQL modules). # # # -# See also: https://wiki.inspircd.org/Modules/3.0/sqloper # +# See also: https://docs.inspircd.org/3/modules/sqloper # # # #<sqloper dbid="1"> diff --git a/docs/conf/motd.txt.example b/docs/conf/motd.txt.example index 891aaa51c..c5266f844 100644 --- a/docs/conf/motd.txt.example +++ b/docs/conf/motd.txt.example @@ -28,7 +28,7 @@ / \ / * Web: https://www.inspircd.org \ | * IRC: irc.inspircd.org #inspircd | - | * Docs: https://wiki.inspircd.org | + | * Docs: https://docs.inspircd.org | | * Bugs: https://inspircd.org/bugs | | | | We hope you like this software. Please do | diff --git a/docs/conf/opermotd.txt.example b/docs/conf/opermotd.txt.example index 4bf7c85e4..7e1c82f33 100644 --- a/docs/conf/opermotd.txt.example +++ b/docs/conf/opermotd.txt.example @@ -28,7 +28,7 @@ / \ / * Web: https://www.inspircd.org \ | * IRC: irc.inspircd.org #inspircd | - | * Docs: https://wiki.inspircd.org | + | * Docs: https://docs.inspircd.org | | * Bugs: https://inspircd.org/bugs | | | | We hope you like this software. Please do | |