aboutsummaryrefslogtreecommitdiff
path: root/captain/response.f90
AgeCommit message (Collapse)Author
2023-02-08Fixed Gemini redirects to keep the session token intact. Might break ↵Jeffrey Armstrong
logging off...
2022-06-28Titan query strings are now actually processed as queries. Additional ↵request_refactorJeffrey Armstrong
cleanup based on refactor of requests.
2022-06-28Refactoring requests to be protocol-specificJeffrey Armstrong
2022-05-06Auth level for a request is now updated when a session token in gemini is found.Jeffrey Armstrong
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.
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-11Added token validation to all api calls, esp. checkins. Changed status ↵Jeffrey Armstrong
reports to use better query structure. Added query derived types to the request derived types directly. Requires testing of actual builds.
2021-08-24When titan uploads come in, existing files are first deleted.Jeffrey Armstrong
2021-08-20Attempt to streamline handling of titan uploads on the serverJeffrey Armstrong
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-05-20Added ability to extend templates if desired. Used in Home and About links.Jeffrey Armstrong
2021-05-12Fixed post query processing caused by sloppiness. Adding a player via the ↵Jeffrey Armstrong
web interface now works.
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-06Fixed static file handler to allow subdirectories properly. Fixed directory ↵Jeffrey Armstrong
file listing under Linux. Release listing now works through CGI.
2021-05-06CGI interface at least starts properly. Fixed rendering of templates to ↵Jeffrey Armstrong
actually take place in CGI mode.
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-14Fixed binary transfers to maintain file integrity. Added globbed file ↵Jeffrey Armstrong
upload capabilities. Fixed memory overrun issues due to problems parsing ls output.
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-07Results now posted back correctly using titan protocolJeffrey Armstrong
2021-04-07Fixed many issues related to reporting status. Initial debugging of titan ↵Jeffrey Armstrong
upload handling.
2021-04-05Implemented titan handling on the server, hopefully. Added sending the ↵Jeffrey Armstrong
captured file for a task to failed jobs as well.
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 ↵Jeffrey Armstrong
interface need implementation.
2021-04-01Started work on API implementationJeffrey Armstrong
2021-04-01Fixed request parsing to initialize a necessary variable. Minor cosmetic ↵Jeffrey Armstrong
changes to instruction handling.
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.