]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Various minor documentation fixes.
authorPeter Powell <petpow@saberuk.com>
Sun, 12 Nov 2017 11:58:49 +0000 (11:58 +0000)
committerPeter Powell <petpow@saberuk.com>
Sun, 12 Nov 2017 12:24:57 +0000 (12:24 +0000)
- 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.

docs/conf/inspircd.conf.example
docs/conf/modules.conf.example
docs/conf/motd.txt.example
docs/conf/opermotd.txt.example

index 7ca028ac06f76a484f9540b5a00fb7263b52b6ef..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="">
 
 
 # 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                       #
 #                                                                       #
 #########################################################################
index d2dad8af56c9f962c37d60443ba433a825bd8905..b672367f967e93bc85906f093e55361ad548a251 100644 (file)
 #<inviteexception bypasskey="yes">
 
 #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
-# IRCv3 module: Provides the following IRCv3.1 extensions:
+# IRCv3 module: Provides the following IRCv3 extensions:
 # extended-join, away-notify and account-notify. These are optional
 # enhancements to the client-to-server protocol. An extension is only
 # active for a client when the client specifically requests it, so this
 #
 # Further information on these extensions can be found at the IRCv3
 # working group website:
-# http://ircv3.org/extensions/
+# http://ircv3.net/irc/
 #
 #<module name="m_ircv3.so">
 # The following block can be used to control which extensions are
 # Define the following to your services server name to improve security
 # by ensuring the SASL messages are only sent to the services server
 # and not to all connected servers. This prevents a rogue server from
-# capturing SASL messages. Having this defined can also improve client
-# connections when your services are down, as the client will be told
-# that SASL failed rather than just timing out on registration.
+# capturing SASL messages.
 #<sasl target="services.mynetwork.com">
 
 #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
index 04f7b11b2a49adb83c051e3a9b74f95603724ddd..891aaa51c792e86de8bc9d221a37ac5a040a21b4 100644 (file)
 
         ---- To change, see motd.txt.example -----
        /                                          \
-      /   * Web: http://www.inspircd.org           \
+      /   * Web: https://www.inspircd.org          \
       |   * IRC: irc.inspircd.org #inspircd        |
-      |   * Docs: http://wiki.inspircd.org         |
-      |   * Bugs: http://inspircd.org/bugs         |
+      |   * Docs: https://wiki.inspircd.org        |
+      |   * Bugs: https://inspircd.org/bugs        |
       |                                            |
       | We hope you like this software. Please do  |
       | make  sure  you  put  some  effort  into   |
index 0ac4cfea1d08911e4abfa936fbde2c76ee726f27..4bf7c85e44e3dac8ca60209e7166ba4c869eb66e 100644 (file)
 
         -- To change, see opermotd.txt.example ---
        /                                          \
-      /   * Web: http://www.inspircd.org           \
+      /   * Web: https://www.inspircd.org          \
       |   * IRC: irc.inspircd.org #inspircd        |
-      |   * Docs: http://wiki.inspircd.org         |
-      |   * Bugs: http://inspircd.org/bugs         |
+      |   * Docs: https://wiki.inspircd.org        |
+      |   * Bugs: https://inspircd.org/bugs        |
       |                                            |
       | We hope you like this software. Please do  |
       | make  sure  you  put  some  effort  into   |