summaryrefslogtreecommitdiff
path: root/src/kyclogic/kyclogic_api.c
AgeCommit message (Collapse)Author
2023-09-14implement TALER_KYCLOGIC_lookup_checksChristian Grothoff
2023-09-14more work towards auditor support for AML/KYCChristian Grothoff
2023-05-10fix 0-length VLAsChristian Grothoff
2023-03-01WiP: age-withdraw implementation, part 1/nÖzgür Kesim
Commit phase of the age-withdraw protocol implemented, according to https://docs.taler.net/core/api-exchange.html#withdraw-with-age-restriction
2023-02-19return KYC requirement row when AML imposed KYC requirements on withdraw; ↵Christian Grothoff
return KYC choices in new /config endpoint
2023-02-17more towards actually allowing AML decisions to trigger KYCChristian Grothoff
2023-02-17fix memory leak and transaction error handling related to KYCChristian Grothoff
2023-02-16add code to sanity-check KYC configuration and KYC decisionsChristian Grothoff
2023-01-27update GET attest logic now that it is clear that we must store KYC ↵Christian Grothoff
attributes locally:
2023-01-27address DB failure error handling in KYC checkChristian Grothoff
2023-01-27address DB failure error handling in KYC checkChristian Grothoff
2022-11-06fix #7427Christian Grothoff
2022-10-22implement missing UT filtering logicChristian Grothoff
2022-10-02complete taler-exchange-httpd_reserves_get_attest.c logic (first pass, still ↵Christian Grothoff
without DB logic or tests)
2022-10-02complete taler-exchange-httpd_reserves_close.c logic (first pass, still ↵Christian Grothoff
without DB logic or tests)
2022-08-23fix typo: s/ULONG_LONG_MAX/ULLONG_MAX/Thien-Thi Nguyen
The latter is in the standard, while the former is an old GCC-ism.
2022-08-22-fix clang compiler warningsChristian Grothoff
2022-08-20-major KYC update, fixes misc. issuesChristian Grothoff
2022-08-19add user type to kyc-checkChristian Grothoff
2022-08-18untested draft of webhook logic for personaChristian Grothoff
2022-08-17-fix kycaid logic issuesChristian Grothoff
2022-08-15(preliminary) work on kycaid pluginChristian Grothoff
2022-08-11-fix typosChristian Grothoff
2022-08-11major rework of the KYC logic, making it more configurable, not complete, ↵Christian Grothoff
but tests pass again
2022-08-08move kyclogic into libtalerkyclogicChristian Grothoff