Wed, 14 Nov 2018 14:09:18 +0100 Edouard Tisserant IDManager.py : finished selector mode.
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
Fri, 09 Nov 2018 13:26:06 +0100 Edouard Tisserant Path may contain spaces... sequel of d1359cb
Thu, 08 Nov 2018 14:33:35 +0100 Edouard Tisserant 'Merged' URI editor dialog and Discovery dialog, also clean up related code
Thu, 08 Nov 2018 11:20:35 +0100 Edouard Tisserant Cut more useless code from URI Editor
Thu, 08 Nov 2018 11:14:06 +0100 Edouard Tisserant URI Editor Dialog : moved it to /dialog, and fixed naming.
Thu, 08 Nov 2018 09:39:06 +0100 Edouard Tisserant URI editor : Rewrote most of it, cleaner.
Tue, 30 Oct 2018 14:08:28 +0100 Edouard Tisserant PSK : Stunnel and/or OpenSSL (undocumented) handles PSK better without special chars, apparently
Tue, 30 Oct 2018 13:47:24 +0100 Edouard Tisserant Prevent PLCObject to be imported from IDE as a side effect of importing runtime package
Tue, 30 Oct 2018 09:46:46 +0100 Edouard Tisserant WAMP : ensure that unicode string is passed for published events IDs
Tue, 30 Oct 2018 09:45:47 +0100 Edouard Tisserant PYRO PSK: adjusted cipher and key length to be usable with openSSL 1.0.2k.
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.
Tue, 23 Oct 2018 16:19:20 +0200 Edouard Tisserant Runtime : Ensure that a random PSK secret compatible with stunnel is generated if -s commandline switch is used. Stunnel service is restarted after generation, using spawn_subprocess. TODO : give stunnel restart command as a commandline parameter.
Tue, 23 Oct 2018 16:13:34 +0200 Edouard Tisserant Added runtime/spawn_subprocess.py. Force use posix spawn instead of fork, with API similar to subprocess. Using fork in runtime is incompatible with Xenomai, because memory is locked and this can lead to out of memory error.
Tue, 23 Oct 2018 13:36:07 +0200 Edouard Tisserant Small cosmetic change to enhance readability and avoid confusion.
Tue, 23 Oct 2018 13:34:15 +0200 Edouard Tisserant Force Zeroconf to listen and answer only on interface specified with '-i' command line argument.
Tue, 23 Oct 2018 13:31:26 +0200 Edouard Tisserant Useless __name__ == '__main__' tests.
Mon, 22 Oct 2018 12:58:10 +0200 Edouard Tisserant Fixed PYRO's PSK_Adapter : monkey patching was breaking non-PSK protocol, and import ssl was missing.
Fri, 19 Oct 2018 13:34:52 +0200 Edouard Tisserant merge
Fri, 19 Oct 2018 13:29:52 +0200 Edouard Tisserant Fix PYROPSK protocol configuration. After a few iteration of trial and error it appears that TSLv1 and PSK ciphers needs to be specified
Thu, 18 Oct 2018 18:37:01 +0200 Edouard Tisserant merge
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
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.
Mon, 15 Oct 2018 16:26:59 +0200 Edouard Tisserant Replaced PYROSSL with PYROPSK.
Mon, 15 Oct 2018 15:27:47 +0200 Edouard Tisserant Beremiz_service now binds both pyro and nevow ports to interface given with '-i' argument.
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:56:09 +0200 Edouard Tisserant Show more exceptions on stdout, particularly those that are raised by AutoLoad (first item in Main Thread worker)
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.