aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-06-06allow for orders with no coins (zero price)Christian Blättler
2024-06-06fix token family validity duration checkChristian Blättler
2024-06-06check validity period of token issue keyChristian Blättler
2024-06-06check validity period of token families and keysChristian Blättler
2024-06-06only allow creation of token families with validity period in the futureChristian Blättler
2024-06-06store used tokens in database and prevent double using a tokenChristian Blättler
2024-06-06add test for double-spending a tokenChristian Blättler
2024-06-05remove legacy user_typeChristian Grothoff
2024-06-03bump version to 0.11.3v0.11.3Sebastian
2024-06-03latest from prebuiltSebastian
2024-06-03import account from bankSebastian
2024-05-26-finish implementation of protocol v16, still undertestedChristian Grothoff
2024-05-26expand POST /products to allow specifying categories the product is inChristian Grothoff
2024-05-25-fix indexChristian Grothoff
2024-05-25activate new categories APIChristian Grothoff
2024-05-25-more work on categoriesChristian Grothoff
2024-05-25start on implementing protocol v16Christian Grothoff
2024-05-22bump debianChristian Grothoff
2024-05-22-fix SQL typo found by SebastianChristian Grothoff
2024-05-21-bump dependencies and page versionv0.11.1Christian Grothoff
2024-05-21-bump dependenciesChristian Grothoff
2024-05-17-fix userChristian Grothoff
2024-05-17only prevent restart on status 9Christian Grothoff
2024-05-15version bump for v0.11.0Christian Grothoff
2024-05-13latest from prebuiltSebastian
2024-05-13add ref to bugChristian Grothoff
2024-05-13implement protocol spec v15Christian Grothoff
2024-05-11miscChristian Blättler
2024-05-06work on tokensChristian Blättler
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