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

This commit is contained in:
Patrick Okraku 2023-10-11 21:43:34 +02:00 committed by Ailin Nemui
commit f2b97631e1
9 changed files with 435 additions and 6 deletions

View file

@ -28,6 +28,7 @@ libirc_core_a = static_library('irc_core',
'modes.c',
'netsplit.c',
'sasl.c',
'scram.c',
'servers-idle.c',
'servers-redirect.c',
),
@ -70,6 +71,7 @@ install_headers(
'module.h',
'netsplit.h',
'sasl.h',
'scram.h',
'servers-idle.h',
'servers-redirect.h',
),