Fri, 13 Jul 2018 09:06:01 +0200 Edouard Tisserant Fixed small typo in error message. nevow_service_rework
Thu, 12 Jul 2018 09:35:09 +0200 Edouard Tisserant WAMP : complains about failure to start WAMP only if it was successfully imported. 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
Tue, 10 Jul 2018 12:51:28 +0200 Edouard Tisserant Added a way for extension to register dedicated URL under settings page URL (i.e. /settings/something) 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
Fri, 06 Jul 2018 15:07:40 +0200 Edouard Tisserant Added some immutable field (platform) in default runtime web setting page, for the example. nevow_service_rework
Fri, 06 Jul 2018 15:05:03 +0200 Edouard Tisserant Fix misc typos in exception handling code. nevow_service_rework
Thu, 05 Jul 2018 13:46:18 +0200 Edouard Tisserant Fixed i18n related typo. nevow_service_rework
Thu, 05 Jul 2018 13:45:24 +0200 Edouard Tisserant Fixed typo nevow_service_rework
Thu, 05 Jul 2018 13:44:54 +0200 Edouard Tisserant Better logging of Nevow Server import in case of exception. 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
Wed, 04 Jul 2018 14:17:00 +0200 Edouard Tisserant Merged #2486, enhancements to WAMP client : auto reconnecting, wamp conf checking and saving, additional attributes for exposed calls, etc nevow_service_rework
Wed, 04 Jul 2018 14:10:03 +0200 Edouard Tisserant Nevow based web interface now show simple Log message sending form for basic runtime, and allow extensions to add their own web settings. nevow_service_rework
Fri, 22 Jun 2018 14:08:34 +0200 Edouard Tisserant Now, runtime extensions should be able to add their own settings to web configuration interface. nevow_service_rework
Fri, 22 Jun 2018 12:43:33 +0200 Edouard Tisserant Embrio of setting form, just to test 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, 18 Apr 2018 10:40:16 +0200 dporopat #2486 WampClient needs pyro.plcobj before registration calls. #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