summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2024-02-05return 'implementation' field in /config responsesChristian Grothoff
2023-09-08add db-tool man pagesChristian Grothoff
2023-08-12update TOS logicChristian Grothoff
2023-08-11add anastasis-db* man pagesChristian Grothoff
2023-05-18rename .success to .ok for consistencyChristian Grothoff
2023-01-11document how CLI helpers for authorization are calledChristian Grothoff
2023-01-11-fix doc on configChristian Grothoff
2022-12-05-template updateChristian Grothoff
2022-07-24-adapt to latest libgnunetpqChristian 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-04-12-remove dead codeChristian Grothoff
2022-03-10-update to latest exchange APIChristian 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-27-first rough cut towards implementing new /truths/ endpoint design (#7064)Christian 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-13-more loggingChristian Grothoff
2021-10-13document error handlingFlorian Dold
2021-10-07use libsodium cryptobox / chacha20poly1305Florian Dold