From 0fc6faa7a16d09dbfd4425fe48f95ae91bc3de15 Mon Sep 17 00:00:00 2001 From: Daniel Vassdal Date: Wed, 2 Jul 2014 21:24:46 +0200 Subject: m_bcrypt: Add module bcrypt updated to 1.3 by @attilamolnar, original PR #767 --- docs/conf/modules.conf.example | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs') diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index d60c9ec06..b2882e16a 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -225,6 +225,15 @@ # channel. e.g. +b nick!ident@host#channelbanneduserissentto # +#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# +# bcrypt module: Allows other modules to generate bcrypt hashes, +# usually for cryptographic uses and security. +# +# +# rounds: Defines how many rounds the bcrypt function will run when +# generating new hashes. +# + #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Block amsg module: Attempt to block all usage of /amsg and /ame. # -- cgit v1.2.3