Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-02-07 | make it compile | Florian Dold | |
2018-02-07 | wire plugin (test): gracefully handle errors | Florian Dold | |
2018-01-30 | use url instead of uri consistently | Florian Dold | |
2017-12-14 | nicer error reporting | Christian Grothoff | |
2017-12-06 | largely fix #5077 | Christian Grothoff | |
2017-11-20 | fix issue in wire auditor's history processing | Christian Grothoff | |
2017-11-12 | work on #5077: reserve_pub vs. wtid issue, add reject functionality to wire ↵ | Christian Grothoff | |
plugin API (with stub implementations for now) | |||
2017-10-06 | use proper enum value for error code on signature parsing in wire plugin | Christian Grothoff | |
2017-05-16 | implement test and fix minor discovered bugs for /history via test wire ↵ | Christian Grothoff | |
plugin (fixes #4959) | |||
2017-05-16 | handle base32-wire transfer subject being followed by space+exchange base ↵ | Christian Grothoff | |
url in wire plugin and fakebank | |||
2017-05-08 | move responsibility of converting to wire subject to reserve_pub into wire ↵ | Christian Grothoff | |
plugin | |||
2017-05-08 | updates to distinguish clearly between wtid and json transfer details | Christian Grothoff | |
2017-05-05 | more work on wirewatch | Christian Grothoff | |
2017-05-05 | starting to implement taler-exchange-wirewatch | Christian Grothoff | |
2017-05-04 | adding support for transaction history to wire plugin API (#4959) | Christian Grothoff | |
2017-05-04 | switch bank api to new authentication method API | Christian Grothoff | |
2017-05-04 | implement #4993 | Christian Grothoff | |
2017-04-20 | fix misc doxygen issues | Christian Grothoff | |
2017-03-02 | implementing #4921: add base URL to wire transfers | Christian Grothoff | |
2016-11-18 | addressing #4803: nicer error messages for invalid wire formats | Christian Grothoff | |
2016-07-07 | fixing #4594 | Marcello Stanisci | |
2016-06-11 | fixing more leaks | Christian Grothoff | |
2016-05-02 | code simplification via new extended libgnunetcurl API | Christian Grothoff | |
2016-05-02 | fixing #4479 | Christian Grothoff | |
2016-04-22 | make names related to wire plugins less generic | Florian Dold | |
2016-04-19 | move currency to taler section, create taler.conf | Florian Dold | |
2016-04-17 | update code to match new API | Christian Grothoff | |
2016-04-11 | implementing #4357, but test missing | Christian Grothoff | |
2016-04-10 | changing code to meet latest change in GNUNET_SCHEDULER API | Christian Grothoff | |
2016-04-06 | get simple aggregation test to pass | Christian Grothoff | |
2016-04-04 | -fix mem leaks | Christian Grothoff | |
2016-04-02 | change taler-exchange-sepa to a more generic taler-exchange-wire tool using ↵ | Christian Grothoff | |
the wire plugins (#4237) | |||
2016-04-01 | fix error message | Christian Grothoff | |
2016-04-01 | update man pages and templates to use current options | Christian Grothoff | |
2016-04-01 | implementing #4356, tests still failing, but main logic should now be updated | Christian Grothoff | |
2016-04-01 | return nicer error message from bank API and fix compiler warning | Christian Grothoff | |
2016-03-19 | first refactoring of JSON logic to address #4150 and #4237 | Christian Grothoff | |
2016-03-04 | modify /wire/test to provide bank URI and bank account numbers | Christian Grothoff | |
2016-03-04 | towards returning account numbers in /wire/test | Christian Grothoff | |
2016-03-02 | fixing #4230 in bank-lib | Christian Grothoff | |
2016-03-02 | towards fixing #4230 | Christian Grothoff | |
2016-03-01 | renaming mint->exchange | Christian Grothoff | |
2016-02-06 | fix compiler warning, define test wire json format | Christian Grothoff | |
2016-01-25 | finish serialization/deserialization logic for test wire transfers | Christian Grothoff | |
2016-01-25 | test wire formats before using | Christian Grothoff | |
2016-01-25 | more work on wire plugin | Christian Grothoff | |
2016-01-24 | more work on wire plugins | Christian Grothoff | |
2016-01-24 | adding skeletons for plugins | Christian Grothoff | |