Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-30 | update README | Christian Grothoff | |
2018-10-27 | towards building auditor-lib (not yet finished) | Christian Grothoff | |
2018-09-05 | fix --enable-only-doc. | Marcello Stanisci | |
automake wants macros defined EVEN THOUGH they never get used in the compilation; as when, for example, the --enable-only-doc switch is given. | |||
2018-09-05 | minor polishing | Marcello Stanisci | |
2018-08-19 | make fakebank use epoll() on platforms where it is available | Christian Grothoff | |
2018-08-16 | missing quoting in configure.ac | Florian Dold | |
2018-08-16 | remove weird -l flags in configure.ac | Florian Dold | |
2018-08-16 | make curl check saner, use AS_IF | Christian Grothoff | |
2018-07-11 | more precise version check | Christian Grothoff | |
2018-04-15 | merging Florian's changes with my wire changes | Christian Grothoff | |
2018-04-04 | change version number to 0.5 | 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-19 | set default HAVE_TWISTER. | Marcello Stanisci | |
2018-03-19 | fix parenthesis. | Marcello Stanisci | |
2018-03-17 | Twisted tests scaffold. | Marcello Stanisci | |
2018-03-04 | fix #5293 | Christian Grothoff | |
2017-10-24 | fix #5108 | Christian Grothoff | |
2017-10-18 | releasing v0.4.0v0.4.0 | Christian Grothoff | |
2017-10-18 | fix --with-libcurl and --with-libgnurl options; they used to | Marcello Stanisci | |
ignore the given path. | |||
2017-06-06 | bump versions for releasev0.3.0 | Christian Grothoff | |
2017-06-04 | cleaning up use of doxygen, fixing #5057 | Christian Grothoff | |
2017-05-31 | preventing Makefile.in generation in non existent directory | Marcello Stanisci | |
2017-05-17 | manual gpl boilerplate + commands to compile the manual | Marcello Stanisci | |
2016-11-18 | version bump and ChangeLog updatev0.2.0 | Christian Grothoff | |
2016-11-16 | Resuming taler-config generation | Marcello Stanisci | |
2016-11-11 | test for sufficiently recent libmicrohttpd version | Christian Grothoff | |
2016-11-11 | -only enable developer logic if MHD is recent enough | Christian Grothoff | |
2016-10-10 | version 0.1.0v0.1.0 | Florian Dold | |
2016-10-06 | adding skeleton code for auditor | Christian Grothoff | |
2016-06-20 | 0.0.2 configure update | Christian Grothoff | |
2016-06-20 | use c99 | Christian Grothoff | |
2016-06-07 | Changelogv0.0.1 | Christian Grothoff | |
2016-05-30 | benchmark makefile | Marcello Stanisci | |
2016-05-04 | fixes for disting | Christian Grothoff | |
2016-05-04 | fix make dist | Christian Grothoff | |
2016-04-25 | fix #4438 | Christian Grothoff | |
2016-04-19 | curl header detection | Florian Dold | |
2016-03-19 | Merge branch 'master' of git+ssh://taler.net/var/git/exchange | Christian Grothoff | |
2016-03-19 | first refactoring of JSON logic to address #4150 and #4237 | Christian Grothoff | |
2016-03-17 | add APP target | Christian Grothoff | |
2016-03-01 | renaming mint->exchange | Christian Grothoff | |
2016-01-25 | more work on wire plugin | Christian Grothoff | |
2016-01-24 | adding skeletons for plugins | Christian Grothoff | |
2016-01-24 | do not link everything against libcurl... | Christian Grothoff | |
2015-12-13 | Only check for postgres if building full mint. | Florian Dold | |
Otherwise the macro for postgres pulls unwanted system header files in and makes the build fail with emscripten. | |||
2015-09-28 | have option to disable expensive tests | Christian Grothoff | |
2015-07-16 | fixing configure.ac to prepare compilation of libtalerutil_wallet under ↵ | Marcello Stanisci | |
emscripten | |||
2015-07-14 | -off by 1 | Christian Grothoff | |
2015-05-28 | fix helptext | Christian Grothoff | |
2015-05-28 | add --enable-wallet-only flag to build libtalerutil_wallet which ONLY ↵ | Christian Grothoff | |
contains the wallet-specific API subset |