aboutsummaryrefslogtreecommitdiff
path: root/captain
AgeCommit message (Collapse)Author
2021-03-30Storing an example site. Added support for just plain old static files and ↵Jeffrey Armstrong
favicons
2021-03-30Fixed outstanding issues in template variable assignment and player content ↵Jeffrey Armstrong
building. Removed unnecessary logging calls.
2021-03-30Reworked requests and responses with some derived types so that things make ↵Jeffrey Armstrong
sense.
2021-03-29Added further player functions to db. Added contents for listing players ↵Jeffrey Armstrong
via gemini.
2021-03-29Changed how temp files work on UNIX-y stuff. Fixed templates, which were ↵Jeffrey Armstrong
quite broken.
2021-03-29Added handling for basic external requests.Jeffrey Armstrong
2021-03-27Starting work towards processing external gemini requests.Jeffrey Armstrong
2021-03-27Minor cleanup of the template code. Started on main program handling requests.Jeffrey Armstrong
2021-03-26Template rendering implemented. Added configuration and external url ↵Jeffrey Armstrong
handling procedure stubs
2021-03-26Started work on a template engine complete with variables. Added a few ↵Jeffrey Armstrong
database routines and some hopeful, untested changes to the sql creation script.
2021-03-25Started on server components. Implemented thin, only-necessary sqlite ↵Jeffrey Armstrong
wrapping in Fortran.