summaryrefslogtreecommitdiff
path: root/docs/conf/inspircd.conf.example
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2017-11-12 11:58:49 +0000
committerPeter Powell <petpow@saberuk.com>2017-11-12 12:24:57 +0000
commita137eb1c2649e702efee7cb1a50b4da467f9d4bd (patch)
treeda15955bad2394d2f16e300d409b57f35d6797ac /docs/conf/inspircd.conf.example
parentf57dbb6dbe0a49b0f0aa80c327904d4273a76b55 (diff)
Various minor documentation fixes.
- Remind admins that not setting a DIE/RESTART password does not disable use of those commands. - Remove references to 1.2 and modules being able to create custom logging methods. This was never implemented in the 2.0 branch. - Remove references to an SASL improvement that was reverted. - Update various InspIRCd website links to use HTTPS over HTTP. - Update a link to the IRCv3 website to point to the new website.
Diffstat (limited to 'docs/conf/inspircd.conf.example')
-rw-r--r--docs/conf/inspircd.conf.example15
1 files changed, 9 insertions, 6 deletions
diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example
index 7ca028ac0..8ec6616bd 100644
--- a/docs/conf/inspircd.conf.example
+++ b/docs/conf/inspircd.conf.example
@@ -187,10 +187,18 @@
# diepass: Password for opers to use if they need to shutdown (die)
# a server.
+ #
+ # IMPORTANT: leaving this field empty does not disable the use of
+ # the DIE command. In order to prevent the use of this command you
+ # should remove it from the command privileges of your opers.
diepass=""
# restartpass: Password for opers to use if they need to restart
# a server.
+ #
+ # IMPORTANT: leaving this field empty does not disable the use of
+ # the RESTART command. In order to prevent the use of this command
+ # you should remove it from the command privileges of your opers.
restartpass="">
@@ -796,11 +804,6 @@
# Logging is covered with the <log> tag, which you may use to change
# the behaviour of the logging of the IRCd.
#
-# In InspIRCd as of 1.2, logging is pluggable and very extensible.
-# Different files can log the same thing, different 'types' of log can
-# go to different places, and modules can even extend the log tag
-# to do what they want.
-#
# An example log tag would be:
# <log method="file" type="OPER" level="default" target="logs/opers.log">
# which would log all information on /oper (failed and successful) to
@@ -978,6 +981,6 @@
#########################################################################
# #
# - InspIRCd Development Team - #
-# http://www.inspircd.org #
+# https://www.inspircd.org #
# #
#########################################################################