summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd.c
AgeCommit message (Collapse)Author
2022-02-12-doxygen fixesChristian Grothoff
2022-02-04split tests by rsa/csChristian Grothoff
2022-02-04implement CS key handling and csr endpointLucien Heuzeveldt
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-22improvements in extension handlingÖzgür Kesim
- extensions_sig is needed globally - keep original json with config of extension - fixed various bugs re: extension handling
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-25-add missing #includeChristian 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-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-09add latency loggingChristian Grothoff
2021-12-08fix error handling for very large uploads, fix re-generation of /keys ↵Christian Grothoff
response after Expires expires
2021-12-07implement dummy /metrics handlerChristian Grothoff
2021-12-06-fix balance calculationChristian Grothoff
2021-12-02-fix FTBFSChristian Grothoff
2021-12-02add -I command line optionChristian Grothoff
2021-12-02improve suicide logicChristian Grothoff
2021-12-01move var decl to proper scope (where it's used)Thien-Thi Nguyen
2021-11-30-nicer suicideChristian Grothoff
2021-11-30-implement suicideChristian Grothoff
2021-11-25add invariant checksChristian Grothoff
2021-11-24add -r option to exchange-httpdChristian Grothoff
2021-11-19-misc bugfixesChristian Grothoff
2021-11-19-fix misc. compiler warningsChristian Grothoff
2021-11-15complete oauth logic (in theory)Christian Grothoff
2021-11-15-preparations for long polling supportChristian Grothoff
2021-10-27-fix exchange FTBFSChristian Grothoff
2021-10-19-implement more of the KYC handlersChristian Grothoff
2021-10-17integrate /kyc-* handlers with dispatching logicChristian Grothoff
2021-10-17implement /kyc-check, add skeleton for /kyc-proofChristian Grothoff
2021-10-17-incomplete draft for /kyc-wallet handlerChristian Grothoff
2021-10-16new configuration option: wallet balance thresholdChristian Grothoff
2021-10-14start with KYC support in DBChristian Grothoff
2021-10-14implement KYC optionsChristian Grothoff
2021-09-28fix double version printingChristian Grothoff
2021-08-25ensure statements are prepared before keys subsystem initializationChristian Grothoff
2021-08-23fix #6956 in exchangev0.8.4Christian Grothoff
2021-08-23-fix pthread leftoverChristian Grothoff
2021-08-23-doxygen fixesChristian Grothoff
2021-08-23complete implementation of long-polling for reserve status; remove support ↵Christian Grothoff
for multi-threaded exchange httpd
2021-08-22-implement long polling support on reserve status (but not yet in C client ↵Christian Grothoff
library)
2021-08-21-doxygen fixesChristian Grothoff
2021-08-21-change handler signatures to prepare for long polling supportChristian Grothoff
2021-08-19-minor cleanupChristian Grothoff
2021-08-18-fix conditionalChristian Grothoff
2021-08-11return more detailed issue report in /wire, fixes #6980Christian Grothoff
2021-08-08introduce TALER_OS_init() to safely handle static linkageChristian Grothoff
2021-08-06-skeleton logic for #6980Christian Grothoff
2021-08-06-rename for clarityChristian Grothoff
2021-08-04load config file from correct locationFlorian Dold