Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-31 | add missing linker options | Christian Grothoff | |
2020-07-29 | rename tool | MS | |
2020-07-05 | fix #6408: make sure all timestamps are always rounded when they arrive over ↵ | Christian Grothoff | |
JSON, or 400 the requester; similarly don't tolerate anything else as client | |||
2020-03-15 | move common logic to parse currency into libtalerutil | Christian Grothoff | |
2020-03-03 | remove /config from API, as that is not part of the wire gateway specification | Christian Grothoff | |
2020-02-04 | implement /config in fakebank and taler_bank_lib.h (#6066) | Christian Grothoff | |
2020-01-17 | DCE, part one | Florian Dold | |
2020-01-16 | make lib(c|gn)url mandatory, cleaner makefiles | Florian Dold | |
2020-01-13 | eliminate libtalerwire | Christian Grothoff | |
2020-01-12 | reorganization of file structure | Christian Grothoff | |
2020-01-12 | fix ftbfs | Christian Grothoff | |
2020-01-12 | add separate transfer and admin/add/incoming commands | 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-24 | add missing configuration files to dist, eliminate warning on CONFLICT ↵ | Christian Grothoff | |
status code in test | |||
2019-12-20 | misc release preparations: mostly fixing 'make dist' target | Christian Grothoff | |
2019-12-14 | new is the new old: remove _new from tests | Christian Grothoff | |
2019-12-14 | remove obsolete old tests (#5758) | Christian Grothoff | |
2019-10-26 | turn teah_common.c into libtalercurl, fixes many ugly issues in build system | Christian Grothoff | |
2019-10-23 | alphabetical, please | Christian Grothoff | |
2019-09-11 | rename test | Marcello Stanisci | |
2019-09-11 | purge old _new bank-lib test | Marcello Stanisci | |
2019-09-11 | Unify "twisted" tests. | Marcello Stanisci | |
2019-09-09 | fix makefile | Marcello Stanisci | |
2019-09-09 | one source two binaries for testing. | Marcello Stanisci | |
2019-05-12 | hack in bank-lib compression | Florian Dold | |
2019-04-19 | Install taler-bank-transfer again. Needed by reserve topper. | Marcello Stanisci | |
2019-04-11 | fix build trouble | Christian Grothoff | |
2019-04-08 | Put /history[-range] logic in a dedicate file. | Marcello Stanisci | |
2019-03-21 | Makefile. | Marcello Stanisci | |
Do not install, but get to compile the utility command 'taler-fakebank-run'. | |||
2019-03-18 | Do not run unneeded test. | Marcello Stanisci | |
2019-03-13 | Fakebank debugging. | Marcello Stanisci | |
Adding a CLI launcher for the bare fakebank service. | |||
2019-01-22 | Fix Makefiles. | Marcello Stanisci | |
2018-09-05 | fix "twisted" test-suites. | Marcello Stanisci | |
2018-08-16 | fix all (?) wrong -l flags | Florian Dold | |
2018-08-16 | fix more wrong -l flags | Florian Dold | |
2018-08-16 | fix some wrong -l flags | Florian Dold | |
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-03-17 | fix makefile conditional. | Marcello Stanisci | |
2018-03-17 | adding "with_fakebank_twisted" tests. | Marcello Stanisci | |
2018-03-17 | add fakebank-version of twisted tests. | Marcello Stanisci | |
2018-03-17 | bank-lib twisted tests scaffold done. | Marcello Stanisci | |
2018-03-17 | bank-lib's twisted tests scaffold | Marcello Stanisci | |
2018-02-26 | Bank-lib tests, using the new (libraries-based) style. | Marcello Stanisci | |
2017-12-14 | implement taler-bank-transfer, fixes #5195 | Christian Grothoff | |
2017-12-06 | largely fix #5077 | Christian Grothoff | |
2017-10-18 | missing conf from 'make dist' | Marcello Stanisci | |
2017-06-06 | bump versions for releasev0.3.0 | Christian Grothoff | |
2017-05-16 | take the history array from "data" field returned by the bank | Marcello Stanisci | |
2017-05-10 | initial fixes to test exchange/bank interfacing | Marcello Stanisci | |
2017-05-07 | implement fakebank support (incl. tests) for #5005/#4964/4959 | Christian Grothoff | |