aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-01enforce RFC 8959 prefix for passwordsChristian Grothoff
2024-04-30work on tokensChristian Blättler
2024-04-27validate and sign token envelopesChristian Blättler
2024-04-27pass wallet data hash to deposit signature validationChristian Blättler
2024-04-27work on testing orders with tokensChristian Blättler
2024-04-27fix token family key parsingChristian Blättler
2024-04-27tokens, not coins 🙃Christian Blättler
2024-04-27set valid_after timestamp to rounded value of matching keyChristian Blättler
2024-04-26build tokens array in test commandChristian Blättler
2024-04-26add pay command to tokens test case (which will currently fail)Christian Blättler
2024-04-26extend testing lib to support paying for orders with choicesChristian Blättler
2024-04-26extend merchant lib to allow tokens as inputsChristian Blättler
2024-04-26fix memory management in case of errorChristian Blättler
2024-04-26fix choices length checkChristian Blättler
2024-04-26add todoChristian Blättler
2024-04-25fix set_token_family memory leaksChristian Blättler
2024-04-25parse and hash wallet data in pay handlerChristian Blättler
2024-04-25rename signatureChristian Blättler
2024-04-21work on pay handlerChristian Blättler
2024-04-21printf of find is non-portable, use awkChristian Grothoff
2024-04-21pay: fetch and parse choices from dbChristian Blättler
2024-04-21fix serialized json format of choicesChristian Blättler
2024-04-21fix timestamp in order creation testChristian Blättler
2024-04-21fix cache control for /config: rebuild response after it expiredChristian Grothoff
2024-04-20parse tokens in pay handlerChristian Blättler
2024-04-20rename keysChristian Blättler
2024-04-19proper date rounding & fix db key extractionChristian Blättler
2024-04-19fix choice index typeChristian Blättler
2024-04-19typoChristian Blättler
2024-04-19remove todoChristian Blättler
2024-04-19use better error codeChristian Blättler
2024-04-19check hash before insertingChristian Blättler
2024-04-19fix compiler warningChristian Blättler
2024-04-19fix typosChristian Blättler
2024-04-18adapt to changed spec and fix key handlingChristian Blättler
2024-04-18add new migration to makefileChristian Blättler
2024-04-18remove todoChristian Blättler
2024-04-18check hash before insertingChristian Blättler
2024-04-18fix hash length constraintChristian Blättler
2024-04-18use better error codeChristian Blättler
2024-04-18add sql migration to add choice_index in dbChristian Blättler
2024-04-18fix compiler warningChristian Blättler
2024-04-18add choice_index to private get orders idChristian Blättler
2024-04-18add test for required minimum libgununetpq versionChristian Grothoff
2024-04-18addf FIXMEChristian Grothoff
2024-04-17test_merchant_api_* passingChristian Blättler
2024-04-17ignore clang filesChristian Blättler
2024-04-17update build systemChristian Blättler
2024-04-16implement orders with choices test caseChristian Blättler
2024-04-16add post tokenfamilies cmdChristian Blättler