From 998d526600b866b26bf2d865f21716b5a7eb6c71 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 9 Apr 2004 10:50:26 +0000 Subject: Added flood= value to connect allow classes, added checking for flooding git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@462 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/inspircd.conf.example | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) (limited to 'docs/inspircd.conf.example') diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index ce24e89d0..6042dc3cf 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -105,15 +105,21 @@ # # # # # # +# # # # # # -# You may optionally include timeout="x" on any alllow line, which # +# You may optionally include timeout="x" on any allow line, which # # 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 also optionally 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. The default is to # +# DISABLE this feature. A recommended value is 10. # + - + @@ -230,17 +236,20 @@ # # # Settings to define which features are useable on your server. # # # -# prefixquit - a prefix for a client's quit message # -# loglevel - specifies what detail of messages to log in the # -# log file. You may select from debug, verbose, # -# default, sparse and none. # -# allowhalfop - allows the +h channel mode # -# allowprotect - allows the +a channel mode # -# allowfounder - allows the +q channel mode # -# # +# prefixquit - a prefix for a client's quit message # +# loglevel - specifies what detail of messages to log in the # +# log file. You may select from debug, verbose, # +# default, sparse and none. # +# allowhalfop - allows the +h channel mode # +# allowprotect - allows the +a channel mode # +# allowfounder - allows the +q channel mode # +# netbuffersize - size of the buffer used to receive data from # +# clients. The ircd may only read() this amount # +# of text in one go at any time. (OPTIONAL) # -- cgit v1.2.3