Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-10 | load wire plugin | Marcello Stanisci | |
2019-02-10 | fix log | Marcello Stanisci | |
2019-02-10 | 4692. Skeleton. | Marcello Stanisci | |
2019-02-10 | Starting #4692 | Marcello Stanisci | |
2018-11-23 | Remove double closing of a "file stream". | Marcello Stanisci | |
2018-10-27 | clean up struct TALER_ExchangeSigningKeyValidityPS | Christian Grothoff | |
(long-standing fixme: should not have contained the signature itself) | |||
2018-10-06 | fix #5434 (no more salt in exchange wire replies) | Christian Grothoff | |
2018-09-15 | fix #5315, including more testing | Christian Grothoff | |
2018-05-03 | fix path generation. | Marcello Stanisci | |
2018-04-02 | fix NULL termination of fee list | 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. | |||
2018-02-12 | Implement new traits-based tests. | Marcello Stanisci | |
2017-12-14 | implement taler-bank-transfer, fixes #5195 | Christian Grothoff | |
2017-12-08 | fix reservemod issue with time rounding | Christian Grothoff | |
2017-10-06 | check rval from TALER_amount_to_string | Christian Grothoff | |
2017-10-06 | really carefully check strtoll() return value before casting to uint64_t | Christian Grothoff | |
2017-06-04 | fix more leaks | Christian Grothoff | |
2017-05-09 | handle error code returned by TALER_EXCHANGEDB_denomination_keys_iterate | Christian Grothoff | |
2017-05-08 | remove dead transfer details field from reserves_in (API, exchangedb, etc.) | Christian Grothoff | |
2017-05-05 | updating DB schema for new wire history operations and future auditor checks ↵ | Christian Grothoff | |
of wire transfers | |||
2017-04-20 | fix misc doxygen issues | Christian Grothoff | |
2017-04-17 | introducing closing fee | Christian Grothoff | |
2017-04-08 | implement checking of denomination revocation status in auditor | Christian Grothoff | |
2017-04-07 | implement denomination key revocation logic in exchangedb and ↵ | Christian Grothoff | |
taler-exchange-keyup (part of #3887) | |||
2017-03-25 | renaming GNUNET_GETOPT-symbols to match latest changes in GNUnet | Christian Grothoff | |
2017-03-15 | update getopt config parsing style to match 'getopt' GNUnet branch API change | Christian Grothoff | |
2017-03-05 | fix use of uninit value | Christian Grothoff | |
2017-03-04 | implementing #4932 | Christian Grothoff | |
2017-03-03 | implement #4929: add wire transfer fee to /wire (but not yet charged by ↵ | Christian Grothoff | |
aggregator) | |||
2017-02-14 | fix return value check | Christian Grothoff | |
2016-11-19 | taler-exchange-wire: infer method from JSON if possible | Florian Dold | |
2016-10-10 | fix disting: auditor.conf moved | Christian Grothoff | |
2016-10-06 | move taler-auditor-sign tool to auditor/ direcotory | Christian Grothoff | |
2016-09-20 | strtol -> strtoll, which made the anchor (see signkey generation algorithm) | Marcello Stanisci | |
always point to the 70s, so new signkeys were always generated | |||
2016-09-07 | Regenerate keys before withdraw period is over. | Florian Dold | |
Before, we only would create new denomination keys when the spending period is over. | |||
2016-07-07 | fixing #4594 | Marcello Stanisci | |
2016-06-15 | nicer reports | Christian Grothoff | |
-fix leak -fix leaks | |||
2016-06-11 | fix leaks | Christian Grothoff | |
2016-05-31 | add -g option to taler-exchange-dbinit | Christian Grothoff | |
2016-05-26 | fix #4533 for exchange (breaks interaction with bank for /admin/add/incoming) | Christian Grothoff | |
2016-05-21 | testing refund, fixing bugs, refund test passes | Christian Grothoff | |
2016-05-06 | refactor code to write signing keys in same module where we read them | Christian Grothoff | |
2016-05-05 | implementing #4449 | Christian Grothoff | |
2016-05-05 | fixing #4461 | Christian Grothoff | |
2016-05-04 | fixes for disting | Christian Grothoff | |
2016-05-02 | fixing #4462: avoid temporary schemata altogether | Christian Grothoff | |
2016-05-02 | fix #4184 | Christian Grothoff | |
2016-04-20 | introduce refund fee | Christian Grothoff | |
2016-04-16 | fix linker issue | Christian Grothoff | |
2016-04-16 | fix config parsing for dbinit tool | Christian Grothoff | |