From 3944671df30348225e5a93bd5e43449a84ee2011 Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 5 Dec 2006 19:08:38 +0000 Subject: Update example conf git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5861 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/inspircd.conf.example | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index f259ffc79..172eb7a97 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -1250,6 +1250,20 @@ # Oper channels mode: Adds the +O channel mode # +#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# +# Oper hash module: Allows hashed oper passwords +# Relies on the module m_md5.so or m_sha256.so being loaded before +# m_oper_hash.so in the configuration file. +# +# +#-#-#-#-#-#-#-#-#-#-# OPER HASH CONFIGURATION #-#-#-#-#-#-#-#-#-#-#-#-# +# +# To use this module, you must define which hashing algorithm you want +# to use. This must correspond to either of m_sha256.so or m_md5.so +# modules that you have loaded. +# +# + #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Oper Join module: Forces opers to join a channel on oper-up # @@ -1286,17 +1300,6 @@ # Specify the level as the 'level' parameter of the tag # -#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# -# Oper MD5 module: Allows MD5 hashed oper passwords -# Relies on the module m_md5.so being loaded before m_opermd5.so in -# the configuration file. -# - -#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# -# Oper SHA256 module: Allows SHA256 hashed oper passwords -# This module is in src/modules/extra -# - #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Oper modes module: Allows you to specify modes to add/remove on oper # Specify the modes as the 'modes' parameter of the tag -- cgit v1.2.3