summaryrefslogtreecommitdiff
path: root/src/include/taler_util.h
AgeCommit message (Collapse)Author
2024-02-18-fix doxChristian Grothoff
2024-02-18-doxygen fixesChristian Grothoff
2024-02-18allow using URL builder to just add query parametersChristian Grothoff
2024-02-09bump for TALER_payto_normalizeChristian Grothoff
2024-02-08implement TALER_payto_normalize for #8348Christian Grothoff
2024-01-23note on limitationsChristian Grothoff
2024-01-16fix #8071Christian Grothoff
2023-12-22deprecating currency code in currency specificationsChristian Grothoff
2023-11-25more strict spec parsers for payto URIs, Web URLs, and AML decision statesChristian Grothoff
2023-11-15remove is_currency_name_leadingChristian Grothoff
2023-10-29no more decimal separatorChristian Grothoff
2023-10-13implement more sanity checksChristian Grothoff
2023-10-08more work on DD51Christian Grothoff
2023-10-08currency DD51 JSON generationChristian Grothoff
2023-10-07parser for INI configuration of DD51 currency specificationsChristian Grothoff
2023-09-18more work on new history logicChristian Grothoff
2023-07-10fix memory leaks reported by valgrindÖzgür Kesim
2023-06-27added TALER_adult_age(struct TALER_AgeMask *mask)Özgür Kesim
2023-06-27added birthdate parserÖzgür Kesim
2023-06-26[age-withdraw] age-withdraw commit- and reveal-handlers implemented, 12/nÖzgür Kesim
The handlers for the commit- and reveal-phases of the age-withdraw HTTP-endpoints are implemented, yet not active. Still missing: - support for age-withdraw is missing in lib/. - tests
2023-05-10-typoChristian Grothoff
2023-05-10add helper logic for JSON2JSON conversionChristian Grothoff
2023-05-10-fix warningChristian Grothoff
2023-02-02first draft of implementation of GET AML decisions endpointChristian Grothoff
2022-12-05force include of taler_util.h, not of taler_crypto_lib.h or taler_amount_lib.hChristian Grothoff
2022-11-04policy 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-08-11major rework of the KYC logic, making it more configurable, not complete, ↵Christian Grothoff
but tests pass again
2022-06-26-fix typosChristian Grothoff
2022-06-18-more work on taler-helper-auditor-reserve p2p auditsChristian Grothoff
2022-05-30-generate 404 on non-existing accounts for fakebank, use payto://-URIs with ↵Christian Grothoff
receiver-name in tests
2022-02-24-add parensChristian Grothoff
2022-02-17-fix CS nonce reuse check logicChristian Grothoff
2022-02-12-more doxygen fixesChristian Grothoff
2022-02-12-doxygen fixesChristian Grothoff
2022-02-04resolves merge conflictsGian Demarmels
2022-01-18use 'pipe' instead of 'eventfd' on non-Linux systemsJonathan Buchanan
2021-11-07fix payto:// construction routine and move it to libtalerutilChristian Grothoff
2021-10-27-work on FTBFSChristian Grothoff
2021-10-27-work on FTBFS;Christian Grothoff
2021-10-27brutally fixing types in src/include/, creating plenty of FTBFS issuesChristian Grothoff
2021-10-14start with KYC support in DBChristian Grothoff
2021-09-27-indentChristian Grothoff
2021-08-25-update GANAChristian Grothoff
2021-08-14export TALER_iban_validate() APIChristian Grothoff
2021-08-08introduce TALER_OS_init() to safely handle static linkageChristian Grothoff
2021-08-02-work on #6948Christian Grothoff
2021-08-02-strengthen payto validation logicChristian Grothoff
2020-10-03doxygen fixes, update ChangeLog, bump versionChristian Grothoff
2020-08-19implement i18n lookup logic for #6458Christian Grothoff
2020-07-27payto parser: extract 'subject' parameter.MS