aboutsummaryrefslogtreecommitdiff
path: root/captain
AgeCommit message (Expand)Author
2021-04-07Results now posted back correctly using titan protocolJeffrey 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
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 ch...Jeffrey Armstrong
2021-04-01Added support for viewing individual instruction pages, assigning players, an...Jeffrey Armstrong
2021-03-30Modified the jobs table. Added job derived type to the database module. Nee...Jeffrey Armstrong
2021-03-30Added script to scan and load instructions. Instructions now displayed on a ...Jeffrey Armstrong
2021-03-30Storing an example site. Added support for just plain old static files and f...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-29Added further player functions to db. Added contents for listing players via...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
2021-03-26Template rendering implemented. Added configuration and external url handlin...Jeffrey Armstrong
2021-03-26Started work on a template engine complete with variables. Added a few datab...Jeffrey Armstrong
2021-03-25Started on server components. Implemented thin, only-necessary sqlite wrappi...Jeffrey Armstrong