Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-11 | merge /wire into /keys response | Christian Grothoff | |
2023-07-10 | tip -> reward | Christian Grothoff | |
2023-06-27 | [age-withdraw] added handlers for age-withdraw to router | Özgür Kesim | |
2023-05-16 | add KYC_AML_TRIGGER option (not implemented) | Christian Grothoff | |
2023-05-13 | more AML_THRESHOLD fixes | Christian Grothoff | |
2023-05-13 | -start with new ENABLE_TIPPING option | Christian Grothoff | |
2023-05-13 | -move AML_THRESHOLD option to exchange | Christian Grothoff | |
2023-05-10 | -fix logging | Christian Grothoff | |
2023-05-10 | always use GNUNET_memcpy | Christian Grothoff | |
2023-05-06 | add convenience function for content-length limiation | Christian Grothoff | |
2023-05-04 | towards LP support for GET /deposits (#7808) | Christian Grothoff | |
2023-03-09 | retry on failure | Christian Grothoff | |
2023-03-05 | fix permissions, default to UNIX, improve logging | Christian Grothoff | |
2023-02-19 | check currency matches before proceeding | Christian Grothoff | |
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-12 | -more work on AML triggers for P2P transfers | Christian Grothoff | |
2023-02-04 | add tests for new AML logic, plus related bugfixes | Christian Grothoff | |
2023-02-03 | implement testing_api_cmd_take_aml_decision.c | Christian Grothoff | |
2023-02-02 | draft for the AML GET decision endpoint | Christian Grothoff | |
2023-02-02 | first draft of implementation of GET AML decisions endpoint | 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-21 | add new endpoints to main dispatcher | Christian Grothoff | |
2023-01-16 | -fix KYC logic change to work for all plugins and not just OAuth2.0 | Christian Grothoff | |
2022-12-28 | integrate DELETE into dispatcher, remove legacy KYC code | Christian Grothoff | |
2022-12-27 | -first sketch for purse delete handler | Christian Grothoff | |
2022-11-04 | policy extensions and age restriction refactoring | Özgür Kesim | |
- refactoring of extension-plugin-mechanism - refactoring of age restriction extension - added policy extensions plugin plumbing - added DB schema and api - policy_details - policy_fulfillments | |||
2022-10-12 | -work on reserve control tests | Christian Grothoff | |
2022-10-12 | -update to latest GNUNET_PQ_make_prepare() API | Christian Grothoff | |
2022-10-02 | taler-exchange-httpd_reserves_open.c now builds (but not complete) | Christian Grothoff | |
2022-08-19 | add user type to kyc-check | Christian Grothoff | |
2022-08-16 | allow merge into non-existent reserve if KYC is disabled | 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-07 | -start kyc-tester helper | Christian Grothoff | |
2022-07-30 | finish taler-exchange-drain implementation | Christian Grothoff | |
2022-07-29 | add /management/drain handler | Christian Grothoff | |
2022-07-01 | -add test for batch deposits | Christian Grothoff | |
2022-06-26 | -fix misc doxygen warnings, code clean up | Christian Grothoff | |
2022-05-01 | add batch withdraw to demultiplexer | Christian Grothoff | |
2022-04-26 | various age restriction fixes, some of them half-baked | Florian Dold | |
2022-04-23 | integrate p2p handlers with main dispatcher | Christian Grothoff | |
2022-04-16 | add more flexibility to endpoint naming for KYC | Christian Grothoff | |
2022-04-11 | -towards new GET /contracts/$C_PUB hander | Christian Grothoff | |
2022-03-21 | first rough-cut implementation of /reserves//history endpoint | Christian Grothoff | |
2022-03-21 | first rough-cut implementation of POST /reserves//status | Christian Grothoff | |
2022-03-05 | add more logic for new global fees | Christian Grothoff | |
2022-03-04 | improve URI path checking, make it more strict and simplify logic | Christian Grothoff | |
2022-02-21 | -big renaming of structs for consistent naming with P suffix | Christian Grothoff | |
2022-02-17 | -fix CS nonce reuse check logic | Christian Grothoff | |
2022-02-16 | [age restriction] progress 14/n - withdraw and deposit | Özgür Kesim | |
Age restriction support for - withdraw is done and tested - deposit is done and tested TODOs: - melt/refresh/reveal - link ------ Added functions - TALER_age_restriction_commit - TALER_age_commitment_derive - TALER_age_commitment_hash - TALER_age_restriction_commitment_free_inside - Hash of age commitment passed around API boundaries Exchangedb adjustments for denominations - all prepared statements re: denominations now handle age_mask - signature parameters adjusted Hash and signature verification of /keys adjusted - Hashes of (normal) denominations and age-restricted denominations are calculated seperately - The hash of the age-restricted ones will then be added to the other hash - The total hash is signed/verified Tests for withdraw with age restriction added - TALER_EXCHANGE_DenomPublickey now carries age_mask - TALER_TESTING_cmd_withdraw_amount* takes age parameter - TALER_TESTING_find_pk takes boolean age_restricted - WithdrawState carries age_commitment and its hash - withdraw_run derives new age commitment, if applicable - Added age parameter to testing (13 as example) Various Fixes and changes - Fixes of post handler for /management/extensions - Fixes for offline tool extensions signing - Slight refactoring of extensions - Age restriction extension simplified - config is now global to extension - added global TEH_age_restriction_enabled and TEH_age_mask in taler-exchange-httpd - helper functions and macros introduced | |||
2022-02-12 | -doxygen fixes | Christian Grothoff | |