summaryrefslogtreecommitdiff
path: root/gemini.go
AgeCommit message (Collapse)Author
2023-10-31move 'auth' to a modifiertjpcc
fixes #12
2023-10-31use MultiTLS to support separate TLS configs when virtualhosting geminitjpcc
fixes #10
2023-10-30Add support for spartan protocolspartantjpcc
spartan server definitions are very similar to gemini. The major changes are: * no "servertls" directives * no "autoatom" modifier (to be fixed) * no "git" directives (to be fixed) Fixes #15
2023-10-10identify and error on conflicting servertls directives on merged gemini serverstjpcc
fixes #7
2023-10-10support showyourwork template override directories on git directivestjpcc
fixes #5
2023-10-10"cmd" modifier to override CGI executabletjpcc
fixes #6
2023-10-10improved gemini{servertls} supporttjpcc
2023-10-10improved server startup loggingtjpcc
2023-10-10remove stray debugging printtjpcc
2023-10-10send a 53 gemini response when no hostname matches a requesttjpcc
2023-10-09fix gemini git routingv1.1.1tjpcc
2023-10-09config file refactortjpcc