summaryrefslogtreecommitdiff
path: root/docs/inspircd.conf.example
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2004-04-25 20:47:35 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2004-04-25 20:47:35 +0000
commite63acfd42200a41705bf4469c8507366592a7100 (patch)
tree143cd0863c1da242948b9bb76dfbb8a9a6d86cda /docs/inspircd.conf.example
parent77b32677820dfa6ce92395d6d6c02c80f84485b0 (diff)
Added MaxWhoReplies stuff (bahamut-style /WHO limiting)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@729 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/inspircd.conf.example')
-rw-r--r--docs/inspircd.conf.example6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example
index b0884a8f6..a3b92ecdc 100644
--- a/docs/inspircd.conf.example
+++ b/docs/inspircd.conf.example
@@ -263,10 +263,16 @@
# 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) #
+# maxwho - The maximum number of results returned by a /WHO #
+# query. This is to prevent /WHO being used as a #
+# spam vector or means of flooding an ircd. The #
+# default is 128, it is not recommended to raise it #
+# above 1024. Values up to 65535 are permitted. #
<options prefixquit="Quit: "
loglevel="default"
netbuffersize="10240"
+ maxwho="128"
allowhalfop="yes"
allowprotect="yes"
allowfounder="yes">