aboutsummaryrefslogtreecommitdiff
path: root/captain/api.f90
AgeCommit message (Expand)Author
2022-06-27Added player report of task type, which the captain will show in the job summ...Jeffrey Armstrong
2022-05-06Login and session tracking now works via Gemini. Need to restrict operations...Jeffrey Armstrong
2022-04-11Added token validation to all api calls, esp. checkins. Changed status repor...Jeffrey Armstrong
2021-08-17Titan writing routine server-side is now a function returning success in case...Jeffrey Armstrong
2021-06-29Tokens are now checked for file uploads. Fixed major buffer bugs in status r...Jeffrey Armstrong
2021-06-22Added new database table for tracking last player checkin with requisite Fort...Jeffrey Armstrong
2021-04-15Added license and readme to the projectJeffrey Armstrong
2021-04-12URLs in instructions can now leave out the server implying download and uploa...Jeffrey 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 re...Jeffrey Armstrong
2021-04-07Fixed many issues related to reporting status. Initial debugging of titan up...Jeffrey Armstrong
2021-04-05Fixed checkin json to return a name of instructions needed and a job idJeffrey Armstrong
2021-04-05Implemented titan handling on the server, hopefully. Added sending the captu...Jeffrey Armstrong
2021-04-02More work on titan request handling, including a titan request derived typeJeffrey Armstrong
2021-04-02API calls to the gemini interface should work. API calls to the titan interf...Jeffrey Armstrong
2021-04-01Started work on API implementationJeffrey Armstrong