aboutsummaryrefslogtreecommitdiff
path: root/db.c
AgeCommit message (Collapse)Author
2021-09-22Log in, log outHEADmasterJohn Ankarström
2021-09-20Implement loginJohn Ankarström
2021-09-19Add bcryptJohn Ankarström
2021-09-19Use single header fileJohn Ankarström
There are drawbacks with this approach, but the benefit -- for a small-ish project -- is that the single header file can serve as a very good overview and guide for people exploring the code for the first time.
2021-09-18New userJohn Ankarström
2021-09-18Implement `add' functionsJohn Ankarström
2021-09-18Clean up database codeJohn Ankarström
2021-09-18Implement attachmentsJohn Ankarström
2021-09-17WhateverJohn Ankarström
2021-09-17Fix mktpl bugJohn Ankarström
2021-09-17Add database helper functionsJohn Ankarström
2021-09-17Rewrite mktpl script in CJohn Ankarström
The Perl version didn't handle multiple interpolations on the same line.