aboutsummaryrefslogtreecommitdiff
path: root/captain/gemini.f90
AgeCommit message (Expand)Author
2023-09-20Transfer buffers for gemini file transfers extended from 64 bytes to 4K to fi...Jeffrey Armstrong
2023-02-08Fixed Gemini redirects to keep the session token intact. Might break logging...Jeffrey Armstrong
2022-06-28Refactoring requests to be protocol-specificJeffrey Armstrong
2022-05-06Login and session tracking now works via Gemini. Need to restrict operations...Jeffrey Armstrong
2021-06-29Tokens are now checked for file uploads. Fixed major buffer bugs in status r...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 many issues related to reporting status. Initial debugging of titan up...Jeffrey Armstrong
2021-04-05Implemented titan handling on the server, hopefully. Added sending the captu...Jeffrey Armstrong
2021-04-01Started work on API implementationJeffrey Armstrong
2021-03-30Added script to scan and load instructions. Instructions now displayed on a ...Jeffrey Armstrong
2021-03-30Fixed outstanding issues in template variable assignment and player content b...Jeffrey Armstrong
2021-03-30Reworked requests and responses with some derived types so that things make s...Jeffrey Armstrong
2021-03-29Changed how temp files work on UNIX-y stuff. Fixed templates, which were qui...Jeffrey Armstrong
2021-03-29Added handling for basic external requests.Jeffrey Armstrong
2021-03-27Starting work towards processing external gemini requests.Jeffrey Armstrong
2021-03-27Minor cleanup of the template code. Started on main program handling requests.Jeffrey Armstrong