aboutsummaryrefslogtreecommitdiff
path: root/captain/external.f90
AgeCommit message (Collapse)Author
2022-06-29Added releases to job pages in geminiJeffrey Armstrong
2022-06-29Merge branch 'artifacts'Jeffrey Armstrong
2022-06-29Initial work to show artifacts on job pages.Jeffrey Armstrong
2022-06-28Titan query strings are now actually processed as queries. Additional ↵request_refactorJeffrey Armstrong
cleanup based on refactor of requests.
2022-06-27Added player report of task type, which the captain will show in the job ↵Jeffrey Armstrong
summary.
2022-05-09Authorization now checked via Gemini. Finally implemented a single player ↵Jeffrey Armstrong
page in Gemini.
2022-05-06Login and session tracking now works via Gemini. Need to restrict ↵Jeffrey Armstrong
operations in Gemini based on request auth levels still.
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-08-17Titan writing routine server-side is now a function returning success in ↵Jeffrey Armstrong
case file can't be written.
2021-06-29Tokens are now checked for file uploads. Fixed major buffer bugs in status ↵Jeffrey Armstrong
reporting.
2021-06-21Groups of instructions are now supported, allowing launching multiple jobs ↵Jeffrey Armstrong
at once
2021-05-24Added links on jobs pages to the instructions and player that were running ↵Jeffrey Armstrong
the job.
2021-05-20Added a build date function. Implemented about and home templates for ↵Jeffrey Armstrong
gemini interface.
2021-05-11Moved some command handling into requtils to share with web and gemini ↵Jeffrey Armstrong
modes. Started work on handling post requests to add players.
2021-05-06Individual job results can now be displayed via CGIJeffrey Armstrong
2021-05-06Job listing now works through CGIJeffrey Armstrong
2021-05-04Initial work on the CGI interface for web access.Jeffrey Armstrong
2021-04-15Added license and readme to the projectJeffrey Armstrong
2021-04-13Releases page and file/dir listing works great on Linux. Should work on BSD ↵Jeffrey Armstrong
hosts as well.
2021-04-12URLs in instructions can now leave out the server implying download and ↵Jeffrey Armstrong
upload from the server itself. Download and upload both work correctly.
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-01Fixed request parsing to initialize a necessary variable. Minor cosmetic ↵Jeffrey Armstrong
changes to instruction handling.
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-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-26Template rendering implemented. Added configuration and external url ↵Jeffrey Armstrong
handling procedure stubs