aboutsummaryrefslogtreecommitdiff
path: root/captain/sqlite.f90
AgeCommit message (Collapse)Author
2023-01-02Calls to step_now, which are almost always inserts or updates, will now ↵Jeffrey Armstrong
retry 20 times with sleep states if a busy result is reported by the db.
2022-06-27Added player report of task type, which the captain will show in the job ↵Jeffrey Armstrong
summary.
2022-04-26Added routines for validating user passwords and creating new users. Added ↵Jeffrey Armstrong
routines for looking up sessions.
2021-04-15Added license and readme to the projectJeffrey Armstrong
2021-04-01Jobs are now inserted into the database when launched. Job listings work.Jeffrey Armstrong
2021-03-25Started on server components. Implemented thin, only-necessary sqlite ↵Jeffrey Armstrong
wrapping in Fortran.