You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While personally I don't like the titan protocol, it seems it's starting to gain popularity in the Geminispace.
I don't want gmid to start modifying files, so one way to handle titan would be via FastCGI and/or proxying. In both situation it would be a separate program to handle the titan request, and gmid would only need to do some basic validation but otherwise forward the request as-is.
The text was updated successfully, but these errors were encountered:
since I'm starting to take some interest in this, I've added a barebone titan client implementation in 2ff1e2a. While maybe useful on its own, the intent is to use it in the future regress after gmid will learn how to handle titan. titan(1) will be shipped as part of the next release anyway. (still lacks a manpage and some cleanup.)
While personally I don't like the titan protocol, it seems it's starting to gain popularity in the Geminispace.
I don't want gmid to start modifying files, so one way to handle titan would be via FastCGI and/or proxying. In both situation it would be a separate program to handle the titan request, and gmid would only need to do some basic validation but otherwise forward the request as-is.
The text was updated successfully, but these errors were encountered: