1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 20:46:38 +02:00

Banish db_old and enc_old to the shadow realm.

This commit is contained in:
Sadie Powell
2025-07-31 17:24:25 +01:00
parent 0e1f6b403b
commit 64f8449bf4
4 changed files with 2 additions and 1488 deletions
+1 -4
View File
@@ -432,7 +432,7 @@ private:
// crypt3-md5 Converted to enc_posix
// crypt3-sha2-256 Converted to enc_posix
// crypt3-sha2-512 Converted to enc_posix
// ircservices Converted to enc_old
// ircservices NO
// pbkdf2 NO
// pbkdf2v2 NO
// rawmd5 Converted to enc_md5
@@ -465,9 +465,6 @@ private:
Anope::Encrypt(rawpass, nc->pass);
}
else if (pass.compare(0, 13, "$ircservices$", 13) == 0)
nc->pass = "oldmd5:" + pass.substr(13);
else if (pass.compare(0, 8, "$rawmd5$", 8) == 0)
nc->pass = "md5:" + pass.substr(8);