aboutsummaryrefslogtreecommitdiff
path: root/src/kyclogic
AgeCommit message (Expand)Author
2024-12-02explain why fallbacks are not optionalChristian Grothoff
2024-12-02-fix doxygen issuesChristian Grothoff
2024-11-28fix measure descriptionSebastian
2024-11-25only pass requested inputs to AML programs, and also pass new inputs, specifi...Christian Grothoff
2024-11-25have current and default measures around in JSON for AML programsChristian Grothoff
2024-11-25parse output of '-i' by AML programsChristian Grothoff
2024-11-25exit after -hChristian Grothoff
2024-11-24more work on AML programsChristian Grothoff
2024-11-24more KYC measure scriptsChristian Grothoff
2024-11-22use KYC context to pass address to validate to Challenger /setup stepChristian Grothoff
2024-11-19add new taler-exchange-helper-measure programsChristian Grothoff
2024-11-19fix config namesChristian Grothoff
2024-11-15split taler-config into taler-exchange-config and taler-merchant-config; sepa...Christian Grothoff
2024-11-14adaptations of taler-exchange to GNUnet fix #8962Christian Grothoff
2024-11-14doxygen fixesChristian Grothoff
2024-11-08handle successor measures in kyc-infoFlorian Dold
2024-11-07replace run_check with TEH_kyc_run_measure_directlyFlorian Dold
2024-11-07introduce TEH_kyc_run_measure_instantFlorian Dold
2024-11-07only measures can be 'verboten', but not a checkFlorian Dold
2024-11-07use constant for verbotenFlorian Dold
2024-11-07fix parsing of verboten in non-config rulesFlorian Dold
2024-11-05get rid of new_check remnants, it has long been replaced by new_measuresFlorian Dold
2024-11-05install AMPs as scriptsFlorian Dold
2024-11-05kyc: add taler-exchange-helper-measure-noneFlorian Dold
2024-11-05working through kyclogicChristian Grothoff
2024-10-24kyc: split command before invoking AML programsFlorian Dold
2024-10-24do not use varargs for external conversionFlorian Dold
2024-10-23AmlOutcome expect context field to be an object, not an array https://bugs.gn...Sebastian
2024-10-21-new_measures can be NULLFlorian Dold
2024-10-21run immediate measures on POSTing AML decisionFlorian Dold
2024-10-11more logging for #9254Christian Grothoff
2024-10-08return context in kyc-infoChristian Grothoff
2024-10-07more logging, handle cur aliasing in TALER_amount_set_zero()Christian Grothoff
2024-09-12remove dead CONVERTER option (#9126)Christian Grothoff
2024-09-11return default limits from /kyc-check if limits is NULL, instead of no limitsChristian Grothoff
2024-09-11fix #9182Christian Grothoff
2024-09-05exchange-side implementation of #9156Christian Grothoff
2024-09-05implement #9124 and #9039Christian Grothoff
2024-09-01introduce zero_limits for #9039/#9040 to signal clients that they must do KYC...Christian Grothoff
2024-09-01work on #9039Christian Grothoff
2024-09-01implement #9131Christian Grothoff
2024-08-27-more style fixesChristian Grothoff
2024-08-27-style fixesChristian Grothoff
2024-08-25ref bug #9124Christian Grothoff
2024-08-25custom_measures is a mandatory field, check it exists and generate it in the ...Christian Grothoff
2024-08-24fix misc bugsChristian Grothoff
2024-08-22fix #9101Christian Grothoff
2024-08-21accountProperties is an object, not arraySebastian
2024-08-21fix #9105: use the substring of the secion on printf, we can also compute onc...Sebastian
2024-08-20dynamically read currency from config in sample AML measure programFlorian Dold