From 789aa6c02af78a84b398e72c9fe5ac6906bc0680 Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 5 Dec 2006 18:48:52 +0000 Subject: [PATCH] Add m_sha256 to here git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5859 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/inspircd.conf.example | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index 339395f35..f259ffc79 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -810,10 +810,20 @@ # cryptographic uses and security. # # IMPORTANT: -# Other modules such as m_cloaking.so and m_opermd5.so rely on this -# module being loaded to function. +# Other modules such as m_cloaking.so and m_opermd5.so may rely on +# this module being loaded to function. # # +# +#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# +# SHA256 Module - Allows other modules to generate SHA256 hashes, +# usually for cryptographic uses and security. +# +# IMPORTANT: +# Other modules such as m_opermd5.so may rely on this module being +# loaded to function. +# +# #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Alias module: Allows you to define server-side command aliases -- 2.39.5