aboutsummaryrefslogtreecommitdiff
path: root/captain
AgeCommit message (Expand)Author
2021-05-20Added templates for about and home pages.Jeffrey Armstrong
2021-05-20Added a build date function. Implemented about and home templates for gemini...Jeffrey Armstrong
2021-05-20Added ability to extend templates if desired. Used in Home and About links.Jeffrey Armstrong
2021-05-17Fixed query parsing for single instruction htmlJeffrey Armstrong
2021-05-17Added pager to jobs list on instructions page as well.Jeffrey Armstrong
2021-05-13Temporary directory is now configurable.Jeffrey Armstrong
2021-05-12Added logging of template file full pathJeffrey Armstrong
2021-05-12Added some CSS styling. Fixed checks for zero-length pointers since it seems...Jeffrey Armstrong
2021-05-12Fixed post query processing caused by sloppiness. Adding a player via the we...Jeffrey Armstrong
2021-05-12Added post handling to the captain. Improved the query utilities for extract...Jeffrey Armstrong
2021-05-11Added a utility module for parsing query strings that is probably a bit too a...Jeffrey Armstrong
2021-05-11Moved some command handling into requtils to share with web and gemini modes....Jeffrey Armstrong
2021-05-07Instructions and players now displayed via the CGI interface. Added 'page' m...Jeffrey Armstrong
2021-05-06Check for results existence works in CGI interface for listing tasksJeffrey Armstrong
2021-05-06Individual job results can now be displayed via CGIJeffrey Armstrong
2021-05-06Job listing now works through CGIJeffrey Armstrong
2021-05-06Config update for lighttpdJeffrey Armstrong
2021-05-06Fixed static file handler to allow subdirectories properly. Fixed directory ...Jeffrey Armstrong
2021-05-06Fixed spelling of captain.Jeffrey Armstrong
2021-05-06CGI interface at least starts properly. Fixed rendering of templates to actu...Jeffrey Armstrong
2021-05-05Re-fixed inquire statements because I was wrong. Commented out some unimplem...Jeffrey Armstrong
2021-05-05Fixed inquire statements. Added releases support, in theory, to the web hand...Jeffrey Armstrong
2021-05-04Initial work on the CGI interface for web access.Jeffrey Armstrong
2021-04-15Fixed typo in database creationJeffrey Armstrong
2021-04-15Added license and readme to the projectJeffrey Armstrong
2021-04-14Fixed binary transfers to maintain file integrity. Added globbed file upload...Jeffrey Armstrong
2021-04-13Releases page and file/dir listing works great on Linux. Should work on BSD ...Jeffrey 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-08Added concept of logging level. Log file now opened and closed on every writ...Jeffrey Armstrong
2021-04-08Fixed favicon path calculationJeffrey 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 re...Jeffrey Armstrong
2021-04-07Individual job results can now be viewedJeffrey 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 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