Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-24 | fix keyup timetravel (#6523) | Christian Grothoff | |
2020-08-12 | adapt to GNUnet API change | Florian Dold | |
2020-07-15 | Fix #6375 | Christian Grothoff | |
2020-07-05 | fix error reporting/handling | Christian Grothoff | |
2020-06-10 | log full config section in error message instead of just the wire method | Florian Dold | |
2020-04-11 | adapations to GNUnet API change | Christian Grothoff | |
2020-04-08 | adapt to new GNUnet sign API (#6164) | Christian Grothoff | |
2020-03-31 | typosCodeBlau-NGI-2019 | Christian Grothoff | |
2020-03-27 | removing inappropriate i18n code | Christian Grothoff | |
2020-03-27 | fix warnings | Christian Grothoff | |
2020-03-22 | the big EC rename | Christian Grothoff | |
2020-03-17 | a first, untested stab at #6123, committing intermediate result that passes ↵ | Christian Grothoff | |
(existing) tests | |||
2020-03-17 | fix doxygen errors | Christian Grothoff | |
2020-03-15 | move common logic to parse currency into libtalerutil | Christian Grothoff | |
2020-03-10 | fix typo, remove obsolete option, initialize mpub | Christian Grothoff | |
2020-03-07 | fix comments, naming consistency issues | Christian Grothoff | |
2020-03-07 | share master private key verification logic between taler-exchange-wire and ↵ | Christian Grothoff | |
taler-exchange-keyup | |||
2020-03-04 | more renaming | Christian Grothoff | |
2020-02-11 | revert bank API change, we will not do this here after all | Christian Grothoff | |
2020-02-11 | merging | Christian Grothoff | |
2020-02-11 | start with new history API implementation | Christian Grothoff | |
2020-02-04 | add timetravel option for testing/debugging | Christian Grothoff | |
2020-01-20 | bugfixes | Christian Grothoff | |
2020-01-19 | use TALER_config_get_amount() consistently, require currency rounding option ↵ | Christian Grothoff | |
to exist instead of defaulting | |||
2020-01-19 | rename: TALER_config_get_denom->amount | Christian Grothoff | |
2020-01-18 | payback -> recoup stranglers | Christian Grothoff | |
2020-01-15 | add another interpreter command to check incoming wire transfers | Christian Grothoff | |
2020-01-14 | refactor uri parsing logic, prepare for unit test | Christian Grothoff | |
2020-01-13 | die, dead #include, die | Christian Grothoff | |
2020-01-11 | major refactoring, eliminating wire-plugins and moving towards new bank API. ↵ | Christian Grothoff | |
main code compiles, testcases known to fail, code sure not to fully work yet | |||
2019-12-11 | add logic for privacy policy | Christian Grothoff | |
2019-11-01 | fix warnings | Christian Grothoff | |
2019-10-31 | tighten formatting rules | Christian Grothoff | |
2019-09-13 | to lower case.. | Marcello Stanisci | |
2019-08-25 | re-format code | Florian Dold | |
2019-06-26 | also check for master public key consistency in taler-exchange-keyup | Christian Grothoff | |
2019-04-11 | Better calculation of # DKs | Marcello Stanisci | |
2019-04-10 | Make the API-agnostic iterator work. | Marcello Stanisci | |
This allows to build local histories to be matched against the ones returned by the bank; in particular, this version builds those stories regardless of /history or /history-range being run. | |||
2019-04-08 | Fix leftover memcmp | ng0 | |
2019-04-08 | Refactor for GNUNET_memcmp and _is_zero | ng0 | |
2019-04-08 | notes | Marcello Stanisci | |
2019-04-06 | Test the big lookahead_sign, plus notes. | Marcello Stanisci | |
2019-04-03 | keyup:_use_ the timestamp given by the user. | Marcello Stanisci | |
2019-04-02 | syntax | Marcello Stanisci | |
2019-03-27 | Debug | Marcello Stanisci | |
2019-03-02 | actually disable 100 continue | Christian Grothoff | |
2018-10-27 | clean up struct TALER_ExchangeSigningKeyValidityPS | Christian Grothoff | |
(long-standing fixme: should not have contained the signature itself) | |||
2018-09-15 | fix #5315, including more testing | Christian Grothoff | |
2018-05-03 | fix path generation. | 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. |