Pygopherd

Latest version: v3.0.1

Safety actively analyzes 623490 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

3.0.1

Added

- Added support for python 3.10, 3.11.

Fixed

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

3.0.0

Added

- A new handler to support the spartan:// protocol (https://portal.mozz.us/gemini/spartan.mozz.us/).

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.

3.0.0b2

Added

- Support for establishing TLS connections by checking the first byte of the
request for a TLS handshake. This allows for both plaintext and encrypted
communication to be made over the same port. A TLS section has been added to
the default pygopherd configuration file.
- Several protocols which take advantage of the new TLS connections.
- rfc1436.SecureGopherProtocol (gopher + TLS).
- gopherp.SecureGopherPlusProtocol (gopher plus + TLS).
- http.HTTPSProtocol (http + TLS).
- gemini.GeminiProtocol (https://gemini.circumlunar.space/).
- Display server version with ``pygopherd --version``.

Changed

- Gracefully handle OS errors when calling ``setpgrp()``.
- Refactored the socket server classes and added additional test cases.

3.0.0b1

Added

- Support for python 3.7+.
- Additional test coverage and type hints.
- Published package to PyPI (https://pypi.org/project/pygopherd/).

Changed

- Significant sprucing up of the codebase.
- Numerous minor bugs were discovered and fixed.

Removed

- Support for python 2.

Previous versions

See [CHANGELOG.old](CHANGELOG.old) for older versions.

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.