2019-07-12 |
Edouard Tisserant |
Fixed repetitive freezing of IDE when connection drops.
|
file |
diff |
annotate
|
2019-04-10 |
Edouard Tisserant |
Allow starting IDE without sslpsk module installed. Fail when connecting to PYROS if sslpsk unavailable.
|
file |
diff |
annotate
|
2019-03-13 |
Andrey Skvortsov |
Fix Pyro work with SSL wrapper (sslpsk)
|
file |
diff |
annotate
|
2019-03-13 |
Andrey Skvortsov |
Fix typo
|
file |
diff |
annotate
|
2019-03-13 |
Andrey Skvortsov |
Fix various pylint and pep8 errors
|
file |
diff |
annotate
|
2019-03-13 |
Andrey Skvortsov |
Fix invalid python3 syntax
|
file |
diff |
annotate
|
2019-03-11 |
Edouard Tisserant |
better pylint complain workaround
|
file |
diff |
annotate
|
2019-03-11 |
Edouard Tisserant |
check_sources.sh makes me become even less productive
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
2018-12-05 |
Edouard Tisserant |
PYRO(S): Added timeout on client side to allow unfreezing IDE after some time when communication with target dropped
|
file |
diff |
annotate
|
2018-12-04 |
Edouard Tisserant |
Chunk based transfer for PLC binary and extra files, and some collateral code refactoring.
|
file |
diff |
annotate
|
2018-11-22 |
Edouard Tisserant |
Fixed regression in connecting to LOCAL:// targets
|
file |
diff |
annotate
|
2018-11-22 |
Edouard Tisserant |
Merge, with surprizingly little conflicts
|
file |
diff |
annotate
|
2018-10-02 |
Andrey Skvortsov |
Use python 3 compatible exception syntax everywhere
|
file |
diff |
annotate
|
2018-10-02 |
Andrey Skvortsov |
Use predefined constants for PlcStatus instead of string literals
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
2018-11-19 |
Edouard Tisserant |
Renaming servicetype into scheme.
|
file |
diff |
annotate
|
2018-11-14 |
Edouard Tisserant |
Added early implementation of IDManager.py. For now only used to select ID in URIEditor
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
2018-10-15 |
Edouard Tisserant |
Replaced PYROSSL with PYROPSK.
|
file |
diff |
annotate
|
2018-05-17 |
Edouard Tisserant |
Merged #2476, URI dialog fixes
|
file |
diff |
annotate
|
2018-05-09 |
dporopat |
#2476 Separate connectors dialogs from connectors module.
#2476
|
file |
diff |
annotate
|
2018-05-09 |
dporopat |
#2476 Additional check added if we can import wx.
#2476
|
file |
diff |
annotate
|
2018-04-20 |
dporopat |
#2476 Added uri location editor, getting connectors from list in Beremiz.
#2476
|
file |
diff |
annotate
|
2018-04-19 |
Edouard Tisserant |
PEP-8 and PyLint
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
2018-04-12 |
Edouard Tisserant |
Cleanup of some dead code in PYRO connector.
|
file |
diff |
annotate
|
2018-02-01 |
Edouard Tisserant |
Another set of meaningless changes to satisfy PEP8 and PyLint.
|
file |
diff |
annotate
|
2017-10-25 |
Andrey Skvortsov |
fix pylint py3k conversion warning: "(no-absolute-import) import missing `from __future__ import absolute_import`"
|
file |
diff |
annotate
|
2017-10-05 |
Andrey Skvortsov |
explicitly mark unused variables found by pylint with _ or dummy
|
file |
diff |
annotate
|
2017-10-03 |
Andrey Skvortsov |
remove unused variables found by pylint
|
file |
diff |
annotate
|
2017-09-29 |
Andrey Skvortsov |
fix pylint warning '(pointless-string-statement) String statement has no effect'
|
file |
diff |
annotate
|
2017-09-28 |
Andrey Skvortsov |
fix unnecessary lambda and enable corresponding pylint check
|
file |
diff |
annotate
|
2017-09-28 |
Andrey Skvortsov |
fix wrong-import-order. first standard modules are imported, then others
|
file |
diff |
annotate
|
2017-09-22 |
Andrey Skvortsov |
remove in-tree version of Zeroconf and use upstream from
|
file |
diff |
annotate
|
2017-09-22 |
Andrey Skvortsov |
fix usage of python2-only print statement
|
file |
diff |
annotate
|
2017-08-21 |
Andrey Skvortsov |
clean-up: fix PEP8 E402 module level import not at top of file
|
file |
diff |
annotate
|
2017-08-16 |
Andrey Skvortsov |
clean-up: fix PEP8 E306 expected 1 blank line before a nested definition, found X
|
file |
diff |
annotate
|
2017-08-15 |
Andrey Skvortsov |
clean-up: fix PEP8 E251 unexpected spaces around keyword / parameter equals
|
file |
diff |
annotate
|
2017-08-14 |
Andrey Skvortsov |
clean-up: fix PEP8 E302 expected 2 blank lines, found 1
|
file |
diff |
annotate
|
2017-08-14 |
Andrey Skvortsov |
convert some files from CRLF to LF
|
file |
diff |
annotate
|
2016-12-07 |
Andrey Skvortsov |
add internatialization support for Beremiz_service.py
|
file |
diff |
annotate
|
2016-11-28 |
Andrey Skvortsov |
fix translation strings with multiple parameters
|
file |
diff |
annotate
|
2016-11-18 |
Andrey Skvortsov |
fix license notices in source files and license files under GPLv2+
|
file |
diff |
annotate
|
2015-04-03 |
Ronan Bignaux |
add pyrossl client side
|
file |
diff |
annotate
|
2015-02-08 |
Edouard Tisserant |
Added auto-reconnect for runtime. Fixed Beremiz closing problem caused by remaining twisted reactor thread in IDE.
|
file |
diff |
annotate
|
2015-02-08 |
Edouard Tisserant |
Runtime : Added PLCobject methods registring. IDE : Added WAMP connector. Still need some fixes
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
2013-05-10 |
Laurent Bessard |
Fixed bug connector not resetted when connection is lost
|
file |
diff |
annotate
|
2013-04-25 |
Edouard Tisserant |
Added exception printing on Pyro connector, tracking random connection failure...
|
file |
diff |
annotate
|
2013-04-17 |
Edouard Tisserant |
Better mdns resolution failure signaling, added fixed bug whith runtime autostart
|
file |
diff |
annotate
|
2013-03-07 |
Laurent Bessard |
Fix warning with LogMessage function
|
file |
diff |
annotate
|
2013-02-05 |
Edouard Tisserant |
Fixed crash (segfault) when logging debug messages
|
file |
diff |
annotate
|
2013-01-30 |
Edouard Tisserant |
Now logging have 4 levels
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
2012-06-08 |
Edouard Tisserant |
Now, PYRO:// locations also accept MDNS service names
|
file |
diff |
annotate
|
2012-05-19 |
Edouard Tisserant |
targets and connectors are nor extensible
|
file |
diff |
annotate
|
2012-05-07 |
Edouard Tisserant |
refactoring
|
file |
diff |
annotate
|