log src/bridge/bridge_constructor/dbus_core_template.py @ 1104:490a8a4536b6

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-04-19 Goffi core: use of the new core.log module:
2014-02-04 Goffi dates update
2013-12-16 Goffi core, bridge: better GenericException handling
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.
2013-01-07 Goffi dates update
2012-08-01 Goffi Licence modification: the full project is now under AGPL v3+ instead of GPL v3+
2012-06-24 Goffi plugin groupblog: subscriptions/notifications
2012-04-01 Goffi D-Bus bridge: fixed getRoomsSubjects call + fixed dynamic addition of methods + added getLastGroupBlogs method
2012-03-30 Goffi D-Bus Bridge: use inspection to name attribute + fix asynchronous calls for dynamically added method, it now use deferred return value instead of callback/errback attributes
2012-03-06 Goffi copyleft date update
2011-11-08 Goffi backend, bridge: asynchronous history
2011-11-07 Goffi bridge: added check that synchronous method does not return a deferred
2011-11-06 Goffi backend: - bridge async D-Bus method now automatically manage callback and errback, we just have to return a deferred
2011-11-02 Goffi bridge: added generic D-Bus exception management + asyncCreateProfile method
2011-07-05 Goffi bridge refactoring: categories are now core and plugin instead of communication and request
2011-06-06 Goffi bridge: templates' constants can now be overrided
2011-05-26 Goffi bridge: async callback managed in bridge_constructor + misc
2011-02-20 Goffi dbus bridge: asynchrone methods management
2011-02-20 Goffi dbus bridge: added doc parameter, unmanaged yet
2011-02-03 Goffi dbus bridge: fixed introspection for dynamically added methods and signals
2011-01-24 Goffi bridge: core & frontend sides of bridge are now generated
2011-01-24 Goffi Bridge constructor: