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 | Update .gitignore | John Ankarström | |
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 | mktpl: Limit string literals to 509 characters (C89) | 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 | Clean up | John Ankarström | |
2021-09-18 | Add README for mktpl | John Ankarström | |
2021-09-18 | Add README, fix C89 compliance | John Ankarström | |
2021-09-18 | Implement attachments | John Ankarström | |
2021-09-18 | Improve Makefile | John Ankarström | |
2021-09-17 | Whatever | John Ankarström | |
2021-09-17 | Fix mktpl bug | John Ankarström | |
2021-09-17 | Add database helper functions | John Ankarström | |
2021-09-17 | Rewrite mktpl script in C | John Ankarström | |
The Perl version didn't handle multiple interpolations on the same line. | |||
2021-09-17 | Rework query functions | John Ankarström | |
Now, the value/parameter retrieval function handles both GET and POST parameters. | |||
2021-09-17 | Compartmentalize | John Ankarström | |
2021-09-17 | Add .gitignore | John Ankarström | |
2021-09-17 | First commit | John Ankarström | |