runtime/ServicePublisher.py
2022-10-28 GP Orcullo automated conversion using 2to3-3.9 tool python3
2019-03-11 Edouard Tisserant check_sources.sh makes me become even less productive
2018-12-21 Edouard Tisserant Added support to PYROS in Zeroconf discovery and publish. For now, PYRO://mdnsname._tcp.local. URI are broken, and discovery panel generate IP based URI by default.
2018-10-23 Edouard Tisserant Force Zeroconf to listen and answer only on interface specified with '-i' command line argument.
2017-10-25 Andrey Skvortsov fix pylint py3k conversion warning: "(no-absolute-import) import missing `from __future__ import absolute_import`"
2017-10-19 Andrey Skvortsov fix pylint warning '(bad-continuation) Wrong hanging indentation before block'
2017-10-05 Andrey Skvortsov explicitly mark unused variables found by pylint with _ or dummy
2017-10-03 Andrey Skvortsov remove unused variables found by pylint
2017-09-28 Andrey Skvortsov fix (old-style-class) Old-style class defined error for most parts of
2017-09-22 Andrey Skvortsov remove in-tree version of Zeroconf and use upstream from
2017-09-22 Andrey Skvortsov fix usage of python2-only print statement
2017-08-15 Andrey Skvortsov clean-up: fix PEP8 E251 unexpected spaces around keyword / parameter equals
2017-08-15 Andrey Skvortsov clean-up: fix PEP8 E225 missing whitespace around operator
2017-08-15 Andrey Skvortsov clean-up: fix PEP8 E231 missing whitespace after ':' or ','
2017-08-14 Andrey Skvortsov clean-up: fix PEP8 E302 expected 2 blank lines, found 1
2017-08-14 Andrey Skvortsov clean-up: fix some PEP8 E228 missing whitespace around modulo operator
2017-08-14 Andrey Skvortsov clean-up: fix PEP8 E401 multiple imports on one line
2017-08-14 Andrey Skvortsov clean-up for PEP8: fix W291 trailing whitespace
2017-03-27 Andrey Skvortsov runtime is licensed under LGPLv2.1
2016-11-18 Andrey Skvortsov fix license notices in source files and license files under GPLv2+
2012-06-08 Edouard Tisserant Now, PYRO:// locations also accept MDNS service names
2012-05-08 Edouard Tisserant refactoring
2011-11-28 Edouard Tisserant Avoid starting Zeroconf if ip unspecified or set to localhost. Pick one interface address when given IP is 0.0.0.0
2011-11-22 Edouard Tisserant converted ServicePublisher.py to unix line ending
2011-11-22 Edouard Tisserant added periodic retry for zeroconf, in case network interface is not ready
2011-11-21 Edouard Tisserant ServicePublisher.py was missing in previous commit
2011-11-20 Edouard Tisserant Fixed typo in /runtime/ServicePublisher
2011-05-23 Edouard Tisserant Fixed runtime with twisted but without Wx (-x 0 -t 1), made non-Zeroconf a default option, i.e when -n not specified
2008-10-24 greg add taskbaricon to beremiz_service.
2008-08-22 etisserant Now, Beremiz launch Beremiz_service at startup, with a one-time workin dir
2008-08-19 etisserant Added concepts :