1
0
mirror of https://github.com/anope/anope.git synced 2026-07-10 00:03:13 +02:00

Merge pull request #56 from ShutterQuick/2.0+noxcrypt

enc_bcrypt.cpp: Get rid of the libxcrypt dependency by including code fr...
This commit is contained in:
Adam
2014-02-21 19:49:29 -05:00
4 changed files with 963 additions and 138 deletions
+1
View File
@@ -1217,6 +1217,7 @@ module
*
*/
#module { name = "enc_bcrypt" }
module { name = "enc_sha256" }
#module { name = "enc_md5" }
#module { name = "enc_sha1" }
-17
View File
@@ -9,23 +9,6 @@
* running the 'extras' script on Linux and UNIX.
*/
/*
* enc_bcrypt [EXTRA]
*
* Adds the possibility to store passwords using bcrypt.
* This follows the same rules as the other encryption modules,
* eg. if you want it to be your primary encryption method it must
* be loaded before any other encryption modules.
* See the Encryption section of services.conf for more information.
*
* Requires libxcrypt.
*/
#module
{
name = "enc_bcrypt"
rounds = "10"
}
/*
* help
*