summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Collapse)Author
2021-12-25clean up refresh-reveal logic, reducing local copyingChristian Grothoff
2021-12-25-eliminate redundant hash operation on link signaturesChristian Grothoff
2021-12-25v12: also do not sign over merchant_pub in REFUND signature, centralize logicChristian Grothoff
2021-12-25protocol v12 changes (/recoup split, signature changes) plus database ↵Christian Grothoff
sharding plus O(n^2)=>O(n) worst-case complexity reduction on coin balance checks
2021-12-25deduplicate melt signing logic, remove coin_pub from data being signed overChristian Grothoff
2021-12-23[age restriction] progress 8/nÖzgür Kesim
More work towards support for extensions and age restriction - updated gana - added handler for DB-Event - added TEH_extensions_init() and _done() - added global for age restriction - added stub for post handler - added SQL-table for extension metadata - added enum type for extensions and other data structures Also: - fixed some warnings -Wmaybe-unitialized
2021-12-19denormalize reserve_pub in reserve tables to enable shardingChristian Grothoff
2021-12-19add new wrappers around merchant hash codes for tips and pickupsChristian Grothoff
2021-12-16-fix recoup uglinessChristian Grothoff
2021-12-14introducing GNUNET_TIME_Timestamp, recoup now with amountsChristian Grothoff
2021-12-09introduce stored procedure for coin balance checkChristian Grothoff
2021-12-08fix error handling for very large uploads, fix re-generation of /keys ↵Christian Grothoff
response after Expires expires
2021-12-06-fix balance calculationChristian Grothoff
2021-12-05major rework of withdraw transaction to use stored procedure and ↵Christian Grothoff
(presumably) reduce serialization failures by avoiding SELECT before INSERT
2021-12-01[age restriction] progress 6/nÖzgür Kesim
lift logic for detection of age restriction of a denomination out from taler-exchange-secmod-rsa.c to taler-exchange_httpd_keys.c
2021-11-28[age restriction] progress 5/nÖzgür Kesim
- taler-exchange-secmod-rsa - extracts AGE_RESTRICTED per denomination from config - propagates flag for each denomination to server - if age restriction is set for a denomination, age _mask_ is taken (for now!) from config
2021-11-27integrate taler_extensions.h into distChristian Grothoff
2021-11-27[age restriction] progress 4/nÖzgür Kesim
- parser for age groups - stringify age mask
2021-11-20add taler-auditor-offline test command, fixes test_auditor_api warningsChristian Grothoff
2021-11-19-fix misc. compiler warningsChristian Grothoff
2021-11-17-use different hash for RSA vs. Denomination hashingChristian Grothoff
2021-11-16fix oauth_username issueChristian Grothoff
2021-11-16[age restriction] progress 3/nÖzgür Kesim
- remove redundant struct members for age commitment hash - undo pre-mature implementation in taler-exchange-secmod-rsa.c - carry through age restriction parameter for TALER_denom_blind
2021-11-15complete oauth logic (in theory)Christian Grothoff
2021-11-15avoid duplicationChristian Grothoff
2021-11-14age restriction (load per denomination). 3/nÖzgür Kesim
2021-11-10age restriction progress 2/nÖzgür Kesim
Signed-off-by: Özgür Kesim <oec-taler@kesim.org>
2021-11-09misc TODOs for KYC leftChristian Grothoff
2021-11-09get first KYC test to passChristian Grothoff
2021-11-07implement OAuth 2.0 serviceChristian Grothoff
2021-11-07add /kyc-proof cmdChristian Grothoff
2021-11-07fix payto:// construction routine and move it to libtalerutilChristian Grothoff
2021-11-07add wallet for KYC status checkChristian Grothoff
2021-11-07add kyc-wallet test commandChristian Grothoff
2021-11-07expose KYC traits for withdraw/get deposits commandsChristian Grothoff
2021-11-07implement /kyc-proof client APIChristian Grothoff
2021-11-07prepare for KYC testsChristian Grothoff
2021-11-07add missing fileChristian Grothoff
2021-11-06-misc fixesChristian Grothoff
2021-11-06include h_extensions in deposit confirmationChristian Grothoff
2021-11-06move extension options to external tableChristian Grothoff
2021-11-06add extension hashingChristian Grothoff
2021-11-06introduce TALER_wallet_deposit_verifyChristian Grothoff
2021-11-06RSA-despecializationChristian Grothoff
2021-11-05more crypto refactoringChristian Grothoff
2021-11-05more crypto refactoringChristian Grothoff
2021-11-05-fixesChristian Grothoff
2021-11-05-brksChristian Grothoff
2021-11-05more denom key refactoringChristian Grothoff
2021-11-05abstract denomination keys a bit moreChristian Grothoff