]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Add m_sha256 to here
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Tue, 5 Dec 2006 18:48:52 +0000 (18:48 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Tue, 5 Dec 2006 18:48:52 +0000 (18:48 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5859 e03df62e-2008-0410-955e-edbf42e46eb7

docs/inspircd.conf.example

index 339395f356b33015404cfa0e7c11f890c0a6624d..f259ffc79c45c02b15cd14648a13e4fffc5ea278 100644 (file)
 # 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.
 #
 #<module name="m_md5.so">
+#
+#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
+# 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.
+#
+#<module name="m_sha256.so">
 
 #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
 # Alias module: Allows you to define server-side command aliases