Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-02 | -fix assert, call shutdown logic | Christian Grothoff | |
2022-02-02 | fix various cases where shutdown did not work if long pollers were present ↵ | Christian Grothoff | |
(#7166) | |||
2022-01-24 | print software version | Sebastian | |
2022-01-19 | issue #7148 | Sebastian | |
2022-01-18 | add minimum age to products | Christian Grothoff | |
2021-12-25 | -do not generate non-obivously bogus signature in test | Christian Grothoff | |
2021-12-23 | followup to 2021-12-19, "introduce new data type for the post-orders hash ↵ | Thien-Thi Nguyen | |
used for idempotency checks, as well as the hash and salt for authentication checks" | |||
2021-12-23 | followup to 2021-12-19, "-introduce new types for tip identifiers and tip ↵ | Thien-Thi Nguyen | |
pickups" | |||
2021-12-19 | introduce new data type for the post-orders hash used for idempotency ↵ | Christian Grothoff | |
checks, as well as the hash and salt for authentication checks | |||
2021-12-19 | -introduce new types for tip identifiers and tip pickups | Christian Grothoff | |
2021-12-17 | -protocol bump | Christian Grothoff | |
2021-12-15 | compat | Christian Grothoff | |
2021-12-14 | migration to protocol v11 | Christian Grothoff | |
2021-12-11 | fix #7123 | Christian Grothoff | |
2021-12-09 | -fix FTBFS | Christian Grothoff | |
2021-12-08 | -more logging | Christian Grothoff | |
2021-12-08 | -do not log tokens | Christian Grothoff | |
2021-12-08 | -insensitve is needed | Christian Grothoff | |
2021-12-08 | auto-prefix -a password overrides with RFC 8959 prefix | Christian Grothoff | |
2021-12-06 | fixing: unable to use default instance if it was not the first created | Sebastian | |
if the first instance created is not the default instance then the next access to the default instance is not possible since: * default_auth is set to null in taler-merchant-httpd_private-post-instances:463 * TMH_lookup_instance will not find default instance in taler-merchant-httpd:1153 * auth_ok will be always false in line 1385 - multihashmap_size > 0 - default_auth == NULL - hc->instance == NULL disabling any instance creation, even default instance until restart restarting the service will load the default_auth again allowing the access to the default instance again | |||
2021-12-02 | int test for issue #7025 | Sebastian | |
2021-12-01 | fix #7025 (presumably) | Christian Grothoff | |
2021-12-01 | -fix assertion failure | Christian Grothoff | |
2021-12-01 | fix wallet and aggregator invocation (no KYC!) in test cases | Florian Dold | |
2021-11-30 | fix #7114 | Christian Grothoff | |
2021-11-29 | -fix typos | Christian Grothoff | |
2021-11-25 | fix #7104 | Christian Grothoff | |
2021-11-25 | fix #7105 | Christian Grothoff | |
2021-11-25 | fix #7104 | Christian Grothoff | |
2021-11-24 | also increment other version definev0.9.0-dev.2 | Florian Dold | |
2021-11-23 | bump merchant protocol version | Florian Dold | |
2021-11-21 | -Fix memory leak.v0.9.0-dev.1 | Christian Grothoff | |
2021-11-20 | -do not escape inside API, expect client to do it | Christian Grothoff | |
2021-11-20 | this step now fails, as the client already checks for the auth secret to be ↵ | Christian Grothoff | |
malformed, so we cannot get a 400 back | |||
2021-11-20 | fix #7034: URL decode authorization header token | Christian Grothoff | |
2021-11-20 | -round | Christian Grothoff | |
2021-11-20 | implement #7052 | Christian Grothoff | |
2021-11-20 | -indent | Christian Grothoff | |
2021-11-20 | remove wrong assert X-Forwarded-Prefix is found. Patch by MS | Sebastian | |
2021-11-20 | add check in the test | Sebastian | |
2021-11-20 | Convert AC_HELP_STRING to AS_HELP_STRING | Thien-Thi Nguyen | |
This is a straightforward replacement prompted by a warning from newer versions of Autoconf. IWBN to upstream some of these changes. * m4/libcurl.m4 (--with-libcurl): ...here. * m4/libgnurl.m4 (--with-libgnurl): Likewise. | |||
2021-11-19 | -fix bogus member init | Christian Grothoff | |
2021-11-19 | -fix bogus member init | Christian Grothoff | |
2021-11-19 | add missing 'break' | Christian Grothoff | |
2021-11-19 | -fix misc bugs | Christian Grothoff | |
2021-11-17 | complete KYC test | Christian Grothoff | |
2021-11-17 | add skeleton for KYC test | Christian Grothoff | |
2021-11-17 | -misc fixes wrt long polling | Christian Grothoff | |
2021-11-16 | -more work on KYC test | Christian Grothoff | |
2021-11-16 | add new KYC command | Christian Grothoff | |