Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-20 | Removed auto-generated cert functionality | Juan J. Martinez | |
It wasn't a great idea to start with (I never used it), so I decided it was best if it was removed. Generating self signed certificates is easy enough. | |||
2024-04-20 | Removed ambiguity | Juan J. Martinez | |
2023-08-08 | Moved to use Pekkov1.3.6 | Juan J. Martinez | |
2023-08-08 | Formattting | Juan J. Martinez | |
2023-06-21 | Moving out of GitLab | Juan J. Martinez | |
2022-12-20 | The project was moved to gitlab | Juan J. Martinez | |
2022-04-18 | Use 42 status code for CGI errors | Juan J. Martinez | |
2022-01-16 | Tidying | Juan J. Martinez | |
2022-01-16 | Move tests to the right spec | Juan J. Martinez | |
2022-01-16 | Removed nulls | Juan J. Martinez | |
2022-01-16 | Refactor Gemini protocol | Juan J. Martinez | |
2022-01-02 | Resolve CGI directories from more to less specific | Juan J. Martinez | |
Closes issue #2. | |||
2021-11-24 | Convert the hostname to lowercase when comparing | Juan J. Martinez | |
Why would the user set a case sensitive hostname? This should simplify things. | |||
2021-11-24 | Empty URLs are invalid | Juan J. Martinez | |
Take this into account whe converting the host to lower case. | |||
2021-11-24 | Fix: host subcompoent in the URL is case insensitive | Juan J. Martinez | |
Referemce: https://datatracker.ietf.org/doc/html/rfc3986/#section-3.2.2 | |||
2021-09-01 | FIX: index file can be a CGI and should be executed | Juan J. Martinez | |
2021-09-01 | Typo | Juan J. Martinez | |
2021-08-31 | Support to pass env variables to CGIs | Juan J. Martinez | |
Env variables are configured per virtual host. | |||
2021-07-22 | Disable DEBUG logging | Juan J. Martinez | |
2021-07-22 | CGI support | Juan J. Martinez | |
2021-07-22 | Not in GH | Juan J. Martinez | |
2021-07-22 | Better logging of cases where the stream was terminated | Juan J. Martinez | |
2021-07-22 | Debug logging was left on by mistake | Juan J. Martinez | |
2021-07-22 | Formatting | Juan J. Martinez | |
2021-07-22 | Use getHostString. | Juan J. Martinez | |
This has the benefit of not attempting a reverse lookup. | |||
2021-07-22 | User directories support | Juan J. Martinez | |
2021-07-22 | Directories conf is optional | Juan J. Martinez | |
2021-07-22 | Flags per directory, override vhost settings | Juan J. Martinez | |
2021-07-22 | Moved to use scopt | Juan J. Martinez | |
Removed weight because of transitive dependencies (com.monovore uses cats). | |||
2021-07-22 | BuildInfo support and smart version | Juan J. Martinez | |
2021-07-22 | Ready for release 1.0.1v1.0.1 | Juan J. Martinez | |
2021-07-22 | Support for JDK 8 (and 11) | Juan J. Martinez | |
2021-02-25 | Ready for release 1.0.0.v1.0.0 | Juan J. Martinez | |
2021-02-25 | Initial public dump | Juan J. Martinez | |