Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-18 | removed the GnuTLS check for cURL | Jonathan Buchanan | |
2020-04-10 | fix check for twister | Christian Grothoff | |
2020-03-31 | bump version in configure.ac | Christian Grothoff | |
2020-03-29 | v7 | Christian Grothoff | |
2020-03-28 | address FIXME | Christian Grothoff | |
2020-02-07 | add proper i18n for pp | Christian Grothoff | |
2020-02-07 | proper i18n support for TOS | Christian Grothoff | |
2020-01-19 | move testing logic and integration tests into separate directory | Florian Dold | |
2020-01-18 | deduplicate doxyfiles, integrate with build | Christian Grothoff | |
2020-01-18 | fix compiler warnings | Christian Grothoff | |
2020-01-16 | make lib(c|gn)url mandatory, cleaner makefiles | Florian Dold | |
2020-01-16 | remove wallet-specific code | Florian Dold | |
2020-01-13 | eliminate libtalerwire | 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-20 | misc release preparations: mostly fixing 'make dist' target | Christian Grothoff | |
2019-12-11 | add privacy policies | Christian Grothoff | |
2019-12-04 | add TOS | Christian Grothoff | |
2019-11-23 | start with libtalermhd | Christian Grothoff | |
2019-10-26 | turn teah_common.c into libtalercurl, fixes many ugly issues in build system | Christian Grothoff | |
2019-09-14 | add --enable-sanitizer | Christian Grothoff | |
2019-06-26 | order of CFLAGS | Florian Dold | |
2019-06-26 | disable useless GCC warning about pointer alignment | Florian Dold | |
2019-05-12 | replace if with AS_IF (fixes #5709 for exchange) | Christian Grothoff | |
2019-05-12 | replace if with AS_IF (#5709, wip) | Christian Grothoff | |
2019-05-12 | replace if with AS_IF (#5709, wip) | Christian Grothoff | |
2019-05-12 | replace if with AS_IF (#5709, wip) | Christian Grothoff | |
2019-05-12 | replace if with AS_IF (#5709, wip) | Christian Grothoff | |
2019-05-01 | save and restore CFLAGS/LDFLAGS/LIBS when checking for gnurl/curl | Florian Dold | |
2019-04-30 | fix madness in configure.ac | Florian Dold | |
2019-01-11 | fix cyclic dependency by combining exchange-lib and auditor-lib directories | Christian Grothoff | |
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 | |