Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-10 | fix 0-length VLAs | Christian Grothoff | |
2023-03-01 | WiP: 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 | return KYC requirement row when AML imposed KYC requirements on withdraw; ↵ | Christian Grothoff | |
return KYC choices in new /config endpoint | |||
2023-02-17 | more towards actually allowing AML decisions to trigger KYC | Christian Grothoff | |
2023-02-17 | fix memory leak and transaction error handling related to KYC | Christian Grothoff | |
2023-02-16 | add code to sanity-check KYC configuration and KYC decisions | Christian Grothoff | |
2023-01-27 | update GET attest logic now that it is clear that we must store KYC ↵ | Christian Grothoff | |
attributes locally: | |||
2023-01-27 | address DB failure error handling in KYC check | Christian Grothoff | |
2023-01-27 | address DB failure error handling in KYC check | Christian Grothoff | |
2022-11-06 | fix #7427 | Christian Grothoff | |
2022-10-22 | implement missing UT filtering logic | Christian Grothoff | |
2022-10-02 | complete taler-exchange-httpd_reserves_get_attest.c logic (first pass, still ↵ | Christian Grothoff | |
without DB logic or tests) | |||
2022-10-02 | complete taler-exchange-httpd_reserves_close.c logic (first pass, still ↵ | Christian Grothoff | |
without DB logic or tests) | |||
2022-08-23 | fix 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 warnings | Christian Grothoff | |
2022-08-20 | -major KYC update, fixes misc. issues | Christian Grothoff | |
2022-08-19 | add user type to kyc-check | Christian Grothoff | |
2022-08-18 | untested draft of webhook logic for persona | Christian Grothoff | |
2022-08-17 | -fix kycaid logic issues | Christian Grothoff | |
2022-08-15 | (preliminary) work on kycaid plugin | Christian Grothoff | |
2022-08-11 | -fix typos | Christian Grothoff | |
2022-08-11 | major rework of the KYC logic, making it more configurable, not complete, ↵ | Christian Grothoff | |
but tests pass again | |||
2022-08-08 | move kyclogic into libtalerkyclogic | Christian Grothoff | |