summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Collapse)Author
2019-12-11add privacy policiesChristian Grothoff
2019-12-07work on testChristian Grothoff
2019-12-07centerChristian Grothoff
2019-12-07fix start timeChristian Grothoff
2019-12-07check total loss initiallyChristian Grothoff
2019-12-07fix j2Christian Grothoff
2019-12-04add TOSChristian Grothoff
2019-12-03implement #5967: have ranges in auditor reports, untested because right now ↵Christian Grothoff
tests somehow do not work
2019-10-31tighten formatting rulesChristian Grothoff
2019-10-29fix report generationChristian Grothoff
2019-10-26add test to check deposit inconsistency detection logicChristian Grothoff
2019-10-17add auditor test #24: wire out amount inconsistency detectionChristian Grothoff
2019-10-09add template commentsChristian Grothoff
2019-10-09expand test to cover withdrawing expired denominations, fix auditor-report ↵Christian Grothoff
template
2019-10-06add test for missing wire transfer for reserve closureChristian Grothoff
2019-10-06consider reserve closures as well when auditing outgoing wire transfersChristian Grothoff
2019-10-05add uncrustify pre-commit hookChristian Grothoff
2019-09-30add test for wire transfer subject malformedChristian Grothoff
2019-09-28add test for emergencies, and associated bugfixes to auditor and auditor reportChristian Grothoff
2019-09-16do not indent labelsChristian Grothoff
2019-09-15fix memory leaks in test caseChristian Grothoff
2019-09-05fix test wrt lagChristian Grothoff
2019-09-05more auditor testsChristian Grothoff
2019-09-05add test 14Christian Grothoff
2019-09-05add test for hung refresh and wrong refresh sig, fix audit report formatting ↵Christian Grothoff
issue(s)
2019-09-04more auditor tests, misc auditor bugfixesChristian Grothoff
2019-09-03expand test suite, minor style improvementsChristian Grothoff
2019-09-03note where table is testedChristian Grothoff
2019-09-03another test, more fixes in auditor-report templateChristian Grothoff
2019-09-02misc. auditor bugfixesChristian Grothoff
2019-09-02refine auditor report tempalteChristian Grothoff
2019-09-02fix audit report template bugsChristian Grothoff
2019-08-26minor auditor report generation bugfixes:Christian Grothoff
2019-08-25emacs integrationChristian Grothoff
2019-08-25add space after castChristian Grothoff
2019-08-25some more formatting rulesFlorian Dold
2019-08-25re-format codeFlorian Dold
2019-08-25print message if crustify is not installedFlorian Dold
2019-08-25uncrustify config tweaksFlorian Dold
2019-08-25uncrustify config and scriptFlorian Dold
2019-07-25update auditordb to include payback lossesChristian Grothoff
2019-06-27doxyfileMarcello Stanisci
2019-06-27move nix files to separate dirFlorian Dold
2018-11-24migrate auditor-report.tex.j2 to current JSON style where currency/value are ↵Christian Grothoff
no longer separated
2018-11-04add auditing of deposit confirmations to auditor (#5447)Christian Grothoff
2018-08-17add gnurl depsFlorian Dold
2018-08-17guix: add taler-exchange module and packageFlorian Dold
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.
2018-01-30missed on URIFlorian Dold
2018-01-04fix minor formatting issueChristian Grothoff