connectors/PYRO/__init__.py
2019-07-12 Edouard Tisserant Fixed repetitive freezing of IDE when connection drops.
2019-04-10 Edouard Tisserant Allow starting IDE without sslpsk module installed. Fail when connecting to PYROS if sslpsk unavailable.
2019-03-13 Andrey Skvortsov Fix Pyro work with SSL wrapper (sslpsk)
2019-03-13 Andrey Skvortsov Fix typo
2019-03-13 Andrey Skvortsov Fix various pylint and pep8 errors
2019-03-13 Andrey Skvortsov Fix invalid python3 syntax
2019-03-11 Edouard Tisserant better pylint complain workaround
2019-03-11 Edouard Tisserant check_sources.sh makes me become even less productive
2019-01-07 Edouard Tisserant Disable MDNS:// scheme support. Also prevent discovery pannel to produce some. For now it seems that that feature is unused, and could be a security issue.
2018-12-05 Edouard Tisserant PYRO(S): Added timeout on client side to allow unfreezing IDE after some time when communication with target dropped
2018-12-04 Edouard Tisserant Chunk based transfer for PLC binary and extra files, and some collateral code refactoring.
2018-11-22 Edouard Tisserant Fixed regression in connecting to LOCAL:// targets
2018-11-22 Edouard Tisserant Merge, with surprizingly little conflicts
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