X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=conf%2Finspircd.conf.example;h=ca218c4a1b44bc8a15222255e55a7eb203d65e2b;hb=590dd9292f0d3cdd95c3ba1786ad8ff9487bb400;hp=cdd247b21b2e68560eedc8a819064a689552a18a;hpb=7cf886f8f8cf7b7d5d6dd780a8b2b3dcbd3844b6;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/conf/inspircd.conf.example b/conf/inspircd.conf.example index cdd247b21..ca218c4a1 100644 --- a/conf/inspircd.conf.example +++ b/conf/inspircd.conf.example @@ -178,6 +178,17 @@ # 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 + + - - - #-#-#-#-#-#-#-#-#-#-#-#- CIDR CONFIGURATION -#-#-#-#-#-#-#-#-#-#-#- # # @@ -447,7 +453,7 @@ 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. @@ -526,12 +532,12 @@ # 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 @@ -539,6 +545,12 @@ # 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"> @@ -579,7 +591,7 @@ # 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">