aboutsummaryrefslogtreecommitdiff
path: root/captain/requtils.f90
AgeCommit message (Collapse)Author
2022-05-06Login and session tracking now works via Gemini. Need to restrict ↵Jeffrey Armstrong
operations in Gemini based on request auth levels still.
2022-05-04Auth levels are now read from a special config file. Both display and ↵Jeffrey Armstrong
operations are now checked for auth level.
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-06-03Proper server response codes are now used by the request_utils moduleJeffrey Armstrong
2021-05-24Added links on jobs pages to the instructions and player that were running ↵Jeffrey Armstrong
the job.
2021-05-20Added copyright headers to a few files.Jeffrey Armstrong
2021-05-17Added pager to jobs list on instructions page as well.Jeffrey Armstrong
2021-05-12Added some CSS styling. Fixed checks for zero-length pointers since it ↵Jeffrey Armstrong
seems to freak out Fortran.
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-07Instructions and players now displayed via the CGI interface. Added 'page' ↵Jeffrey Armstrong
member to the request derived type.
2021-05-06Individual job results can now be displayed via CGIJeffrey Armstrong
2021-05-06Job listing now works through CGIJeffrey Armstrong
2021-05-06Fixed static file handler to allow subdirectories properly. Fixed directory ↵Jeffrey Armstrong
file listing under Linux. Release listing now works through CGI.
2021-05-05Re-fixed inquire statements because I was wrong. Commented out some ↵Jeffrey Armstrong
unimplemented calls.
2021-05-05Fixed inquire statements. Added releases support, in theory, to the web ↵Jeffrey Armstrong
handler.
2021-05-04Initial work on the CGI interface for web access.Jeffrey Armstrong