Skip to content

Releases: michael-lazar/pygopherd

v3.0.1

26 Feb 01:37
7e05474
Compare
Choose a tag to compare

Added

  • Added support for python 3.10, 3.11.

Fixed

  • Fixed not escaping the URL string when generating HTML responses to hURL: requests.

v3.0.0

26 Nov 01:44
Compare
Choose a tag to compare

Added

Changed

  • Fixed unhandled OS errors when the server is unable to access a file.
  • Fixed error in the mailbox handler when a message subject contains invalid bytes.
  • Changed the HTTP link for "find gopher browsers" to Wikipedia, which
    contains a more complete and up-to-date list.
  • Fixed "Numb=" parameter not being respected for real files in .names listings.
  • Disabled directory caching for the local pygopherd configuration.
  • Removed the directory heading from the top of gemini:// pages.
  • Fixed error when serving directories with trailing slashes in gemini and spartan.
  • Removed the debian/ directory (it will now be handled in Debian
    itself, not here).
  • Added an example systemd service file and updated the default
    pygopherd.conf accordingly.