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