Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-11 | -fix print statement | Christian Grothoff | |
2023-09-01 | -fix auditor sig validation | Christian Grothoff | |
2023-09-01 | towards adjusting taler-auditor-offline to new /keys format (still fails in ↵ | Christian Grothoff | |
signature verification) | |||
2023-07-04 | more exchange API refactoring | Christian Grothoff | |
2023-06-07 | major libtalertesting API refactoring, including no longer having ↵ | Christian Grothoff | |
taler-specific logic in the test engine core | |||
2023-06-04 | address API stability FIXMEs in taler_exchange_service | Christian Grothoff | |
2023-06-04 | code cleanup, fixing misc. memory leaks in the process | Christian Grothoff | |
2023-05-21 | -minor fixes | Christian Grothoff | |
2023-05-02 | check regex syntax at least | Christian Grothoff | |
2023-05-02 | implement taler-exchange-offline account restriction and conversion ↵ | Christian Grothoff | |
functionality | |||
2023-05-01 | breaking protocol changes towards fixing #7810 (incomplete, ↵ | Christian Grothoff | |
taler-exchange-offline still unfinished) | |||
2023-02-15 | remove obsolete taler-crypto-worker | Florian Dold | |
2023-01-22 | add new subcommands for AML staff management and partner exchanges | Christian Grothoff | |
2023-01-17 | terminate taler-exchange-offline on invalid inputs | Christian Grothoff | |
2022-12-19 | -fix error message | Christian Grothoff | |
2022-12-19 | -debug dbinit call | Christian Grothoff | |
2022-12-05 | adapt build to latest GNUnet without gnunet/platform.h | Christian Grothoff | |
2022-11-27 | more work on SQL refactoring | Christian Grothoff | |
2022-11-26 | -remove shard support | 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-11-01 | remove wad fee, kyc fee and kyc-timeout | Christian Grothoff | |
2022-08-23 | -fix auditor tests (mostly) | Christian Grothoff | |
2022-08-23 | -avoid double next | Christian Grothoff | |
2022-08-22 | -fix clang compiler warnings | Christian Grothoff | |
2022-08-15 | towards testing #4960 | Christian Grothoff | |
2022-07-29 | expand taler-exchange-offline and libtalerexchange with ↵ | Christian Grothoff | |
management-drain-profits implementation (#4960) | |||
2022-07-25 | -simplify table drop logic | Christian Grothoff | |
2022-07-24 | -unversion stored procedures, always load latest ones | Christian Grothoff | |
2022-07-05 | -simply assert | Christian Grothoff | |
2022-06-26 | -fix typos | Christian Grothoff | |
2022-06-26 | -fix misc doxygen warnings, code clean up | Christian Grothoff | |
2022-06-20 | -fix build issues | Christian Grothoff | |
2022-06-07 | -fix minor bugs | Christian Grothoff | |
2022-05-25 | rewrite sharding initialization logic | Marco Boss | |
2022-05-18 | enforce valid payto:// URI in exchange /wire response | Christian Grothoff | |
2022-04-28 | -fix help text | Christian Grothoff | |
2022-04-21 | cleanup of extension API | Özgür Kesim | |
- removed TALER_extensions_init() - added TALER_extension_age_restriction_register() | |||
2022-04-02 | extend sharding logic that shard nodes can be initialied and dropped | Marco Boss | |
2022-04-02 | drop functions | Marco Boss | |
2022-03-31 | add shard init for shard node | Marco Boss | |
2022-03-31 | add sharding logic | Marco Boss | |
2022-03-24 | implement more taler-crypto-worker ops | Florian Dold | |
2022-03-24 | implement more taler-crypto-worker ops | Florian Dold | |
2022-03-05 | -add global-fee subcommand to taler-exchange-offline | Christian Grothoff | |
2022-03-05 | refactor /wire to include logic to return the wad fee (for W2W payments) | Christian Grothoff | |
2022-03-02 | Include partitioning in dbinit | Marco Boss | |
2022-03-02 | use plain uint32_t | Marco Boss | |
2022-03-02 | fix | Marco Boss | |
2022-03-02 | fix | Marco Boss | |
2022-03-02 | -refactor TALER_AgeMask.mask -> TALER_AgeMask.bits | Özgür Kesim | |
also: fix off-by-one in TALER_age_restriction_commit |