aboutsummaryrefslogtreecommitdiff
path: root/server
AgeCommit message (Collapse)Author
2024-09-28Updatet Mill to 0.11.12Juan J. Martinez
2024-04-20Removed auto-generated cert functionalityJuan 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-20Removed ambiguityJuan J. Martinez
2023-08-08Moved to use Pekkov1.3.6Juan J. Martinez
2023-08-08FormatttingJuan J. Martinez
2023-06-21Moving out of GitLabJuan J. Martinez
2022-12-20The project was moved to gitlabJuan J. Martinez
2022-04-18Use 42 status code for CGI errorsJuan J. Martinez
2022-01-16TidyingJuan J. Martinez
2022-01-16Move tests to the right specJuan J. Martinez
2022-01-16Removed nullsJuan J. Martinez
2022-01-16Refactor Gemini protocolJuan J. Martinez
2022-01-02Resolve CGI directories from more to less specificJuan J. Martinez
Closes issue #2.
2021-11-24Convert the hostname to lowercase when comparingJuan J. Martinez
Why would the user set a case sensitive hostname? This should simplify things.
2021-11-24Empty URLs are invalidJuan J. Martinez
Take this into account whe converting the host to lower case.
2021-11-24Fix: host subcompoent in the URL is case insensitiveJuan J. Martinez
Referemce: https://datatracker.ietf.org/doc/html/rfc3986/#section-3.2.2
2021-09-01FIX: index file can be a CGI and should be executedJuan J. Martinez
2021-09-01TypoJuan J. Martinez
2021-08-31Support to pass env variables to CGIsJuan J. Martinez
Env variables are configured per virtual host.
2021-07-22Disable DEBUG loggingJuan J. Martinez
2021-07-22CGI supportJuan J. Martinez
2021-07-22Not in GHJuan J. Martinez
2021-07-22Better logging of cases where the stream was terminatedJuan J. Martinez
2021-07-22Debug logging was left on by mistakeJuan J. Martinez
2021-07-22FormattingJuan J. Martinez
2021-07-22Use getHostString.Juan J. Martinez
This has the benefit of not attempting a reverse lookup.
2021-07-22User directories supportJuan J. Martinez
2021-07-22Directories conf is optionalJuan J. Martinez
2021-07-22Flags per directory, override vhost settingsJuan J. Martinez
2021-07-22Moved to use scoptJuan J. Martinez
Removed weight because of transitive dependencies (com.monovore uses cats).
2021-07-22BuildInfo support and smart versionJuan J. Martinez
2021-07-22Ready for release 1.0.1v1.0.1Juan J. Martinez
2021-07-22Support for JDK 8 (and 11)Juan J. Martinez
2021-02-25Ready for release 1.0.0.v1.0.0Juan J. Martinez
2021-02-25Initial public dumpJuan J. Martinez