Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-14 | simplify datastructures | Özgür Kesim | |
2022-10-14 | fix errors | Özgür Kesim | |
2022-10-14 | -added missing files to last commit | Özgür Kesim | |
2022-10-14 | WIP: policy_details handling continued | Özgür Kesim | |
- policy details generated on deposit/batch-deposit requests - insert or update of policy details in the DB - accumulation of amounts of multiple deposits for the same policy_details | |||
2022-10-09 | WIP: policy handling advancements | Özgür Kesim | |
- introduction of policy states. - introduction of default state on timeout. - introduction of TALER_PolicyFulfilmentOutcome - parsing for policy_details now also provides default state on timeout. - introduction of check_serial as preflight func before heavy operations in policy post handler - brandt auction now returns outcomes. | |||
2022-10-08 | -fix type | Özgür Kesim | |
2022-10-08 | -logic fixed | Özgür Kesim | |
2022-10-08 | WIP: policy_*_fulfiment added and API changes | Özgür Kesim | |
- policy_fulfilment table defined, handlers added - policy_details_fulfilment table defined, handlers added - TALER_extensions_serial_from_policy_details implemened | |||
2022-10-07 | WIP: Added policy extension handling during deposit | Özgür Kesim | |
2022-10-06 | refactor: extensions_ -> policy_; added policy_fulfilment | Özgür Kesim | |
2022-10-06 | Merge branch 'master' into auction_brandt | Özgür Kesim | |
2022-10-06 | refinements of policy extension APIs | Özgür Kesim | |
2022-10-06 | -rm todo.md | Özgür Kesim | |
2022-10-05 | refactor h_extensions -> h_policy, and structs accordingly | Özgür Kesim | |
2022-10-05 | -insert routines | Christian Grothoff | |
2022-10-05 | -debug msg removed; typos | Özgür Kesim | |
2022-10-05 | -work on header towards taler-auditor-sync for new tables | Christian Grothoff | |
2022-10-05 | refactor extensions: config -> manifest | Özgür Kesim | |
2022-10-05 | refactor extensions: config -> manifest | Özgür Kesim | |
2022-10-04 | Merge branch 'master' into auction_brandt | Özgür Kesim | |
2022-10-04 | -syntax error fixed | Özgür Kesim | |
2022-10-04 | rename auction_brandt -> policy_auction | Özgür Kesim | |
2022-10-04 | Merge branch 'master' into auction_brandt | Özgür Kesim | |
2022-10-04 | -fix typos | Christian Grothoff | |
2022-10-04 | -fix typos | Christian Grothoff | |
2022-10-04 | -work on reserve_open DB API | Christian Grothoff | |
2022-10-04 | Merge branch 'master' into auction_brandt | Özgür Kesim | |
2022-10-04 | -fix some vars | Özgür Kesim | |
2022-10-04 | improved error handling | Özgür Kesim | |
2022-10-04 | correct http reply | Özgür Kesim | |
2022-10-03 | -more work on new DB logic | Christian Grothoff | |
2022-10-03 | -implement sketch for pg_do_reserve_open.c | Christian Grothoff | |
2022-10-03 | -work on DB logic | Christian Grothoff | |
2022-10-03 | -skeletons for new PG functions | Christian Grothoff | |
2022-10-03 | -fix unsused variable | Özgür Kesim | |
2022-10-03 | complete taler-exchange-httpd_reserves_attest.c logic (first pass, still ↵ | Christian Grothoff | |
without DB logic or tests) | |||
2022-10-03 | WiP: parsing and replay of auction transcripts | Özgür Kesim | |
POST handler of auction_brandt extension now parses JSON transcript and passes JSON via stdin to external program. Reads result via stdout. TODOs: - check signatures in transcript - parse JSON output of replay progam - add configuration to to auction_brandt: - types of auctions - max. concurrent users - max. number of prices - maximum price - fees - add timeout handler for replay program execution - (maybe) sign output of exchange by master-key - (maybe) add GET handler with information re: auction_brandt? | |||
2022-10-02 | complete taler-exchange-httpd_reserves_get_attest.c logic (first pass, still ↵ | Christian Grothoff | |
without DB logic or tests) | |||
2022-10-02 | complete taler-exchange-httpd_reserves_close.c logic (first pass, still ↵ | Christian Grothoff | |
without DB logic or tests) | |||
2022-10-02 | -rm debug info; typo | Özgür Kesim | |
2022-10-02 | WiP: added auction_brandt as extension | Özgür Kesim | |
- added an extension to handle auctions via libbrandt - /extensions/auction_brandt GET and POST handler defined - initial parsing of transcript.json implemented, yet WiP - multiple cleanups and changes to extension handling | |||
2022-10-02 | complete taler-exchange-httpd_reserves_open.c logic (first pass, still ↵ | Christian Grothoff | |
without DB logic or tests) | |||
2022-10-02 | Refactor extensions | Özgür Kesim | |
- Extensions are now compiled as shared libraries and loaded at runtime according to the TALER configuration. - So far, only age restriction is loaded as extension. - Groundwork for extension auction_brandt started. | |||
2022-10-02 | -get taler-exchange-httpd_reserves_attest.c to build (but not finished) | Christian Grothoff | |
2022-10-02 | -get taler-exchange-httpd_reserves_get_attest.c to build (but not finished) | Christian Grothoff | |
2022-10-02 | -taler-exchange-httpd_reserves_close.c now builds (but not complete) | Christian Grothoff | |
2022-10-02 | taler-exchange-httpd_reserves_open.c now builds (but not complete) | Christian Grothoff | |
2022-10-01 | -skeletons for reserve control endpoints | Christian Grothoff | |
2022-10-01 | -doxygen | Christian Grothoff | |
2022-10-01 | -already done, remove finished FIXME | Christian Grothoff | |