summaryrefslogtreecommitdiff
path: root/parse.go
AgeCommit message (Collapse)Author
2023-11-14initial support for nex protocoltjp
2023-11-14fixes and adjusting to a sliderule bumptjp
2023-10-31move 'auth' to a modifiertjpcc
fixes #12
2023-10-30add autoatom support to spartantjpcc
fixes #20
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-18fix Modifiers.Empty() and "git with templates"tjpcc
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-09config file refactortjpcc