Loading CHANGES.rst +8 −1 Original line number Diff line number Diff line 0.1.6 ----- - Remove unicode tags from the yaml files generated by onionbalance-config. - Fix bug resulting in invalid instance onion addresses when attempting to remove the ".onion" TLD. #44 0.1.5 ----- - Log error when OnionBalance does not have permission to read a private key. #34 - Fix bug loading descriptors when an address with .onion extension is listed in the configuration file. #37 - Add support for connecting to the Tor control port over a unix domain socket. - Add support for connecting to the Tor control port over a unix domain socket. #3 0.1.4 ----- Loading docs/conf.py +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ import sphinx.environment from docutils.utils import get_source_line # Documentation configuration __version__ = '0.1.5' __version__ = '0.1.6' __author__ = "Donncha O'Cearbhaill" __contact__ = "donncha@donncha.is" Loading onionbalance/__init__.py +1 −1 Original line number Diff line number Diff line # -*- coding: utf-8 -*- __version__ = "0.1.5" __version__ = "0.1.6" __author__ = "Donncha O'Cearbhaill" __contact__ = "donncha@donncha.is" __url__ = "https://github.com/DonnchaC/onionbalance" Loading Loading
CHANGES.rst +8 −1 Original line number Diff line number Diff line 0.1.6 ----- - Remove unicode tags from the yaml files generated by onionbalance-config. - Fix bug resulting in invalid instance onion addresses when attempting to remove the ".onion" TLD. #44 0.1.5 ----- - Log error when OnionBalance does not have permission to read a private key. #34 - Fix bug loading descriptors when an address with .onion extension is listed in the configuration file. #37 - Add support for connecting to the Tor control port over a unix domain socket. - Add support for connecting to the Tor control port over a unix domain socket. #3 0.1.4 ----- Loading
docs/conf.py +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ import sphinx.environment from docutils.utils import get_source_line # Documentation configuration __version__ = '0.1.5' __version__ = '0.1.6' __author__ = "Donncha O'Cearbhaill" __contact__ = "donncha@donncha.is" Loading
onionbalance/__init__.py +1 −1 Original line number Diff line number Diff line # -*- coding: utf-8 -*- __version__ = "0.1.5" __version__ = "0.1.6" __author__ = "Donncha O'Cearbhaill" __contact__ = "donncha@donncha.is" __url__ = "https://github.com/DonnchaC/onionbalance" Loading