runtime/WampClient.py
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'
Fri, 06 Oct 2017 17:52:34 +0300 Andrey Skvortsov fix pylint warning '(unused-import), Unused import connectors'
Tue, 03 Oct 2017 16:31:31 +0300 Andrey Skvortsov remove unused variables found by pylint
Mon, 02 Oct 2017 13:19:06 +0300 Andrey Skvortsov fix pylint warning '(global-variable-not-assigned) Using global for 'X' but no assignment is done'
Thu, 28 Sep 2017 17:20:31 +0300 Andrey Skvortsov fix ungrouped imports from package X
Thu, 28 Sep 2017 15:17:57 +0300 Andrey Skvortsov fix wrong-import-order. first standard modules are imported, then others
Fri, 22 Sep 2017 10:54:42 +0300 Andrey Skvortsov fix usage of python2-only print statement
Mon, 21 Aug 2017 21:55:18 +0300 Andrey Skvortsov clean-up: fix PEP8 E265 block comment should start with '# '
Wed, 16 Aug 2017 16:37:45 +0300 Andrey Skvortsov clean-up: fix PEP8 E701 multiple statements on one line (colon)
Wed, 16 Aug 2017 13:49:02 +0300 Andrey Skvortsov clean-up: fix most PEP8 E266 too many leading '#' for block comment
Wed, 16 Aug 2017 12:57:52 +0300 Andrey Skvortsov clean-up: fix PEP8 E301 expected 1 blank line, found 0
Wed, 16 Aug 2017 12:30:31 +0300 Andrey Skvortsov clean-up: fix PEP8 W391 blank line at end of file
Tue, 15 Aug 2017 22:38:43 +0300 Andrey Skvortsov clean-up: fix PEP8 E251 unexpected spaces around keyword / parameter equals
Tue, 15 Aug 2017 15:50:30 +0300 Andrey Skvortsov clean-up: fix PEP8 E231 missing whitespace after ':' or ','