From a21b0c77e73175f1633fa3f40bed5eb744006bbb Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 25 May 2008 17:50:44 +0000 Subject: Example conf now with tag git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9807 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/inspircd.conf.example | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) (limited to 'docs/inspircd.conf.example') diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index 866ba2ff0..8e7ebdb00 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -1030,6 +1030,51 @@ operspywhois="no" userstats="Pu"> +#-#-#-#-#-#-#-#-#-#-#-#-# LIMITS CONFIGURATION #-#-#-#-#-#-#-#-#-#-#-# +# # +# This configuration tag defines the maximum sizes of various types # +# on IRC, such as the maximum length of a channel name, and the # +# maximum length of a channel. Note that with the exception of the # +# identmax value all values given here are the exact values you would # +# expect to see on IRC. This contrasts with the older InspIRCd # +# releases where these values would be one character shorter than # +# defined to account for a null terminator on the end of the text. # +# # +# The identmax value has special meaning, as it may grow one # +# character longer than you specify, to accomodate for a ~ character # +# when m_ident is loaded. # +# # +# These values should match network-wide, otherwise you may end up # +# with desyncs, and confusing your users by being able to use a nick # +# of a certain length on one server but not on another. Servers will # +# link with mismatched values, but this is NOT recommended as a long # +# term measure! # +# # +# Values here should be self explanitory: # +# # +# nickmax - The maximum length of a nickname # +# chanmax - The maximum length of a channel name # +# modemax - The maximum number of parameterized mode changes # +# per line # +# identmax - The maximum length of an ident/username value # +# maxquit - The maximum length of a quit message # +# maxtopic - The maximum length of a channel topic # +# maxkick - The maximum length of a kick message # +# maxgecos - The maximum length of a GECOS (real name) # +# maxaway - The maximum length of an away message # +# # + + + + #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Logging # ------- -- cgit v1.2.3