diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-12-05 18:48:52 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-12-05 18:48:52 +0000 |
commit | 789aa6c02af78a84b398e72c9fe5ac6906bc0680 (patch) | |
tree | 930af69d552446beb1b709e4f6271d2212634801 /docs/inspircd.conf.example | |
parent | 9591819654a80241874e9ce85c40e162d8c5ccbb (diff) |
Add m_sha256 to here
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5859 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/inspircd.conf.example')
-rw-r--r-- | docs/inspircd.conf.example | 14 |
1 files 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. # #<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 |