index
:
levitating
master
request_refactor
An overly simple continuous integration system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
captain
/
response.f90
Age
Commit message (
Expand
)
Author
2023-02-08
Fixed Gemini redirects to keep the session token intact. Might break logging...
Jeffrey Armstrong
2022-06-28
Titan query strings are now actually processed as queries. Additional cleanu...
request_refactor
Jeffrey Armstrong
2022-06-28
Refactoring requests to be protocol-specific
Jeffrey Armstrong
2022-05-06
Auth level for a request is now updated when a session token in gemini is found.
Jeffrey Armstrong
2022-05-06
Login and session tracking now works via Gemini. Need to restrict operations...
Jeffrey Armstrong
2022-05-04
Auth levels are now read from a special config file. Both display and operat...
Jeffrey Armstrong
2022-05-02
Added concept of cookies so that sessions could exist in the web interface. ...
Jeffrey Armstrong
2022-04-11
Added token validation to all api calls, esp. checkins. Changed status repor...
Jeffrey Armstrong
2021-08-24
When titan uploads come in, existing files are first deleted.
Jeffrey Armstrong
2021-08-20
Attempt to streamline handling of titan uploads on the server
Jeffrey Armstrong
2021-08-17
Titan writing routine server-side is now a function returning success in case...
Jeffrey Armstrong
2021-06-29
Tokens are now checked for file uploads. Fixed major buffer bugs in status r...
Jeffrey Armstrong
2021-05-20
Added ability to extend templates if desired. Used in Home and About links.
Jeffrey Armstrong
2021-05-12
Fixed post query processing caused by sloppiness. Adding a player via the we...
Jeffrey Armstrong
2021-05-11
Moved some command handling into requtils to share with web and gemini modes....
Jeffrey Armstrong
2021-05-07
Instructions and players now displayed via the CGI interface. Added 'page' m...
Jeffrey Armstrong
2021-05-06
Fixed static file handler to allow subdirectories properly. Fixed directory ...
Jeffrey Armstrong
2021-05-06
CGI interface at least starts properly. Fixed rendering of templates to actu...
Jeffrey Armstrong
2021-05-04
Initial work on the CGI interface for web access.
Jeffrey Armstrong
2021-04-15
Added license and readme to the project
Jeffrey Armstrong
2021-04-14
Fixed binary transfers to maintain file integrity. Added globbed file upload...
Jeffrey Armstrong
2021-04-12
URLs in instructions can now leave out the server implying download and uploa...
Jeffrey Armstrong
2021-04-09
Modified how logging works so that multiple processes can write in theory.
Jeffrey Armstrong
2021-04-08
Fixed task handling inside the captain. Fixed static file delivery.
Jeffrey Armstrong
2021-04-07
Results now posted back correctly using titan protocol
Jeffrey Armstrong
2021-04-07
Fixed many issues related to reporting status. Initial debugging of titan up...
Jeffrey Armstrong
2021-04-05
Implemented titan handling on the server, hopefully. Added sending the captu...
Jeffrey Armstrong
2021-04-02
More work on titan request handling, including a titan request derived type
Jeffrey Armstrong
2021-04-02
API calls to the gemini interface should work. API calls to the titan interf...
Jeffrey Armstrong
2021-04-01
Started work on API implementation
Jeffrey Armstrong
2021-04-01
Fixed request parsing to initialize a necessary variable. Minor cosmetic ch...
Jeffrey Armstrong
2021-03-30
Storing an example site. Added support for just plain old static files and f...
Jeffrey Armstrong
2021-03-30
Fixed outstanding issues in template variable assignment and player content b...
Jeffrey Armstrong
2021-03-30
Reworked requests and responses with some derived types so that things make s...
Jeffrey Armstrong