Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-22 | Log in, log outHEADmaster | John Ankarström | |
2021-09-20 | Implement login | John Ankarström | |
2021-09-19 | Add bcrypt | John Ankarström | |
2021-09-19 | Fix ISVIS, parse database error | John Ankarström | |
2021-09-19 | Use single header file | John 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-19 | Add simple captcha | John Ankarström | |
2021-09-19 | Implement URL decode and HTML escape functions | John Ankarström | |
2021-09-18 | Make nextparam work with non-NUL-terminated data | John Ankarström | |
At least on POST. | |||
2021-09-18 | New user | John Ankarström | |
2021-09-18 | Start work on `new' functions | John Ankarström | |
2021-09-18 | Implement `add' functions | John Ankarström | |
2021-09-18 | Free database structs after use | John Ankarström | |
2021-09-18 | Clean up database code | John Ankarström | |
2021-09-18 | Add README for mktpl | John Ankarström | |
2021-09-18 | Add README, fix C89 compliance | John Ankarström | |