Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-15 | use generated error codes, this has error code collisions removed | Florian Dold | |
2020-01-09 | fix #6015 | Christian Grothoff | |
2019-12-07 | fix j2 | Christian Grothoff | |
2019-11-30 | fix previous | Marcello Stanisci | |
2019-11-30 | new bank error code | Marcello Stanisci | |
2019-11-29 | another ec' | Christian Grothoff | |
2019-11-29 | another EC | Christian Grothoff | |
2019-11-29 | merge error codes | Christian Grothoff | |
2019-11-29 | error codes | Christian Grothoff | |
2019-11-24 | another sync code | Christian Grothoff | |
2019-11-24 | add another convenience function to libtalermhd | Christian Grothoff | |
2019-11-23 | use CONFLICT for double spending to distinguish properly from FORBIDDEN for ↵ | Christian Grothoff | |
bad signatures | |||
2019-11-23 | use FORBIDDEN, never UNAUTHORIZED | Christian Grothoff | |
2019-11-17 | sync error codes | Christian Grothoff | |
2019-11-16 | new error codes (bank) | Marcello Stanisci | |
2019-11-15 | sync error codes | Christian Grothoff | |
2019-11-02 | need more error codesdemo-2019-11-02-00 | Christian Grothoff | |
2019-11-01 | improve status codes returned in case of denomination key troubles | Christian Grothoff | |
2019-10-15 | New error code, | Marcello Stanisci | |
for payments sent to the wrong instance. | |||
2019-09-29 | Less granularity for bank error codes (#5787). | Marcello Stanisci | |
2019-09-26 | need status code for missing configuration option | Christian Grothoff | |
2019-09-26 | one EC for instance unknown | Christian Grothoff | |
2019-08-30 | error code | Florian Dold | |
2019-08-25 | re-format code | Florian Dold | |
2019-07-24 | implement zombie check | Christian Grothoff | |
2019-06-26 | implement /link signatures | Christian Grothoff | |
2019-06-08 | add another EC | Christian Grothoff | |
2019-06-04 | indentation | Christian Grothoff | |
2019-02-13 | new bank error code | Marcello Stanisci | |
2019-02-05 | New error codes for bank. | Marcello Stanisci | |
2019-01-31 | new error code | Marcello Stanisci | |
2019-01-10 | more error codes for the merchant | Christian Grothoff | |
2018-12-22 | disambiguate error scenarios better | Christian Grothoff | |
2018-12-22 | fix numbering of EC codes, distinguish auditor DB store errors | Christian Grothoff | |
2018-10-28 | implement /exchanges handler in auditor-httpd | Christian Grothoff | |
2018-10-21 | first skeleton of /deposit-confirmation API implementation; not yet ↵ | Christian Grothoff | |
complete, cannot work as-is, see FIXMEs | |||
2018-08-19 | make transactions smaller to try to reduce rollbacks | Christian Grothoff | |
2018-05-22 | New error code for a unknown reserve public key. | Marcello Stanisci | |
Specific to the /reserve/status API. | |||
2018-05-16 | Triggering 409 Conflict for /refresh/reveal | Marcello Stanisci | |
2018-04-02 | Changing configuration structure to enable multiple accounts. | Christian Grothoff | |
This change enables using multiple wire plugins at the same time. Also, we now distinguish between the wire plugin (i.e. EBICS or taler_bank) and the wire method (i.e. SEPA or x-taler-bank) that the wire plugin is implementing. The "taler-bank" wire method was renamed from "test" to "x-taler-bank". This also changes the format of the /wire response of the exchange, as we now need to return multiple accounts. Note that wire fees are specified per wire method, not per wire account. taler-exchange-keyup now automatically signs all of the /wire responses in the location specified by the configuration. Account identification in wire plugins was changed to use payto://-URLs instead of method-specific JSON fields. Signing and validation of /wire responses was moved from each wire plugin to a generic validation method in libtalerutil (crypto) or libtalerjson (for JSON-formatted inputs). Convenience methods were added to generate JSON for wire accounts (salting, signing). Various section and option names were adjusted to streamline the configuration and make it more consistent overall. Documentation was updated as well. | |||
2018-01-22 | new error code for #5262 | Christian Grothoff | |
2018-01-22 | error codes for merchant /check-payment | Florian Dold | |
2018-01-19 | Florian is right, this should be a 409, not 500 | Christian Grothoff | |
2018-01-16 | remove dead error code | Christian Grothoff | |
2018-01-01 | change 'f' to 'contribution' in /deposit | Christian Grothoff | |
2017-12-22 | redefining/adding bank error codes | Marcello Stanisci | |
2017-12-15 | adding more bank's error codes | Marcello Stanisci | |
2017-12-14 | nicer error reporting | Christian Grothoff | |
2017-12-09 | need a few more error codes | Christian Grothoff | |
2017-12-06 | largely fix #5077 | Christian Grothoff | |