runtime/WampClient.py
Tue, 19 Oct 2021 15:15:03 +0200 Edouard Tisserant Merge changes about wamp reconnecting options, and added missing parts so that these changes make sense.
Mon, 11 Oct 2021 09:04:53 +0200 dgaberscek Fixed Wamp reconnect on lost connection.
Tue, 20 Jul 2021 10:52:25 +0200 Edouard Tisserant Runtime: more robust loading of Wamp config, specially in case config file was corrupted. svghmi
Fri, 19 Apr 2019 10:53:02 +0200 Edouard Tisserant Add Repair() to WAMP interface
Mon, 08 Apr 2019 12:53:18 +0200 Edouard Tisserant Fixed Wamp assertion because of unexpected type
Wed, 13 Mar 2019 11:47:03 +0300 Andrey Skvortsov Fix various pylint and pep8 errors
Wed, 13 Feb 2019 09:41:35 +0100 Edouard Tisserant Reworked chunk based transfer to support duplicated files (i.e. files with same content, but different names)
Wed, 19 Dec 2018 10:53:19 +0100 Edouard Tisserant Fixed runtime's reconnecting loop not stopping when re-configuring WAMP.
Wed, 19 Dec 2018 10:48:53 +0100 Edouard Tisserant Removed nonsense code, that I should have check more in details before merging m(
Tue, 18 Dec 2018 14:10:43 +0100 Edouard Tisserant Expose new PLCObject API members to WAMP interface.
Fri, 23 Nov 2018 12:13:24 +0100 Edouard Tisserant Merged. Some changes that should already have been incuded during previous merge (mostly about PlcStatus) have been included this time.
Thu, 04 Oct 2018 17:24:40 +0300 Andrey Skvortsov python3 support: pylint, W1612 # (unicode-builtin) unicode built-in referenced
Fri, 23 Nov 2018 00:33:04 +0100 Edouard Tisserant Merge, with surprizingly little conflicts
Tue, 02 Oct 2018 18:08:49 +0300 Andrey Skvortsov Use python 3 compatible exception syntax everywhere
Tue, 30 Oct 2018 09:46:46 +0100 Edouard Tisserant WAMP : ensure that unicode string is passed for published events IDs
Thu, 18 Oct 2018 18:37:01 +0200 Edouard Tisserant merge
Mon, 15 Oct 2018 15:24:52 +0200 Edouard Tisserant Fixed typo in Wampclient.py
Wed, 03 Oct 2018 00:05:32 +0200 Edouard Tisserant Please pylint and pep8
Tue, 02 Oct 2018 15:57:26 +0200 Edouard Tisserant Merged
Tue, 02 Oct 2018 15:52:11 +0200 Edouard Tisserant Some cleanup in WampClient and added functions that are usefull for extensions that need to use pub/sub.
Wed, 12 Sep 2018 22:59:30 +0200 Edouard Tisserant Merged in Andrey's branch
Thu, 16 Aug 2018 10:53:54 +0300 Andrey Skvortsov Fix SetServer method in WAMP
Thu, 16 Aug 2018 10:52:20 +0300 Andrey Skvortsov Remove non-existed PLCObject method 'ForceReload'
Mon, 13 Aug 2018 15:00:51 +0200 Edouard Tisserant fixed setServer call in WampClient module. Was doing nothing because _PySrv wasn't global.
Mon, 13 Aug 2018 14:58:59 +0200 Edouard Tisserant Removed now deprecated ForceReload from WAMP exposed calls
Mon, 13 Aug 2018 13:24:28 +0200 Edouard Tisserant NevowServer : added addInfoString to allow extensions to declare some read-only strings to be displayed in settings. Also renamed addExtension in addSettings for clarity.
Thu, 09 Aug 2018 09:07:09 +0200 Edouard Tisserant Some blank lines to make bitbucket's PEP8 2.2.0 happy
Wed, 08 Aug 2018 10:15:51 +0200 Edouard Tisserant autopep8 + hand made fixes on ProjectController.py runtime/WampClient.py wxglade_hmi/wxglade_hmi.py
Fri, 13 Jul 2018 09:06:01 +0200 Edouard Tisserant Fixed small typo in error message. nevow_service_rework
Wed, 11 Jul 2018 14:32:19 +0200 Edouard Tisserant WAMP: now config and secret given in project files always override those given in commandline. Also made extensions web customisations happen before registration of web interface. nevow_service_rework
Tue, 10 Jul 2018 12:54:05 +0200 Edouard Tisserant Moved Wamp configuration file selection logic into runtime/wampclient.py. Added Wamp CRA secret file upload and download. Slightly reworked code for config and secret file loading and saving. nevow_service_rework
Fri, 06 Jul 2018 15:09:44 +0200 Edouard Tisserant Fixed a bit of everything in WAMP, and added web settings for that same extension. nevow_service_rework
Thu, 05 Jul 2018 13:46:18 +0200 Edouard Tisserant Fixed i18n related typo. nevow_service_rework
Thu, 05 Jul 2018 11:11:01 +0200 Edouard Tisserant WampClient : Simplified, removed dead code, use exception for handling failures and misconfiguration, check existence of mandatory parameters. nevow_service_rework
Tue, 05 Jun 2018 15:29:58 +0200 dporopat #2486 Exception if custom protocol options are wrong. #2486
Fri, 18 May 2018 11:05:49 +0200 dporopat #2486 ExposedCalls with register options as a dictionary. #2486
Mon, 14 May 2018 13:05:54 +0200 dporopat #2486 Renaming functions. #2486
Mon, 14 May 2018 08:45:44 +0200 dporopat #2486 Reconnect funtion in SaveWampClientConf function. #2486
Wed, 09 May 2018 09:59:53 +0200 dporopat #2486 Modified reconnect function. Added 'active' parameter to wampconf.json file. #2486
Thu, 19 Apr 2018 13:40:56 +0200 dporopat #2486 Adding reconnect funtion to WampClient. Global TransportFactory not needed anymore. #2486
Wed, 18 Apr 2018 10:42:33 +0200 dporopat #2486 Added global TransportFactory, needed in WebInterface reconnecting function. #2486
Wed, 11 Apr 2018 10:53:48 +0200 dporopat #2486 Fix if protocol, register options are not present in wapmconf.json file. #2486
Tue, 10 Apr 2018 12:08:23 +0200 dporopat #2486 Added ExposedProgressCalls list using details argument for registration progress calls. #2486
Tue, 10 Apr 2018 10:44:46 +0200 dporopat #2486 Unnecessary variable removed. #2486
Tue, 10 Apr 2018 09:54:22 +0200 dporopat #2486 Added option to use websocket register options. Added function getValidOptins to read options from wampconf.json. #2486
Mon, 09 Apr 2018 14:38:38 +0200 dporopat #2486 Added option to use websocket protocol options. #2486
Tue, 27 Mar 2018 10:11:04 +0200 dporopat #2486 Updated wamp test project to work with the latest Crossbar version. #2486
Mon, 19 Mar 2018 12:18:07 +0100 dporopat #2486 Reset delay function added. It resets the delay and the retry counter on reconnect. #2486
Tue, 20 Feb 2018 14:46:12 +0100 Edouard Tisserant Attempt to make BitBuket's version of pep8 and pylint happy.
Thu, 11 Jan 2018 15:41:20 +0100 Edouard Tisserant Enforced check_source.sh pep8 and pylint rules.
Thu, 11 Jan 2018 15:39:58 +0100 Edouard Tisserant runtime/WAMP: Fixed secret loading into configuration. Fixed secret commandline switch handling.
Thu, 11 Jan 2018 13:02:09 +0100 Edouard Tisserant runtime/WAMP : was 'Added time print on session left.' from dporopat. Purpose is to log (dis/re)connection, to help debugging connection problem
Thu, 11 Jan 2018 12:48:49 +0100 Edouard Tisserant runtime/Wamp : adapt to unicode being enforced in latest crossbar API. Updated some documentation, to explain why there is unused definitions like SubscribedEvents or DoOnJoin.
Wed, 10 Jan 2018 13:21:42 +0100 Edouard Tisserant Fixed changes from dporopat and agregorcic about WAMP CRA and config.
Tue, 09 Jan 2018 15:08:08 +0100 Edouard Tisserant WAMP runtime : changes from dporopat and agregorcic, adding CRA (-s) and changed way to load WAMP conf (-c)
Tue, 09 Jan 2018 14:52:56 +0100 Edouard Tisserant Set WAMP registration option so that reconnecting while earlier session still didn't timeout is possible (in case of connection lost, for example).
Tue, 09 Jan 2018 14:50:41 +0100 Edouard Tisserant More canonical overload of ReconnectingClientFactory (according twisted doc)
Tue, 09 Jan 2018 14:42:23 +0100 Edouard Tisserant non significant print syntax change. ready for py3.
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`"
Thu, 19 Oct 2017 11:03:03 +0300 Andrey Skvortsov fix pylint warning '(bad-continuation) Wrong hanging indentation before block'