log src/memory/disco.py @ 1493:1285c714a6cc

age author description
Tue, 25 Aug 2015 16:52:18 +0200 Goffi core (disco): use of failure.Failure when raising FeatureNotFound to avoid a jump in debugger in debug mode
Tue, 25 Aug 2015 16:05:01 +0200 Goffi core (disco): added checkFeatures to check several features at once + identities are now managed with a tuple in findFeaturesSet and checkFeatures
Fri, 21 Aug 2015 19:23:13 +0200 Goffi core (disco): fixed bad indentation resulting in bad result in findFeaturesSet
Sun, 16 Aug 2015 00:41:58 +0200 Goffi core: getProfileName no raise ProfileUnknownError + minor doc fixes
Sat, 18 Apr 2015 00:27:39 +0200 Goffi core (disco): fixed bad indentation in _discoInfos (used by bridge)
Fri, 17 Apr 2015 22:59:35 +0200 Goffi core, bridge, jp: management of service discovery extensions (XEP-0128)
Thu, 16 Apr 2015 14:57:57 +0200 souliane massive (preventive) addition of 'u' (unicode) before the strings passed to logging functions
Mon, 30 Mar 2015 10:26:26 +0200 Goffi 2015 copyright dates update
Mon, 09 Feb 2015 21:39:51 +0100 Goffi core (memory): updateEntityData now accept a "silent" argument to avoid sending signal to frontends when updating an attribute with "signalOnUpdate" flag. frontends_multi_profiles
Sat, 24 Jan 2015 01:00:29 +0100 Goffi core, frontends: refactoring to base Libervia on QuickFrontend (big mixed commit): frontends_multi_profiles
Mon, 22 Sep 2014 20:34:29 +0200 souliane memory (disco): add nodeIdentifier parameter to getItems
Mon, 08 Sep 2014 21:23:21 +0200 Goffi core (disco): added a timeout to get items
Sat, 19 Apr 2014 19:19:19 +0200 Goffi core: use of the new core.log module:
Wed, 02 Apr 2014 12:31:23 +0200 Goffi core (disco): findFeaturesSet and findServiceEntities don't use inlineCallbacks anymore, that allow a better error management (no more anonying debugger raise when discoInfo fails in debug mode)
Tue, 01 Apr 2014 21:14:57 +0200 Goffi core (disco): added discoInfos and discoItems bridge methods
Mon, 31 Mar 2014 17:50:07 +0200 souliane memory (disco): bug fix in findFeaturesSet
Mon, 31 Mar 2014 12:23:13 +0200 Goffi core (disco): added checkFeature method + fixed hasFeature test
Fri, 28 Mar 2014 18:07:22 +0100 Goffi core, plugin XEP-0115: discovery refactoring: base src/plugins/plugin_xep_0115.py@ac461d2c5dc3