X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=docs%2Finspircd.conf.example;h=55b6e2359f208a1e9ea22115a85f699d76f6b741;hb=c1917f619adc964f99ea6dc1a651ae03f59ed055;hp=a22c191483636238559d96203ff9d89b14f35ec3;hpb=e209529525e150f1ca364f159a9a749d8b5c6ad2;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index a22c19148..55b6e2359 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -211,11 +211,11 @@ # # # Syntax is as follows: # # # -# # +# port="6660" maxchans="50" limit="999"> # # # # # # # @@ -241,6 +241,10 @@ # specifies the amount of time given before an unknown connection # # is closed if USER/NICK/PASS are not given. This value is in secs. # # # +# You may optionally limit the number of clients that are matched # +# by a single tag by specifying the maximum in the limit # +# parameter. If set to 0, there is no limit, which is the default. # +# # # You should also include a flood="x" line which indicates # # the number of lines a user may place into their buffer at once # # before they are disconnected for excess flood. This feature can # @@ -288,6 +292,11 @@ # only incoming connections on the specified port will match. Port # # tags may be used on connect allow and connect deny tags. # # # +# The limit value determines the maximum number of users which may # +# be in this class. Combine this with CIDR masks for various ISP # +# subnets to limit the number of users which may connect at any one # +# time from a certain ISP. Omit this value to not limit the tag. # +# # @@ -299,7 +308,8 @@ sendq="262144" recvq="8192" localmax="3" - globalmax="3"> + globalmax="3" + limit="5000"> @@ -901,7 +911,7 @@ # +b, as it may break some features in popular # # clients such as mIRC. # # # -# quietbursts - When syncing or splitting from the network, a # +# quietbursts - When synching or splitting from the network, a # # server can generate a lot of connect and quit # # snotices to the +C and +Q snomasks. Setting this # # value to yes squelches those messages, which can # @@ -1504,6 +1514,14 @@ # channel messages and channel notices. # +#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# +# Delay join module: Adds the channel mode +D which delays all JOIN +# messages from users until they speak. If they quit or part before +# speaking, their quit or part message will not be shown to the channel +# which helps cut down noise on large channels in a more friendly way +# than the auditorium mode. Only channel ops may set the +D mode. +# + #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Deny Channels: Deny Channels from being used by users #