Added support for SCRAM-SHA-1, SCRAM-SHA-256 and SCRAM-SHA-512

This commit is contained in:
Patrick Okraku
2023-11-01 19:12:32 +01:00
committed by Patrick Griffis
parent 6420fd6117
commit 9b76b557ec
12 changed files with 534 additions and 6 deletions

View File

@@ -15,6 +15,7 @@ common_sources = [
'plugin-identd.c',
'plugin-timer.c',
'proto-irc.c',
'scram.c',
'server.c',
'servlist.c',
'text.c',