summaryrefslogtreecommitdiff
path: root/doc/sphinx
AgeCommit message (Collapse)Author
2024-02-05return 'implementation' field in /config responsesChristian Grothoff
2023-08-12update TOS logicChristian Grothoff
2023-08-11add anastasis-db* man pagesChristian Grothoff
2023-01-11document how CLI helpers for authorization are calledChristian Grothoff
2023-01-11-fix doc on configChristian Grothoff
2022-04-13fix IBAN docsChristian Grothoff
2022-04-13-rename fest for #7045Christian Grothoff
2022-04-12-make meta data mandatoryChristian Grothoff
2022-04-12rename 'next' to 'select_version' and allow passing provider arrayChristian Grothoff
2022-04-12clean up status codes, remove old endpoint from API docsChristian Grothoff
2022-03-02push new /truth/ API through the entire implementationChristian Grothoff
2022-03-01-first rough cut client implementation of the new /truth/ APIsChristian Grothoff
2022-02-27proposal to address #7064Christian Grothoff
2022-02-27document application ID support (-A command-line option)Christian Grothoff
2022-02-27document application ID support (-a command-line option)Christian Grothoff
2022-01-21document sync_providers transitionChristian Grothoff
2022-01-21add discussion about need for another transitionChristian Grothoff
2022-01-20implement new reducer logic (completely untested though)Christian Grothoff
2022-01-20-update reducer documentation to new plan (yet to be implemented)Christian Grothoff
2022-01-19implement routine to download meta data and decrypt to libanastasis; improve ↵Christian Grothoff
API to include timestamp
2022-01-19add meta handler and client implementationChristian Grothoff
2021-12-31document and shorten default payment timeout (fixes #7073)Christian Grothoff
2021-12-31clarify documentation for #7074Christian Grothoff
2021-12-31fix #7054: propagate more information on the rate-limitingChristian Grothoff
2021-11-16add uuid-display to reducer and document itChristian Grothoff
2021-11-02docs: we actually use the fee labelFlorian Dold
2021-11-02fix upload_fees in docsFlorian Dold
2021-10-21docs: make header name match implementationFlorian Dold
2021-10-21get rid of policy download signature, explain upload signature betterFlorian Dold
2021-10-19docs: fix field nameFlorian Dold
2021-10-19docs: document policy expiration headerFlorian Dold
2021-10-19docs: heading fixesFlorian Dold
2021-10-19docs: string is lower-caseFlorian Dold
2021-10-19clarify truth_salt nameFlorian Dold
2021-10-19Fix account key derivation.Florian Dold
In Ed25519, the secret key is just a seed and not a scalar. It is used both when hashing the message and used to derive the scalar "d" via hashing. Only the scalar "d" needs bit-twiddling. Bit-twiddling the seed doesn't make sense.
2021-10-18do bit twiddling correctly, it's little-endianFlorian Dold
2021-10-17docs: truth is not signedFlorian Dold
2021-10-17docs: Anastasis-UUID does not existFlorian Dold
2021-10-14docsFlorian Dold
2021-10-14docs: fix typoFlorian Dold
2021-10-13document error handlingFlorian Dold
2021-10-06fix recdoc JSON specChristian Grothoff
2021-09-30allow providers to be enabled/disabledChristian Grothoff
2021-09-01separate DB creation from plugin loading; fix misc. Debian package issuesChristian Grothoff
2021-09-01update instructionsChristian Grothoff
2021-08-29demohintChristian Grothoff
2021-08-28-grammarChristian Grothoff
2021-08-24-update man pagesChristian Grothoff
2021-08-23-more work on iban logicChristian Grothoff
2021-08-22-more work on test_iban.shChristian Grothoff