summaryrefslogtreecommitdiff
path: root/src/exchange-tools/taler-exchange-wire.c
AgeCommit message (Collapse)Author
2020-12-14update generator scripts to use new -offline tools (WiP)Christian Grothoff
2020-08-28fail if exchange-account configuration is definitively wrong (#5642)Christian Grothoff
2020-03-07share master private key verification logic between taler-exchange-wire and ↵Christian Grothoff
taler-exchange-keyup
2020-03-01fix log msgChristian Grothoff
2020-03-01check well-formedness of URI when signing, check return value of function ↵Christian Grothoff
for error
2020-02-04add timetravel option for testing/debuggingChristian Grothoff
2020-01-19consistently use payto URI instead of URLFlorian Dold
2020-01-13die, dead #include, dieChristian Grothoff
2019-12-07report on file usedChristian Grothoff
2019-11-01fix warningsChristian Grothoff
2019-09-13to lower case..Marcello Stanisci
2019-08-25re-format codeFlorian Dold
2019-08-17remove currency field from databasesChristian Grothoff
2019-06-26fix use after freeChristian Grothoff
2019-06-26have taler-exchange-wire check master public key matchesChristian Grothoff
2018-11-23Remove double closing of a "file stream".Marcello Stanisci
2018-10-06fix #5434 (no more salt in exchange wire replies)Christian Grothoff
2018-04-02fix NULL termination of fee listChristian Grothoff
2018-04-02Changing 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.
2017-04-20fix misc doxygen issuesChristian Grothoff
2017-03-25renaming GNUNET_GETOPT-symbols to match latest changes in GNUnetChristian Grothoff
2017-03-15update getopt config parsing style to match 'getopt' GNUnet branch API changeChristian Grothoff
2016-11-19taler-exchange-wire: infer method from JSON if possibleFlorian Dold
2016-07-07fixing #4594Marcello Stanisci
2016-05-05implementing #4449Christian Grothoff
2016-05-05fixing #4461Christian Grothoff
2016-04-16use user_config_file as wellChristian Grothoff
2016-04-16use exchange section consistently for master_priv_file optionChristian Grothoff
2016-04-16fix taler-exchange-wire way of loading configurationChristian Grothoff
2016-04-15automatically set 'type' in taler-exchange-wireChristian Grothoff
2016-04-11reduce unnecessary #includesChristian Grothoff
2016-04-11use libtalerwire instead of duplicating logicChristian Grothoff
2016-04-10fixing #4386: use more sane configuration and data file structureChristian Grothoff
2016-04-07removing duplication of --help logicChristian Grothoff
2016-04-03fix json generation, use proper json in testChristian Grothoff
2016-04-02change taler-exchange-sepa to a more generic taler-exchange-wire tool using ↵Christian Grothoff
the wire plugins (#4237)