aboutsummaryrefslogtreecommitdiff
path: root/captain/levitating-captain.prj
AgeCommit message (Collapse)Author
14 daysCrypt module now has a c preprocessor flag to enable and disable ↵Jeffrey Armstrong
crypt_gensalt call, which isn't on some debian systems.
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-28Added module to generate uuids by calling uuidgen utilityJeffrey Armstrong
2022-04-27Added command line args to create an admin user. Fixed a few db bugs.Jeffrey Armstrong
2022-04-26Added routines for validating user passwords and creating new users. Added ↵Jeffrey Armstrong
routines for looking up sessions.
2022-04-14Crypt module working with bcrypt passwords correctly.Jeffrey Armstrong
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-29Tokens are now checked for file uploads. Fixed major buffer bugs in status ↵Jeffrey Armstrong
reporting.
2021-06-21Groups of instructions are now supported, allowing launching multiple jobs ↵Jeffrey Armstrong
at once
2021-05-20Added ability to extend templates if desired. Used in Home and About links.Jeffrey Armstrong
2021-05-12Added post handling to the captain. Improved the query utilities for ↵Jeffrey Armstrong
extracting values from a query string. Added a redirect template for html.
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-06Fixed spelling of captain.Jeffrey Armstrong
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-07Fixed many issues related to reporting status. Initial debugging of titan ↵Jeffrey Armstrong
upload handling.
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-01Added support for viewing individual instruction pages, assigning players, ↵Jeffrey Armstrong
and launching instruction jobs
2021-03-30Added script to scan and load instructions. Instructions now displayed on a ↵Jeffrey Armstrong
page.
2021-03-30Storing an example site. Added support for just plain old static files and ↵Jeffrey Armstrong
favicons
2021-03-30Reworked requests and responses with some derived types so that things make ↵Jeffrey Armstrong
sense.
2021-03-29Added handling for basic external requests.Jeffrey Armstrong
2021-03-27Minor cleanup of the template code. Started on main program handling requests.Jeffrey Armstrong
2021-03-25Started on server components. Implemented thin, only-necessary sqlite ↵Jeffrey Armstrong
wrapping in Fortran.