log src/bridge/bridge_constructor/bridge_template.ini @ 2463:65a6d2496504

age author description
2017-11-19 Goffi core: added a mechanism to associate short names to namespaces:
2017-08-22 Goffi core (memory/disco): added use_cache parameter to discoInfos/discoItems (set to False to ignore cache)
2017-03-05 Goffi core, bridge: renamed getProfileName to profileNameGet according to new conventions
2017-02-12 Goffi core(memory.disco), bridge: discoInfos and discoItems now handle node
2017-02-12 Goffi core, frontends: getProfilesList renamed to profilesGetList + behaviour change:
2017-02-12 Goffi core, jp: component handling + client handling refactoring:
2017-02-06 Goffi core, bridge, frontends: renamed asyncConnect to connect, and added options parameters (not used yet)
2017-01-26 Goffi core (menus): improvments:
2017-01-05 Goffi core: added sessionGetInfos bridge method to retrieve various data on current profile session + client.started keep start time
2016-08-28 Goffi bridge (bridge_template.ini): minor doc fix
2016-08-28 Goffi core, bridge, frontends: removed deprecated bridge method askConfirmation, confirmationAnswer, actionResult, actionResultExt and getWaitingConf
2016-07-24 Goffi quick_frontend(chat): better handling of cached signals when initialising widget
2016-07-17 Goffi backend (memory), frontends: improved history filtering:
2016-06-20 Goffi backend, frontends: message refactoring (huge commit):
2016-05-24 Goffi backend, frontend: messages refactoring (huge commit, not finished):
2016-01-23 Goffi bridge (template): fixed docstrings
2015-11-22 Goffi core: fixed session cleaning after actionNew timeout
2015-11-22 Goffi plugin XEP-0363, upload: File upload (through HTTP upload only for now):
2015-11-19 Goffi core, plugins file, XEP-0234, bridge: progression api enhancement:
2015-11-17 Goffi core, bridge: actionsGet:
2015-11-14 Goffi backend, bridge, frontends: actionNew has now a security_limit argument + added some docstring to explain data argument
2015-11-14 Goffi core, bridge: added a profileSetDefault method
2015-11-14 Goffi bridge: new core method profileStartSession to start a session without connecting the profile
2015-11-14 Goffi core, bridge (params): added asyncGetParamsValuesFromCategory (yes that's a long name!) method to retrive params names and values for a given category
2015-11-14 Goffi bridge, core(params): removed obsolete methods:
2015-09-25 Goffi core: progression handling improvments:
2015-08-21 Goffi core, bridge: added getFeatures method:
2015-08-18 Goffi core, bridge: new signal actionNew to launch an action from the backend (e.g. display a dialog message):
2015-06-10 souliane bridge, quick_frontend: the JID that is assigned by the server can differ from the one we asked for (resource)
2015-04-17 Goffi bridge: getInfos description minor update
2015-04-17 Goffi core, bridge, jp: management of service discovery extensions (XEP-0128)
2015-03-19 Goffi core: if we are in dev version and it's possible, repository data are now checked and added to SàT version
2015-03-17 Goffi core, quick_frontends: added an "extra" item in getMenus + use of new quick_menus module in QuickApp frontends_multi_profiles
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 core: improved roster management + misc: frontends_multi_profiles
2014-10-04 souliane bridge, memory: add "search" attribute to getHistory (filter the results with a unix globbing pattern)
2014-09-15 Matteo Cypriani misc: fixed some typos
2014-09-05 Goffi core: a new "info" type is used in newMessage for system messages (not comming from outside)
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-07 souliane better PEP-8 compliance
2014-05-04 souliane memory, jp: added jp commands to load/save parameters template
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-01-04 souliane memory: fixed wrong information in the docstrings for security_limit
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-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-29 Goffi bridge: doc fix for newContact