]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Update securelist exception list.
authorPeter Powell <petpow@saberuk.com>
Fri, 7 Apr 2017 14:53:12 +0000 (15:53 +0100)
committerPeter Powell <petpow@saberuk.com>
Fri, 7 Apr 2017 15:09:14 +0000 (16:09 +0100)
- Add an exception for IRC-Source.
- Remove an exception for SearchIRC.
- Remove an old exception for netsplit.

docs/conf/modules.conf.example

index d3cd2b537239bed24ac8ae64dd6e5eebafa622ad..c05dad38c67e5e878d0cde1896678627da4d6913 100644 (file)
 #
 #-#-#-#-#-#-#-#-#-# SECURELIST CONFIGURATION -#-#-#-#-#-#-#-#-#-#-#-#-#
 #                                                                     #
-# Securelist can be harmful to some IRC search engines such as        #
-# netsplit.de and searchirc.com. To prevent securelist blocking these #
-# sites from listing, define exception tags as shown below:           #
-#<securehost exception="*@*.searchirc.org">
+# Securelist can be harmful to some IRC search engines. To prevent    #
+# securelist blocking these sites from listing, define exception tags #
+# as shown below:                                                     #
 #<securehost exception="*@*.netsplit.de">
-#<securehost exception="*@echo940.server4you.de">
 #<securehost exception="*@*.ircdriven.com">
+#<securehost exception="*@*.irc-source.com">
 #                                                                     #
 # Define the following variable to change how long a user must wait   #
 # before issuing a LIST. If not defined, defaults to 60 seconds.      #