Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-04 | implement exchange_api_csr | Lucien Heuzeveldt | |
2022-01-27 | test and hopefully fix JSON canonicalization | Florian Dold | |
2022-01-27 | fix RFC 8785 JSON normalization | Florian Dold | |
2022-01-23 | [age_restriction] progress 13/n | Özgür Kesim | |
- major refactoring of extensions - extensions live now in a separate library, libtalerextensions - refactored all components using age_restriction accordingly - plumbing for plugin support for extensions roughly layed down | |||
2022-01-08 | [age restriction] progress 10/n | Özgür Kesim | |
More work towards support for extensions: - Prepared statements and DB-plugin-functions for setting and retrieving configurations from the database added. - primitive "registry" of extensions for age restrictions and peer2peer (stub) - TALER_Extensions now with FP for parsing, setting and converting a configuration. - /management/extensions handler now verifies signature of the (opaque) json object for all extensions. - /management/extensions handler calls the FP in the corrensponding TALER_Extension for parsing and setting the configuration of a particular extension More work towards age restriction: - TALER_Extensions interfaces for config-parser, -setter and converter implemented for age restriction - DB event handler now retrieves config from database, parses it and sets it (the age mask) in the global extension. - load_age_mask now loads age mask from the global extension (and not from the config file) - add age_restricted_denoms to /keys response | |||
2021-12-27 | [age restriction] progress 9/n | Özgür Kesim | |
More worke towards support for extensions and age restriction: - taler-exchange-httpd_management_extensions.c almost completed - handling of request implemented - stub "set_extensions" for database transaction added - utility functions added - TALER_exchange_offline_extension_agemask_{sign,verify} - TALER_agemask_parse_json | |||
2021-12-14 | introducing GNUNET_TIME_Timestamp, recoup now with amounts | Christian Grothoff | |
2021-11-21 | trying to fix #7039 insanity for RFC 8785, Dold: please check | Christian Grothoff | |
2021-11-19 | -misc bugfixes | Christian Grothoff | |
2021-11-19 | -fix misc. compiler warnings | Christian Grothoff | |
2021-11-15 | -better types | Christian Grothoff | |
2021-11-10 | age restriction progress 2/n | Özgür Kesim | |
Signed-off-by: Özgür Kesim <oec-taler@kesim.org> | |||
2021-10-31 | distinguish between blind and non-blind denomination signatures | Christian Grothoff | |
2021-10-27 | -fix test warnings | Christian Grothoff | |
2021-10-27 | work on testing ftbfs | Christian Grothoff | |
2021-10-27 | fix lib/ FTBFS | Christian Grothoff | |
2021-10-27 | rename fest | Christian Grothoff | |
2021-10-27 | -more FTBFS fixes | Christian Grothoff | |
2021-10-27 | -more changes towards fixing FTBFS | Christian Grothoff | |
2021-10-27 | work on FTBFS issues... | Christian Grothoff | |
2021-10-20 | simplify deposit, do not return kyc status, not needed | Christian Grothoff | |
2021-10-09 | -introduce 'struct TALER_WireSalt' | Christian Grothoff | |
2021-09-03 | first draft for an aggregator benchmark, plus fixing inclusive/exclusive ↵ | Christian Grothoff | |
sharding range issues | |||
2021-08-08 | -require receiver-name in iban payto URIs | Christian Grothoff | |
2021-08-04 | -make gettext compatible | Christian Grothoff | |
2021-08-03 | -remove confusing logs | Christian Grothoff | |
2021-08-02 | -add i18n object syntax check | Christian Grothoff | |
2021-08-02 | -strengthen payto validation logic | Christian Grothoff | |
2021-07-31 | -allow NULL in amounts | Christian Grothoff | |
2021-07-31 | -more json_pack cleaning | Christian Grothoff | |
2021-07-31 | -eliminate more format-string packs | Christian Grothoff | |
2021-07-29 | fix #6960 | Christian Grothoff | |
2021-07-28 | -fix amount packer | Christian Grothoff | |
2021-07-26 | JSON: implement taler-specific json pack functions | Christian Grothoff | |
2021-07-24 | fix #6939 in exchange | Christian Grothoff | |
2021-07-21 | distinguish between input failure and internal failures when hashing contracts | Christian Grothoff | |
2021-07-20 | -use nicer enum | Christian Grothoff | |
2021-07-20 | expose TALER_JSON_validate_payto | Christian Grothoff | |
2021-07-18 | -fix segv | Christian Grothoff | |
2021-06-16 | implement logic to replace 'true' forgettable salts with random salts, fix ↵ | Christian Grothoff | |
object deletion when forgetting | |||
2021-06-16 | -remove dead leaky code | Christian Grothoff | |
2021-06-16 | use dollar to prefix reserved JSON names | Florian Dold | |
2021-06-15 | purge fields instead of setting to NULL as suggested by Florian | Christian Grothoff | |
2021-05-11 | return NO if forgetting did not work because it was already forgotten earlier | Christian Grothoff | |
2021-05-09 | fix #6855 | Christian Grothoff | |
2021-04-09 | do not upgrade gana to master on bootstrap | Christian Grothoff | |
2021-04-05 | omit charset from en_US.UTF-8 env variable when picking i18n strings, handle ↵ | Christian Grothoff | |
no preference case | |||
2021-04-05 | omit charset from en_US.UTF-8 env variable when picking i18n strings | Christian Grothoff | |
2021-04-05 | omit charset from en_US.UTF-8 env variable when picking i18n strings | Christian Grothoff | |
2021-04-05 | implement convenience function to extract i18n values from JSON (for #6749) | Christian Grothoff | |