index
:
sr-71.git
main
spartan
Server for the small web.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gemini.go
Age
Commit message (
Collapse
)
Author
2023-11-14
minor optimization for git routes
tjp
2023-10-31
move 'auth' to a modifier
tjpcc
fixes #12
2023-10-31
use MultiTLS to support separate TLS configs when virtualhosting gemini
tjpcc
fixes #10
2023-10-30
Add support for spartan protocol
spartan
tjpcc
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-10
identify and error on conflicting servertls directives on merged gemini servers
tjpcc
fixes #7
2023-10-10
support showyourwork template override directories on git directives
tjpcc
fixes #5
2023-10-10
"cmd" modifier to override CGI executable
tjpcc
fixes #6
2023-10-10
improved gemini{servertls} support
tjpcc
2023-10-10
improved server startup logging
tjpcc
2023-10-10
remove stray debugging print
tjpcc
2023-10-10
send a 53 gemini response when no hostname matches a request
tjpcc
2023-10-09
fix gemini git routing
v1.1.1
tjpcc
2023-10-09
config file refactor
tjpcc