aboutsummaryrefslogtreecommitdiff
path: root/captain/config.f90
AgeCommit message (Collapse)Author
2022-05-04Auth levels are now read from a special config file. Both display and ↵Jeffrey Armstrong
operations are now checked for auth level.
2022-04-26Added routines for validating user passwords and creating new users. Added ↵Jeffrey Armstrong
routines for looking up sessions.
2021-05-13Temporary directory is now configurable.Jeffrey Armstrong
2021-04-15Added license and readme to the projectJeffrey Armstrong
2021-04-09Modified how logging works so that multiple processes can write in theory.Jeffrey Armstrong
2021-04-07Fixed many issues related to reporting status. Initial debugging of titan ↵Jeffrey Armstrong
upload handling.
2021-03-30Added script to scan and load instructions. Instructions now displayed on a ↵Jeffrey Armstrong
page.
2021-03-30Storing an example site. Added support for just plain old static files and ↵Jeffrey Armstrong
favicons
2021-03-30Reworked requests and responses with some derived types so that things make ↵Jeffrey Armstrong
sense.
2021-03-29Changed how temp files work on UNIX-y stuff. Fixed templates, which were ↵Jeffrey Armstrong
quite broken.
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