connectors/PYRO/__init__.py
2018-10-02 Andrey Skvortsov Use python 3 compatible exception syntax everywhere
2018-10-02 Andrey Skvortsov Use predefined constants for PlcStatus instead of string literals
2018-11-20 Edouard Tisserant IDManager : refactored a bit, moved some code into PSKManagement.py. Now captures URI and PSK on new PYRO(S) and propose them when editing URI. Import/export still to be implemented.
2018-11-19 Edouard Tisserant Renaming servicetype into scheme.
2018-11-14 Edouard Tisserant Added early implementation of IDManager.py. For now only used to select ID in URIEditor
2018-10-29 Edouard Tisserant Automatically get PSK and ID when connecting to PYRO[S], so that future connection through PYROS can use that same key. Also fixed case to UPPER for *PSK.
2018-10-18 Edouard Tisserant PYRO/TLSPSK : must use PYROLOC* protocol scheme in pyro URI, otherwise object ID is missing. Had to use more persuasive pyro3 monkey patching to have PYROLOCPSK resolved properly
2018-10-18 Edouard Tisserant PYRO/TLSPSK : fixed typos, used appropriate ciphers (https://github.com/drbild/sslpsk/issues/3), use PYROPSK instead of unresolvable PYROLOCPSK.
2018-10-15 Edouard Tisserant Replaced PYROSSL with PYROPSK.
2018-05-17 Edouard Tisserant Merged #2476, URI dialog fixes
2018-05-09 dporopat #2476 Separate connectors dialogs from connectors module. #2476
2018-05-09 dporopat #2476 Additional check added if we can import wx. #2476
2018-04-20 dporopat #2476 Added uri location editor, getting connectors from list in Beremiz. #2476
2018-04-19 Edouard Tisserant PEP-8 and PyLint
2018-04-19 Edouard Tisserant Removed DebugThread. Take advantage of the fact that buffering is done in runtime. No need to poll for traces more than ten per second, then use simple wxTimer for that. Also removed Debug Lock since now everything happens in wx' mainloop.
2018-04-12 Edouard Tisserant Cleanup of some dead code in PYRO connector.
2018-02-01 Edouard Tisserant Another set of meaningless changes to satisfy PEP8 and PyLint.
2017-10-25 Andrey Skvortsov fix pylint py3k conversion warning: "(no-absolute-import) import missing `from __future__ import absolute_import`"
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-29 Andrey Skvortsov fix pylint warning '(pointless-string-statement) String statement has no effect'
2017-09-28 Andrey Skvortsov fix unnecessary lambda and enable corresponding pylint check
2017-09-28 Andrey Skvortsov fix wrong-import-order. first standard modules are imported, then others
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-21 Andrey Skvortsov clean-up: fix PEP8 E402 module level import not at top of file
2017-08-16 Andrey Skvortsov clean-up: fix PEP8 E306 expected 1 blank line before a nested definition, found X
2017-08-15 Andrey Skvortsov clean-up: fix PEP8 E251 unexpected spaces around keyword / parameter equals
2017-08-14 Andrey Skvortsov clean-up: fix PEP8 E302 expected 2 blank lines, found 1
2017-08-14 Andrey Skvortsov convert some files from CRLF to LF
2016-12-07 Andrey Skvortsov add internatialization support for Beremiz_service.py
2016-11-28 Andrey Skvortsov fix translation strings with multiple parameters
2016-11-18 Andrey Skvortsov fix license notices in source files and license files under GPLv2+
2015-04-03 Ronan Bignaux add pyrossl client side
2015-02-08 Edouard Tisserant Added auto-reconnect for runtime. Fixed Beremiz closing problem caused by remaining twisted reactor thread in IDE.
2015-02-08 Edouard Tisserant Runtime : Added PLCobject methods registring. IDE : Added WAMP connector. Still need some fixes
2015-01-30 Edouard Tisserant Added runtime side trace buffer, handled in a separate thread, limited to 1MB, and dropped after 3 seconds if not used by IDE. GetTraceVariables is not anymore blocking on next PLC cycle
2013-05-10 Laurent Bessard Fixed bug connector not resetted when connection is lost
2013-04-25 Edouard Tisserant Added exception printing on Pyro connector, tracking random connection failure...
2013-04-17 Edouard Tisserant Better mdns resolution failure signaling, added fixed bug whith runtime autostart
2013-03-07 Laurent Bessard Fix warning with LogMessage function
2013-02-05 Edouard Tisserant Fixed crash (segfault) when logging debug messages
2013-01-30 Edouard Tisserant Now logging have 4 levels
2013-01-22 Edouard Tisserant Python runtime now dlopens shared library immediatly after transfer, and release it only immediately before reloading a new one. This is probably going to reveal lot of dirty cleanups during start/stop cycles.
2012-06-08 Edouard Tisserant Now, PYRO:// locations also accept MDNS service names
2012-05-19 Edouard Tisserant targets and connectors are nor extensible
2012-05-07 Edouard Tisserant refactoring
2012-03-11 laurent Adding support for executing python scripts on remote runtime
2009-12-09 laurent Catch ProtocolError exception when connection failed
2009-12-09 laurent Catch Pyro exception when connection closed and print message
2009-12-07 Edouard TISSERANT Arbitrary variable forcing
2009-12-06 Edouard TISSERANT Fixes in debug + reconnect to running PLC
2009-12-01 ed Some cleanup in PLC status - removed that \"Starting\" state ...
2009-10-08 laurent Bug on Debug trying to start (and stop) before PLC started fixed.
2009-09-24 laurent Merging some improvements from BCT
2009-07-28 laurent Adding support for internationalization
2009-05-30 greg Fix refresh of Beremiz button when connection lost
2009-05-28 greg add "\n" to logger when pyro fall in error
2008-12-30 etisserant Fixed problem with re-use of Pyro connector proxy copy across debug sessions
2008-09-03 etisserant Improved debug data feedback.