aboutsummaryrefslogtreecommitdiff
path: root/comments/src
AgeCommit message (Collapse)Author
2024-07-20Use forked pg.zig which has connection URI parsing facilityMartin Ashby
2024-07-19Convert to using pg.zig instead of wrapping libpq for postgresql accessMartin Ashby
Pure zig also means cross compilation works again!
2024-05-26Add post on zigvmMartin Ashby
Fixup for zig master
2024-03-25Final conversion to ZineMartin Ashby
2024-02-18Add CGI handling to my basic serverMartin Ashby
Fix some missing bits from the comments CGI program, specifically - respect content_length from the web server - write the http status response as a header in the result
2024-02-01Update for zig masterMartin Ashby
2023-08-31Move pq.zig to it's own repo for re-use in other projectsMartin Ashby
2023-08-28Switch to zig package manager instead of using submodulesMartin Ashby
Add smtp library Send a notification on comment.
2023-08-22Replace comments with zig versionMartin Ashby
2023-08-22align zig and rust implementations of commentsMartin Ashby
switch deploy script to zig version
2022-12-31Add email notifications to commentsMartin Ashby
2022-12-30Comments are basically functional.Martin Ashby
Added example config.
2022-12-29comments api appears functional...Martin Ashby
2022-12-29More work on commentsMartin Ashby
2022-12-27Initial comments impl for my blogMartin Ashby