aboutsummaryrefslogtreecommitdiff
path: root/cforum.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-18Make nextparam work with non-NUL-terminated dataJohn Ankarström
At least on POST.
2021-09-18Start work on `new' functionsJohn Ankarström
2021-09-18Implement `add' functionsJohn Ankarström
2021-09-18Clean up database codeJohn Ankarström
2021-09-18Add README, fix C89 complianceJohn 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.
2021-09-17Rework query functionsJohn Ankarström
Now, the value/parameter retrieval function handles both GET and POST parameters.
2021-09-17CompartmentalizeJohn Ankarström
2021-09-17First commitJohn Ankarström