~garritfra/taurus

v0.0.2 2 years ago .tar.gz browse log

Alexey Yerin (3):
      Send index.gmi instead of redirecting
      Remove URL from 51 error to prevent path leaks
      MIME type detection

Garrit Franke (5):
      Fix typo
      Refactor responses
      Fix clippy warnings
      Add .vscode to gitignore
      v0.0.2

v0.0.1 2 years ago .tar.gz browse log

Alexey Yerin (5):
      Fix arbitrary read from file system
      Fall back to index.gmi, more modular code
      Fix redirects for subdirectories with / at the end
      Configuration file
      -c/--config CLI option

Garrit Franke (14):
      Initial commit
      Lower cargo version
      Add simple server
      Interpret requests
      Implement response header
      Add TLS
      Serve files
      Remove dead code
      Add diagnostics script
      Add readme
      Refactor GeminiRequest
      Extract Gemini structs to file
      Refactor geminiresponse
      Add setup documentation