]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - docs/conf/inspircd.conf.example
Various minor documentation fixes.
[user/henk/code/inspircd.git] / docs / conf / inspircd.conf.example
index 7099cefe262a6a7c4b53e4c7ca6dfa6696c1a9fb..8ec6616bd5dd82d68afb8819286f5a5c4d2cd2a9 100644 (file)
 
        # 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="">
 
 
 # represented as 192.168.1.0/24). This means that abuse across an ISP #
 # is detected and curtailed much easier. Here is a good chart that    #
 # shows how many IPs the different CIDRs correspond to:               #
-# http://en.wikipedia.org/wiki/CIDR#Prefix_aggregation                #
+# https://en.wikipedia.org/wiki/IPv4_subnetting_reference             #
+# https://en.wikipedia.org/wiki/IPv6_subnetting_reference             #
 #                                                                     #
 
 <cidr
 # 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
 #########################################################################
 #                                                                       #
 #                     - InspIRCd Development Team -                     #
-#                        http://www.inspircd.org                        #
+#                        https://www.inspircd.org                       #
 #                                                                       #
 #########################################################################