log src/bridge/DBus.py @ 1187:eb1144a22e20

age author description
2014-06-15 souliane bridge: DBusException also transports the twisted failure condition
2014-06-07 souliane bridge: async failures are more detailed (full class name + error message)
2014-05-23 souliane core (xmpp), stdui (profile_manager), bridge, frontends: raise an exception if the XMPP connection failed instead of sending a signal
2014-05-23 souliane core, frontends: remove bridge method "connect" (always use asyncConnect)
2014-05-15 souliane core, memory, bridge, plugin misc_register_account: move registerNewAccount to a new plugin:
2014-05-07 souliane core, memory, bridge: added profile password + password encryption:
2014-05-15 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
2014-05-04 souliane memory, jp: added jp commands to load/save parameters template
2014-04-19 Goffi core: use of the new core.log module:
2014-04-01 Goffi core (disco): added discoInfos and discoItems bridge methods
2014-03-28 Goffi core (memory): entities cache improvments:
2014-03-20 souliane bridge, frontends: display presence with the highest priority + reset your own presence when you (dis)connect
2014-03-03 souliane core, frontends: add method asyncDeleteProfile, remove synchronous methods createProfile and deleteProfile
2014-02-04 Goffi dates update
2013-12-27 souliane core, bridge: new method paramsRegisterApp to register frontend's specific parameters
2013-12-29 Goffi core: dynamics menus refactoring:
2013-12-24 Goffi backend, frontends: callbacks refactoring:
2013-12-24 Goffi core, frontends: callMenu is now async and don't use callback_id anymore
2013-12-17 Goffi core,bridge: sendMessage bridge method is now async
2013-12-16 Goffi core, bridge: better GenericException handling
2013-11-13 Goffi core: sendMessage's options parameter has been renamed to extra to be consistent with newMessage
2013-11-07 Goffi core, bridge: extra parameter is saved in history:
2013-10-02 souliane bridge, memory: added the parameter security_limit to asyncGetParamA so it can be used from libervia. refactorization in memory.py are related to that.
2013-09-07 souliane core: added the security_limit to setParam
2013-09-05 souliane plugin XEP-0085: Chat State Notifications
2013-09-05 souliane core: security attribute added to the parameters
2013-06-21 Goffi core, bridge, jp, quick_frontend: SàT stop more gracefully if bridge can't be initialised:
2013-03-07 Goffi fixed licences in docstrings (they are now in comments)
2013-01-18 Emmanuel Gil Peyrot Fix pep8 support in src/bridge.
2013-01-18 Emmanuel Gil Peyrot Remove trailing whitespaces.