]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - conf/inspircd.conf.example
Don't remove an expired xline on add, simply drop duplicates (1.1 behaviour). This...
[user/henk/code/inspircd.git] / conf / inspircd.conf.example
index cdd247b21b2e68560eedc8a819064a689552a18a..ca218c4a1b44bc8a15222255e55a7eb203d65e2b 100644 (file)
 #   You may have as many of these as you require. To allow/deny all   #
 #   connections, use a '*' or 0.0.0.0/0.                              #
 #                                                                     #
+#  -- It is important to note that connect tags are read from the  -- #
+#     TOP DOWN. This means that you should have more specific deny    #
+#    and allow tags at the top, progressively more general, followed  #
+#        by a <connect allow="*" (should you wish to have one).       #
+#                                                                     #
+#                                                                     #
+<connect 
+         # deny: Will not let people connect if they have specified host/IP.
+         deny="69.254.*">
+
+<connect deny="3ffe::0/32">
 
 <connect 
          # allow: What IP addresses/hosts to allow for this block.
          # This entry is highly recommended to use for/with IP Cloaking/masking.
          modes="+x">
 
-<connect 
-         # deny: Will not let people connect if they have specified host/IP.
-         deny="69.254.*">
-
-<connect deny="3ffe::0/32">
 
 #-#-#-#-#-#-#-#-#-#-#-#-  CIDR CONFIGURATION   -#-#-#-#-#-#-#-#-#-#-#-
 #                                                                     #
              softlimit="12800"
 
              # quietbursts: When syncing or splitting from a network, a server
-             # can generate a lof ot connect and quit messages to opers with
+             # can generate a lot of connect and quit messages to opers with
              # +C and +Q snomasks. Setting this to yes squelches those messages,
              # which makes it easier for opers, but degrades the functionality of
              # bots like BOPM during netsplits.
 
           # runasuser: If this is set, InspIRCd will attempt to setuid
           # to run as this user- allows binding of ports under 1024.
-          # NOT SUPPORTED/NEEDED UNDER WIINDOWS.
+          # NOT SUPPORTED/NEEDED UNDER WINDOWS.
           #runasuser=""
 
           # runasgroup: If this is set, InspIRCd will attempt to set group
           # to run under this group, which allows binding of ports under 1024
-          # NOT SUPPORTED/NEEDED UNDER WIINDOWS.
+          # NOT SUPPORTED/NEEDED UNDER WINDOWS.
           #runasgroup=""
 
           # restrictbannedusers: If this is set, InspIRCd will not allow users
           # banned on.
           restrictbannedusers="yes"
 
+          # genericoper: Setting this value makes all opers on this server
+          # appear as 'is an IRC operator' in their WHOIS, regardless of their
+          # oper type, however oper types are still used internally. This only
+          # affects the display in WHOIS.
+          genericoper="no"
+
           # userstats: /stats commands that users can run (opers can run all).
           userstats="Pu">
 
         # maxgecos: Maximum length of a GECOS (realname).
         maxgecos="128"
 
-        # maxaway: Maximum length of an away messahe.
+        # maxaway: Maximum length of an away message.
         maxaway="200">