summaryrefslogtreecommitdiff
path: root/src/auditor/taler-auditor-httpd_deposit-confirmation.c
AgeCommit message (Collapse)Author
2024-02-07auditordb tabularasaChristian Grothoff
2024-01-16progress on auditor helpersNic Eigel
2024-01-10-fix compiler warningsChristian Grothoff
2024-01-09adding auditor resp endpoints, trigger for helper deposit_confirmationsNic
2023-09-24combine deposit confirmation signatures into one big signatureChristian Grothoff
2023-02-02-refund deadline should be optional/can be 0Christian 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-03-31privatize more signature structs, simplify codeChristian Grothoff
2022-03-29centralize exchange online signature logicChristian Grothoff
2022-02-12-doxygen fixesChristian 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-14introducing GNUNET_TIME_Timestamp, recoup now with amountsChristian Grothoff
2021-11-06-misc fixesChristian Grothoff
2021-11-06include h_extensions in deposit confirmationChristian Grothoff
2021-08-23-remove sessions also from auditorChristian Grothoff
2021-08-23complete implementation of long-polling for reserve status; remove support ↵Christian Grothoff
for multi-threaded exchange httpd
2021-07-31-more json_pack cleaningChristian Grothoff
2021-07-24fix #6939 in exchangeChristian Grothoff
2021-01-01fix #6666, bump protocol version to 9Christian Grothoff
2020-12-26new GANA code for revoked esign keyChristian Grothoff
2020-12-26implement #6161Christian Grothoff
2020-12-04centralize (most) offline signing/verifying operations into offline_signatures.cChristian Grothoff
2020-11-07adjust ECsChristian Grothoff
2020-08-25nicer generic error reporting logic, for #6432Christian Grothoff
2020-07-05fix #6408: make sure all timestamps are always rounded when they arrive over ↵Christian Grothoff
JSON, or 400 the requester; similarly don't tolerate anything else as client
2020-07-05towards changing timestamp in deposit confirmation (tests failing)Christian Grothoff
2020-04-09make code compiler without warnings with latest libmicrohttpd APIChristian Grothoff
2020-04-08adapt to new GNUnet sign API (#6164)Christian Grothoff
2020-03-21code cleanup, deduplication, DCEChristian Grothoff
2020-02-08fix uninitialized sessionChristian Grothoff
2020-02-05implement auditor's exchange signing key caching (#6052)Christian Grothoff
2020-01-18fix -Wextra warningsChristian Grothoff
2020-01-17link to bug reportChristian Grothoff
2020-01-17add TODOChristian Grothoff
2020-01-17check for key expirationChristian Grothoff
2020-01-17simplify DB logic in auditor-httpdChristian Grothoff
2020-01-17simplify DB logic in auditor-httpdChristian Grothoff
2020-01-17simplify DB logic in auditor-httpdChristian Grothoff
2019-11-23more libtalermhd migrationChristian Grothoff
2019-11-23use CONFLICT for double spending to distinguish properly from FORBIDDEN for ↵Christian Grothoff
bad signatures
2019-08-25re-format codeFlorian Dold
2019-07-28fixing #5767Christian Grothoff
2019-01-29fix DBMarcello Stanisci
2019-01-28Fix /deposit-confirmation as per JSON encode/decode.Marcello Stanisci
2018-12-22fix numbering of EC codes, distinguish auditor DB store errorsChristian Grothoff
2018-10-27complete auditor httpd side of deposit confirmation handling (auditordb not ↵Christian Grothoff
yet ready, though)
2018-10-21first skeleton of /deposit-confirmation API implementation; not yet ↵Christian Grothoff
complete, cannot work as-is, see FIXMEs