X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=conf%2Finspircd.conf.example;h=e58bd6cdf80a58b9de9a95db88b1d2d5442d8994;hb=c7e2895cbdbbeaf3b8789ef694315577be1a8df3;hp=743306d63b4e42ccfedbd9513971327dfb3d7bf8;hpb=b57708f4da4789bab7121112aef3acd12a9834c9;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/conf/inspircd.conf.example b/conf/inspircd.conf.example index 743306d63..e58bd6cdf 100644 --- a/conf/inspircd.conf.example +++ b/conf/inspircd.conf.example @@ -68,13 +68,20 @@ # Here is where you enter the information about your server. # # # - # When linking servers, the openssl and gnutls transports are largely -# link-compatible and can be used alongside each other or either/or +# link-compatible and can be used alongside each other # on each end of the link without any significant issues. # Transports can only be used on server blocks. # Supported Transports are: "zip", "openssl" and "gnutls". @@ -161,10 +168,18 @@ # need this ability should know the die and restart password. # # # - + #hash="sha256" + # diepass: Password for opers to use if they need to shutdown (die) # a server. - diepass="" + diepass="" # restartpass: Password for opers to use if they need to restart # a server. @@ -178,19 +193,52 @@ # 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 + + + + + #hash="sha256" # password: Password to use for this block/user(s) - password="secret" + password="secret" # port: What port this user is allowed to connect on. (optional) # The port MUST be set to listen in the bind blocks above. port="6667"> - - - - #-#-#-#-#-#-#-#-#-#-#-#- CIDR CONFIGURATION -#-#-#-#-#-#-#-#-#-#-#- # # @@ -267,7 +313,7 @@ #-#-#-#-#-#-#-#-#-#- MISCELLANEOUS CONFIGURATION -#-#-#-#-#-#-#-#-#-# # # - @@ -333,6 +379,9 @@ # Note that any disabled commands take effect only after the user has # # 'registered' (e.g. after the initial USER/NICK/PASS on connection) # # so for example disabling NICK will not cripple your network. # +# # +# You can also define if you want to disable any channelmodes # +# or usermodes from your users. # # # # `fakenonexistant' will make the ircd pretend that nonexistant # # commands simply don't exist to non-opers ("no such command"). # @@ -354,7 +403,7 @@ # Settings to define which features are usable on your server. # # # - #-#-#-#-#-#-#-#-#-#-#-# SECURITY CONFIGURATION #-#-#-#-#-#-#-#-#-#-#-# # # -