2015-08-21 |
Goffi |
core, bridge: added getFeatures method:
|
2015-03-30 |
Goffi |
2015 copyright dates update
|
2015-02-09 |
Goffi |
core: added getEntitiesData which get cache data for several entities at once
frontends_multi_profiles
|
2015-01-24 |
Goffi |
core, frontends: refactoring to base Libervia on QuickFrontend (big mixed commit):
frontends_multi_profiles
|
2014-12-10 |
Goffi |
quick_frontend, primitivus: multi-profiles refactoring part 1 (big commit, sorry :p):
frontends_multi_profiles
|
2014-10-16 |
Goffi |
bridge (frontends side): fixed call of async method in blocking context
|
2014-10-04 |
souliane |
bridge, memory: add "search" attribute to getHistory (filter the results with a unix globbing pattern)
|
2014-09-08 |
Goffi |
frontends (dbus): error is not truncated anymore if it's not a SàT error.
|
2014-06-15 |
souliane |
bridge: DBusException also transports the twisted failure condition
|
2014-06-14 |
Goffi |
bridge (D-Bus): frontend side now use a 120 s timeout for async calls
|
2014-06-07 |
souliane |
bridge: async failures are more detailed (full class name + error message)
|
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 |
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.
|
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-29 |
Goffi |
core: i18n 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-11-17 |
souliane |
bridge: removed plugin method definitions from the old static system
|