aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-02-fix assert, call shutdown logicChristian Grothoff
2022-02-02fix various cases where shutdown did not work if long pollers were present ↵Christian Grothoff
(#7166)
2022-01-24print software versionSebastian
2022-01-19issue #7148Sebastian
2022-01-18add minimum age to productsChristian Grothoff
2021-12-25-do not generate non-obivously bogus signature in testChristian Grothoff
2021-12-23followup 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-23followup to 2021-12-19, "-introduce new types for tip identifiers and tip ↵Thien-Thi Nguyen
pickups"
2021-12-19introduce 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 pickupsChristian Grothoff
2021-12-17-protocol bumpChristian Grothoff
2021-12-15compatChristian Grothoff
2021-12-14migration to protocol v11Christian Grothoff
2021-12-11fix #7123Christian Grothoff
2021-12-09-fix FTBFSChristian Grothoff
2021-12-08-more loggingChristian Grothoff
2021-12-08-do not log tokensChristian Grothoff
2021-12-08-insensitve is neededChristian Grothoff
2021-12-08auto-prefix -a password overrides with RFC 8959 prefixChristian Grothoff
2021-12-06fixing: unable to use default instance if it was not the first createdSebastian
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-02int test for issue #7025Sebastian
2021-12-01fix #7025 (presumably)Christian Grothoff
2021-12-01-fix assertion failureChristian Grothoff
2021-12-01fix wallet and aggregator invocation (no KYC!) in test casesFlorian Dold
2021-11-30fix #7114Christian Grothoff
2021-11-29-fix typosChristian Grothoff
2021-11-25fix #7104Christian Grothoff
2021-11-25fix #7105Christian Grothoff
2021-11-25fix #7104Christian Grothoff
2021-11-24also increment other version definev0.9.0-dev.2Florian Dold
2021-11-23bump merchant protocol versionFlorian Dold
2021-11-21-Fix memory leak.v0.9.0-dev.1Christian Grothoff
2021-11-20-do not escape inside API, expect client to do itChristian Grothoff
2021-11-20this 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-20fix #7034: URL decode authorization header tokenChristian Grothoff
2021-11-20-roundChristian Grothoff
2021-11-20implement #7052Christian Grothoff
2021-11-20-indentChristian Grothoff
2021-11-20remove wrong assert X-Forwarded-Prefix is found. Patch by MSSebastian
2021-11-20add check in the testSebastian
2021-11-20Convert AC_HELP_STRING to AS_HELP_STRINGThien-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 initChristian Grothoff
2021-11-19-fix bogus member initChristian Grothoff
2021-11-19add missing 'break'Christian Grothoff
2021-11-19-fix misc bugsChristian Grothoff
2021-11-17complete KYC testChristian Grothoff
2021-11-17add skeleton for KYC testChristian Grothoff
2021-11-17-misc fixes wrt long pollingChristian Grothoff
2021-11-16-more work on KYC testChristian Grothoff
2021-11-16add new KYC commandChristian Grothoff