log src/core/sat_main.py @ 2049:b67aece4a667

age author description
2016-07-17 Goffi plugin XEP-0085, quick_frontends, primitivus: chat states are working again
2016-06-20 Goffi backend, frontends: message refactoring (huge commit):
2016-05-24 Goffi backend, frontend: messages refactoring (huge commit, not finished):
2016-04-17 Goffi use of /usr/bin/env instead of /usr/bin/python in shebang
2016-01-03 Goffi copyright update
2015-12-07 souliane core, plugin misc_account: set XMPP connection max retries to 0 when checking if an external account exists
2015-11-27 Goffi core (memory): profile is checked in startSession (an error is raised if it doesn't exist)
2015-11-23 Goffi quick frontend (blog): fixed group blog panels (displaying only, sending is not working yet)
2015-11-22 Goffi core: fixed session cleaning after actionNew timeout
2015-11-19 Goffi core, plugins file, XEP-0234, bridge: progression api enhancement:
2015-11-18 Goffi core: fixed launchAction:
2015-11-17 Goffi core, bridge: actionsGet:
2015-11-15 Goffi core: added callback_id in DataError message of launchCallback
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, plugin file: fixed progress id + data is now returned by getProgress, instead of being an argument to fill
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: profile session starting and connection are now separated. Moved profile session starting/authentication to memory module
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-11-14 Goffi plugins XEP-0096, XEP-0260, file: sendFile method is managed by file plugin, which choose the best available method + progress_id fix
2015-11-11 Goffi core (client): added a sendError method to easily build error response from <IQ\> stanza
2015-11-02 Goffi core: plugin unload:
2015-09-29 Goffi core: more robust plugins loading:
2015-09-29 Goffi core: removed forgotten breakpoint
2015-09-25 Goffi core: progression handling improvments:
2015-08-27 Goffi core (plugins): detect import_name conflicts
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, bridge: added getFeatures method:
2015-08-18 Goffi core: moved __version__ to __init__.py, so we can check version by doing "import sat;print(sat.__version__)"
2015-08-18 Goffi core: removed sat_id which is not used anywhere, uuid do the job better
2015-08-18 Goffi core, bridge: new signal actionNew to launch an action from the backend (e.g. display a dialog message):
2015-04-20 souliane core, plugin XEP-0045, frontends: change frontend method "setStatusOnline" for "setPresenceStatus":
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-03-19 Goffi core: getRepositoryData now get the module in argument
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-19 Goffi renamed tools.misc to tools.trigger
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-03-06 souliane core: fixes bug introduced by 1262 (f8a8434dbac7) in SAT.delContact frontends_multi_profiles
2015-02-21 souliane core, quick_frontends: fixes one typo and a variable naming issue frontends_multi_profiles
2015-02-09 Goffi core: added a "profileConnecting" method check: 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-07 Goffi core: better management of default value in getConfig
2014-09-08 Goffi core (disco): added a timeout to get items
2014-09-01 souliane core: sendMessage handles the extra data key 'send_only' to skip triggers, storage and echo
2014-09-01 Goffi core: more robust plugins importation
2014-08-25 Goffi core: twistd plugin refactoring:
2014-08-24 Goffi core: sat bakcend is now a twisted plugin (no more .tac file)
2014-06-26 Goffi core: use of debug log instead of error when port default value is used
2014-06-25 Goffi core (menus): constants are used for menu types
2014-06-23 souliane core, plugins, stdui, frontends: fixes handling of "Force server" and "Force port" parameters:
2014-06-22 souliane core, memory, plugins, stdui, frontends: look for DNS SRV records when server is not specified:
2014-06-07 souliane frontends: async failures are more detailed (full class name + error message)
2014-05-23 souliane core, frontends: remove bridge method "connect" (always use asyncConnect)
2014-06-07 Goffi core (XMPP): sendMessage refactoring:
2014-05-21 souliane core, stdui (profile manager), quick_app: ask for another XMPP password when profile authentication succeed but XMPP connection fails
2014-05-15 souliane core, memory, bridge, plugin misc_register_account: move registerNewAccount to a new plugin: