X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=conf%2Finspircd.conf.example;h=e58bd6cdf80a58b9de9a95db88b1d2d5442d8994;hb=c7e2895cbdbbeaf3b8789ef694315577be1a8df3;hp=8e76dfbc4139c61c01c2e483e07d7d65b65a3317;hpb=842a7effba9eb5b632ba0e35dd60b0a8717d4c75;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/conf/inspircd.conf.example b/conf/inspircd.conf.example index 8e76dfbc4..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. @@ -184,24 +199,46 @@ # 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"> - @@ -339,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"). # @@ -360,7 +403,7 @@ # Settings to define which features are usable on your server. # # # - #-#-#-#-#-#-#-#-#-#-#-# SECURITY CONFIGURATION #-#-#-#-#-#-#-#-#-#-#-# # # -