aboutsummaryrefslogtreecommitdiff
path: root/captain/db.f90
AgeCommit message (Collapse)Author
13 daysFixed session timeout to be one day for real this timeJeffrey Armstrong
2024-03-06Sessions now expire after 1 day.Jeffrey Armstrong
2023-09-20Transfer buffers for gemini file transfers extended from 64 bytes to 4K to ↵Jeffrey Armstrong
fix client download issues. Minor fixes to the crypt routines to use c_char arrays rather than strings.
2022-06-29Initial work to show artifacts on job pages.Jeffrey Armstrong
2022-06-27Added player report of task type, which the captain will show in the job ↵Jeffrey Armstrong
summary.
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-05-02Added concept of cookies so that sessions could exist in the web interface. ↵Jeffrey Armstrong
Login and logout now work properly.
2022-04-29Fixed login to use the proper password checking function.Jeffrey Armstrong
2022-04-28Sessions are now created and stored at login.Jeffrey Armstrong
2022-04-27Started work on user-facing user stuff for web interface.Jeffrey Armstrong
2022-04-27Added command line args to create an admin user. Fixed a few db bugs.Jeffrey Armstrong
2022-04-26Added routines for validating user passwords and creating new users. Added ↵Jeffrey Armstrong
routines for looking up sessions.
2021-11-24Started addition of scheduling jobsJeffrey Armstrong
2021-09-15Added online and offline checking based on last checkin time for players. ↵Jeffrey Armstrong
Added labeling of online status to most places players appear. Fixed css so display works in NetSurf.
2021-09-14Additional fixes to checkin sqlJeffrey Armstrong
2021-09-14Fixed insert-update statement for acknowledging checkinsJeffrey Armstrong
2021-06-29Tokens are now checked for file uploads. Fixed major buffer bugs in status ↵Jeffrey Armstrong
reporting.
2021-06-25Removed spurious printing when looking up instruction idsJeffrey Armstrong
2021-06-24Player tokens can now be set via web interface.Jeffrey Armstrong
2021-06-22Added new database table for tracking last player checkin with requisite ↵Jeffrey Armstrong
Fortran procedures.
2021-06-21Groups of instructions are now supported, allowing launching multiple jobs ↵Jeffrey Armstrong
at once
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-08Fixed task handling inside the captain. Fixed static file delivery.Jeffrey Armstrong
2021-04-07Fixed tasks such that they are created in the db initially. Fixed link to ↵Jeffrey Armstrong
results to be consistent with filenames for saving results.
2021-04-07Individual job results can now be viewedJeffrey Armstrong
2021-04-07Fixed many issues related to reporting status. Initial debugging of titan ↵Jeffrey Armstrong
upload handling.
2021-04-02API calls to the gemini interface should work. API calls to the titan ↵Jeffrey Armstrong
interface need implementation.
2021-04-01Jobs are now inserted into the database when launched. Job listings work.Jeffrey Armstrong
2021-04-01Added support for viewing individual instruction pages, assigning players, ↵Jeffrey Armstrong
and launching instruction jobs
2021-03-30Modified the jobs table. Added job derived type to the database module. ↵Jeffrey Armstrong
Need accessor calls.
2021-03-30Added script to scan and load instructions. Instructions now displayed on a ↵Jeffrey Armstrong
page.
2021-03-30Fixed outstanding issues in template variable assignment and player content ↵Jeffrey Armstrong
building. Removed unnecessary logging calls.
2021-03-29Added further player functions to db. Added contents for listing players ↵Jeffrey Armstrong
via gemini.
2021-03-27Minor cleanup of the template code. Started on main program handling requests.Jeffrey Armstrong
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.