runtime/WampClient.py
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 ','
Mon, 14 Aug 2017 23:27:15 +0300 Andrey Skvortsov clean-up: fix PEP8 E302 expected 2 blank lines, found 1
Mon, 27 Mar 2017 18:03:26 +0300 Andrey Skvortsov runtime is licensed under LGPLv2.1
Fri, 06 May 2016 14:05:44 +0300 Andrey Skvortsov add copyright notices to python files where there were missing, that
Mon, 16 Feb 2015 16:23:51 +0100 Edouard Tisserant Split runtime's twisted modules import and setup to ease runtime extensions hotpatching
Tue, 10 Feb 2015 00:25:17 +0100 Edouard Tisserant More versatile registering of wamp callees
Mon, 09 Feb 2015 10:55:06 +0100 Edouard Tisserant WAMP : prefix callee names with given ID so that multiple PLC and IDE can join the same realm
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.
Sun, 08 Feb 2015 16:50:54 +0100 Edouard Tisserant Runtime : Added PLCobject methods registring. IDE : Added WAMP connector. Still need some fixes
Thu, 05 Feb 2015 23:32:31 +0100 Edouard Tisserant Added stub code for runtime WAMP client. Added runtime command line switch to select WAMP url and Nevow web site port. Web port is now fixed, next port number is not tested if bind fails.