Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-22 | implement helper functions for p2p signatures, clean up existing signature logic | Christian Grothoff | |
2022-02-21 | -big renaming of structs for consistent naming with P suffix | Christian Grothoff | |
2022-02-07 | -rename fest | Christian Grothoff | |
2021-11-19 | -fix misc. compiler warnings | Christian Grothoff | |
2021-10-27 | -work on FTBFS | Christian Grothoff | |
2021-10-27 | -fix more FTBFS | Christian Grothoff | |
2021-10-27 | -fixing more FTBFS | Christian Grothoff | |
2021-10-09 | -introduce 'struct TALER_WireSalt' | Christian Grothoff | |
2020-12-20 | misc doxygen fixes | Christian Grothoff | |
2020-04-08 | adapt to new GNUnet sign API (#6164) | Christian Grothoff | |
2020-03-07 | code cleanup (comments, scoping, naming, indentation) | Christian Grothoff | |
2020-01-19 | separate util.c and url.c | Christian Grothoff | |
2020-01-19 | consistently use payto URI instead of URL | Florian Dold | |
2020-01-18 | doxygen | Christian Grothoff | |
2020-01-18 | doxygen work | Christian Grothoff | |
2020-01-18 | doxygen | Christian Grothoff | |
2019-08-25 | re-format code | Florian Dold | |
2018-10-06 | fix #5434 (no more salt in exchange wire replies) | Christian Grothoff | |
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. |