summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Collapse)Author
2022-02-11-fix FTBFS, but with logic holesChristian Grothoff
2022-02-07-renameChristian Grothoff
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-18add minimum age to productsChristian Grothoff
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-15compatChristian Grothoff
2021-12-14migration to protocol v11Christian 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-01fix #7025 (presumably)Christian Grothoff
2021-12-01-fix assertion failureChristian Grothoff
2021-11-29-fix typosChristian Grothoff
2021-11-25fix #7104Christian Grothoff
2021-11-25fix #7105Christian Grothoff
2021-11-25fix #7104Christian Grothoff
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-20fix #7034: URL decode authorization header tokenChristian Grothoff
2021-11-20-roundChristian Grothoff
2021-11-20implement #7052Christian Grothoff
2021-11-20remove wrong assert X-Forwarded-Prefix is found. Patch by MSSebastian
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-17-misc fixes wrt long pollingChristian Grothoff
2021-11-04-fix testChristian Grothoff
2021-11-04bugfix pickup DLL mangement logicChristian Grothoff
2021-11-03fix bizarre logic errorChristian Grothoff
2021-11-03fix post order trait usageChristian Grothoff
2021-11-01fix fTBFSChristian Grothoff
2021-10-28-work on fixing FTBFSChristian Grothoff
2021-10-20add KYC handling to get-orders handlerChristian Grothoff
2021-10-20-nicer data typesChristian Grothoff
2021-10-20add missing 'return'Christian Grothoff
2021-10-19-make code more readableChristian Grothoff
2021-10-13-migrate logic to match latest C API changes from the exchangeChristian Grothoff
2021-10-13-fix #7035Christian Grothoff
2021-10-10-implement logic to persist KYC status returned from exchangeChristian Grothoff
2021-10-10-add exchange lookup to kyc handler (WiP)Christian Grothoff
2021-10-10-wip on new kyc handlerChristian Grothoff
2021-10-10-start to use latest exchange /kyc-check API (WiP)Christian Grothoff
2021-10-10more skeleton logic for merchant's new /kyc handlerChristian Grothoff