diff options
author | Peter Powell <petpow@saberuk.com> | 2017-11-12 11:58:49 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2017-11-12 12:24:57 +0000 |
commit | a137eb1c2649e702efee7cb1a50b4da467f9d4bd (patch) | |
tree | da15955bad2394d2f16e300d409b57f35d6797ac /docs/conf/modules.conf.example | |
parent | f57dbb6dbe0a49b0f0aa80c327904d4273a76b55 (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/modules.conf.example')
-rw-r--r-- | docs/conf/modules.conf.example | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index d2dad8af5..b672367f9 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -941,7 +941,7 @@ #<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 @@ -949,7 +949,7 @@ # # 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 @@ -1594,9 +1594,7 @@ # 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"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# |