log src/memory/disco.py @ 1605:0aded9648c5c

age author description
2015-11-02 Goffi core (disco): use of “profile” instead of “profile_key” in several disco methods
2015-08-25 Goffi core (disco): use of failure.Failure when raising FeatureNotFound to avoid a jump in debugger in debug mode
2015-08-25 Goffi core (disco): added checkFeatures to check several features at once + identities are now managed with a tuple in findFeaturesSet and checkFeatures
2015-08-21 Goffi core (disco): fixed bad indentation resulting in bad result in findFeaturesSet
2015-08-15 Goffi core: getProfileName no raise ProfileUnknownError + minor doc fixes
2015-04-17 Goffi core (disco): fixed bad indentation in _discoInfos (used by bridge)
2015-04-17 Goffi core, bridge, jp: management of service discovery extensions (XEP-0128)
2015-04-16 souliane massive (preventive) addition of 'u' (unicode) before the strings passed to logging functions
2015-03-30 Goffi 2015 copyright dates update
2015-02-09 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
2015-01-24 Goffi core, frontends: refactoring to base Libervia on QuickFrontend (big mixed commit): frontends_multi_profiles
2014-09-22 souliane memory (disco): add nodeIdentifier parameter to getItems
2014-09-08 Goffi core (disco): added a timeout to get items
2014-04-19 Goffi core: use of the new core.log module:
2014-04-02 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)
2014-04-01 Goffi core (disco): added discoInfos and discoItems bridge methods
2014-03-31 souliane memory (disco): bug fix in findFeaturesSet
2014-03-31 Goffi core (disco): added checkFeature method + fixed hasFeature test
2014-03-28 Goffi core, plugin XEP-0115: discovery refactoring: base src/plugins/plugin_xep_0115.py@ac461d2c5dc3