summaryrefslogtreecommitdiff
path: root/servers.go
AgeCommit message (Collapse)Author
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-09config file refactortjpcc