From a87b8e1e76ec7d451c98a055ced21c67867533c2 Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 5 Apr 2008 02:39:26 +0000 Subject: Document more stuff, correct some out of date text, tidy up formatting of logging section git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9347 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/inspircd.conf.example | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) (limited to 'docs/inspircd.conf.example') diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index 8574975ff..e5e8b7ee2 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -210,8 +210,13 @@ # config file inspircd.conf, unless the filename starts with a forward# # slash (/) in which case it is treated as an absolute path. # # # +# You may also include an executable file, in which case if you do so # +# the output of the executable on the standard output will be added # +# to your config at the point of the include tag. # +# # # Syntax is as follows: # # # +# # # # #-#-#-#-#-#-#-#-#-#- CONNECTIONS CONFIGURATION -#-#-#-#-#-#-#-#-#-#-# @@ -983,7 +988,6 @@ tag, which you may use to change # the behaviour of the logging of the IRCd. # @@ -1043,15 +1049,17 @@ # You may also log *everything* by using a type of *, and subtract things out # of that by using -TYPE - for example "* -USERINPUT -USEROUTPUT". # - # Channel Logging -# I'm aware this would probably better belong in the modules section, but this is heavily interrelated -# to logging, and as such will be documented here. +# --------------- +# +# I'm aware this would probably better belong in the modules section, but this +# is heavily interrelated to logging, and as such will be documented here. # # m_chanlog is one of the modules which can alter logging to it's own thing. # An example of this may be: -# +# # +# # # The following log tag is highly default and uncustomised. It is recommended you # sort out your own log tags. This is just here so you get some output. @@ -1140,8 +1148,10 @@ # usually for cryptographic uses and security. # # IMPORTANT: -# Other modules such as m_opermd5.so may rely on this module being -# loaded to function. +# Other modules such as m_password_hash.so may rely on this module being +# loaded to function. Certain modules such as m_spanningtree.so will +# function without this module but when it is loaded their features will +# be enhanced (for example the addition of HMAC authentication). # # -- cgit v1.2.3