aboutsummaryrefslogtreecommitdiff
path: root/src/include/taler_kyclogic_lib.h
AgeCommit message (Collapse)Author
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-19-doxygen fixesChristian Grothoff
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-06-doxygenChristian Grothoff
2022-11-06fix #7427Christian Grothoff
2022-10-04-fix typosChristian 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-21-fix includesChristian Grothoff
2022-08-20typoChristian Grothoff
2022-08-20-major KYC update, fixes misc. issuesChristian Grothoff
2022-08-18untested draft of webhook logic for personaChristian 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