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

enc_bcrypt.cpp: Get rid of the libxcrypt dependency by including code from libxcrypt, and move enc_bcrypt out of extras

This commit is contained in:
Daniel Vassdal
2014-02-17 18:49:44 -08:00
parent 109d8f431f
commit b6935e706c
4 changed files with 963 additions and 138 deletions
-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
*