Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2022-10-01 | -implement first draft of testing_api_cmd_reserve_attest.c | Christian Grothoff | |
2022-10-01 | -implement first draft of testing_api_cmd_reserve_get_attestable.c | Christian Grothoff | |
2022-09-29 | -make static, return json_null() | Özgür Kesim | |
2022-09-29 | added benchmark tool for age restriction | Özgür Kesim | |
2022-09-28 | implemented reserve_open testing CMD | Christian Grothoff | |
2022-09-28 | -first sketch for reserve_open testing CMD | Christian Grothoff | |
2022-09-28 | skeleton for reserve control testing commands | Christian Grothoff | |
2022-09-27 | implement exchange_api_reserves_attest.c | Christian Grothoff | |
2022-09-27 | implement libtalerexchange:reserve_get_attest API | Christian Grothoff | |
2022-09-27 | implement libtalerexchange:reserve_close API | Christian Grothoff | |
2022-09-27 | implement libtalerexchange:reserve_open API | Christian Grothoff | |
2022-09-26 | -fix debian package | Christian Grothoff | |
2022-09-24 | make dependency explicit | Christian Grothoff | |
2022-09-24 | -fix linker issues | Christian Grothoff | |
2022-09-24 | -doxygen fixes | Christian Grothoff | |
2022-09-24 | -clean up scripts | Christian Grothoff | |
2022-09-24 | -fix test-revocation | Christian Grothoff | |
2022-09-23 | -less verbose | Christian Grothoff | |
2022-09-23 | -fix test-auditor.sh | Christian Grothoff | |
2022-09-22 | -work on test-auditor.sh | Christian Grothoff | |
2022-09-20 | -use new flag to avoid continuing after wallet failure | Christian Grothoff | |
2022-09-20 | -fix issue on Florian's system | Christian Grothoff | |