1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-04 16:53:14 +02:00

core: add support of TOTP generation/validation (Time-based One-Time Password)

This commit is contained in:
Sébastien Helleu
2018-10-27 11:03:03 +02:00
parent 172736989a
commit d0ea801724
13 changed files with 749 additions and 0 deletions
+1
View File
@@ -62,6 +62,7 @@ IMPORT_TEST_GROUP(CoreHdata);
IMPORT_TEST_GROUP(CoreHook);
IMPORT_TEST_GROUP(CoreInfolist);
IMPORT_TEST_GROUP(CoreList);
IMPORT_TEST_GROUP(CoreSecure);
IMPORT_TEST_GROUP(CoreString);
IMPORT_TEST_GROUP(CoreUrl);
IMPORT_TEST_GROUP(CoreUtf8);