Mercurial > libervia-backend
log
age | author | description |
---|---|---|
Thu, 15 May 2014 20:25:52 +0200 | Goffi | core: fixed typo |
Thu, 15 May 2014 20:01:56 +0200 | Goffi | core: getReady and asyncConnect now wait full initialisation, not only memory |
Thu, 15 May 2014 19:51:53 +0200 | Goffi | plugin text commands: added /me command to avoid the need to escape the / |
Thu, 15 May 2014 16:35:28 +0200 | Goffi | bridge (constructor): fixed D-Bus frontend generator for async method without sig_in + fixed --debug option + regenerated bridge to fix bad frontend D-Bus bridge. |
Thu, 15 May 2014 16:02:16 +0200 | Goffi | core: added a getReady method which can be called by frontends to ensure that backend is fully initialised before doing anything + this ckeck is automatically done in asyncConnect |
Wed, 14 May 2014 13:26:23 +0200 | souliane | test: fix the tests after the changes of logging system |
Wed, 14 May 2014 12:51:24 +0200 | Goffi | core (log): moved configuration to core.log_config; this avoid import issues with pyjamas. |