log src/core/sat_main.py @ 2534:7da86e1633a5

age author description
Sat, 24 Mar 2018 10:46:09 +0100 Goffi core: new discoFindFeatures method which return all server services/roster entities implementing a set of features.
Fri, 16 Mar 2018 17:00:57 +0100 Goffi core: use C.bool to detect value of "handler" field in PLUGIN_INFO
Fri, 02 Mar 2018 17:40:09 +0100 Goffi core (memory/cache): common cache:
Wed, 28 Feb 2018 18:28:39 +0100 Goffi core: new getLocalPath method to retrieve a path in SàT local dir, which may be specific to a profile or component
Fri, 26 Jan 2018 11:14:13 +0100 Goffi dates update
Fri, 19 Jan 2018 17:39:38 +0100 Goffi core: 'x-data' namespace is now registered
Thu, 30 Nov 2017 20:27:22 +0100 Goffi core: specify profile on NotFound exception
Sun, 19 Nov 2017 16:46:07 +0100 Goffi core: added a mechanism to associate short names to namespaces:
Wed, 15 Nov 2017 08:54:32 +0100 Goffi memory (disco): added findServiceEntity helper method to get first service of a kind
Fri, 03 Nov 2017 14:31:42 +0100 Goffi misc: date update (yes it's a bit late :p )
Wed, 21 Jun 2017 19:40:13 +0200 Goffi core: check uncatched exceptions during plugin import and stdui init, log error and exit if any found
Sun, 21 May 2017 19:59:42 +0200 Goffi core: fixed profile key detection in getClients + raise DataError on empty profile
Thu, 09 Mar 2017 00:06:13 +0100 Goffi plugin account: removed dependency to Prosody/prosodyctl and properly use in-band registration instead
Sun, 05 Mar 2017 21:36:01 +0100 Goffi core, bridge: renamed getProfileName to profileNameGet according to new conventions
Sun, 26 Feb 2017 18:23:01 +0100 Goffi core, frontends: various fixes for Libervia:
Sun, 12 Feb 2017 19:23:34 +0100 Goffi core: added release name in constants + full version
Sun, 12 Feb 2017 19:08:52 +0100 Goffi core, frontends: getProfilesList renamed to profilesGetList + behaviour change:
Sun, 12 Feb 2017 17:55:43 +0100 Goffi core, jp: component handling + client handling refactoring:
Mon, 06 Feb 2017 22:54:43 +0100 Goffi core, bridge, frontends: renamed asyncConnect to connect, and added options parameters (not used yet)
Sun, 05 Feb 2017 15:00:01 +0100 Goffi plugin OTR, core; use of new sendMessage + OTR mini refactoring:
Sun, 05 Feb 2017 14:55:19 +0100 Goffi plugin XEP-0334: fixed and improved message processing hints:
Sat, 04 Feb 2017 17:59:13 +0100 Goffi core: replaced calls to client.xmlstream.send by client.send which is the right method to use. client.xmlstream should not be used directly
Wed, 01 Feb 2017 21:44:24 +0100 Goffi plugin otr: various improvments:
Thu, 26 Jan 2017 20:29:48 +0100 Goffi core (menus): improvments:
Thu, 05 Jan 2017 22:22:13 +0100 Goffi core: added sessionGetInfos bridge method to retrieve various data on current profile session + client.started keep start time
Sun, 25 Dec 2016 16:43:56 +0100 Goffi core(constants): added a constant for profile extension (PLUGIN_EXT):
Mon, 19 Dec 2016 23:49:37 +0100 Goffi plugin android: first draft:
Sun, 04 Dec 2016 18:16:48 +0100 Goffi core, quick_frontends: android compatibility hacks:
Sun, 04 Dec 2016 18:16:37 +0100 Goffi core: bridge can now be changed in conf
Mon, 03 Oct 2016 21:15:39 +0200 Goffi bridge (D-Bus): bad design fixes:
Sun, 28 Aug 2016 19:23:58 +0200 Goffi core, bridge, frontends: removed deprecated bridge method askConfirmation, confirmationAnswer, actionResult, actionResultExt and getWaitingConf
Sun, 17 Jul 2016 16:47:33 +0200 Goffi plugin XEP-0085, quick_frontends, primitivus: chat states are working again
Mon, 20 Jun 2016 18:41:53 +0200 Goffi backend, frontends: message refactoring (huge commit):
Tue, 24 May 2016 22:11:04 +0200 Goffi backend, frontend: messages refactoring (huge commit, not finished):
Sun, 17 Apr 2016 14:45:26 +0200 Goffi use of /usr/bin/env instead of /usr/bin/python in shebang
Sun, 03 Jan 2016 16:28:30 +0100 Goffi copyright update
Mon, 07 Dec 2015 19:56:12 +0100 souliane core, plugin misc_account: set XMPP connection max retries to 0 when checking if an external account exists
Fri, 27 Nov 2015 16:50:29 +0100 Goffi core (memory): profile is checked in startSession (an error is raised if it doesn't exist)
Mon, 23 Nov 2015 16:21:32 +0100 Goffi quick frontend (blog): fixed group blog panels (displaying only, sending is not working yet)
Sun, 22 Nov 2015 21:23:14 +0100 Goffi core: fixed session cleaning after actionNew timeout
Thu, 19 Nov 2015 18:13:26 +0100 Goffi core, plugins file, XEP-0234, bridge: progression api enhancement:
Wed, 18 Nov 2015 11:06:24 +0100 Goffi core: fixed launchAction:
Tue, 17 Nov 2015 21:28:58 +0100 Goffi core, bridge: actionsGet:
Sun, 15 Nov 2015 23:11:41 +0100 Goffi core: added callback_id in DataError message of launchCallback
Sat, 14 Nov 2015 19:21:56 +0100 Goffi backend, bridge, frontends: actionNew has now a security_limit argument + added some docstring to explain data argument
Sat, 14 Nov 2015 19:20:33 +0100 Goffi core, plugin file: fixed progress id + data is now returned by getProgress, instead of being an argument to fill
Sat, 14 Nov 2015 19:18:10 +0100 Goffi core, bridge: added a profileSetDefault method
Sat, 14 Nov 2015 19:18:10 +0100 Goffi bridge: new core method profileStartSession to start a session without connecting the profile
Sat, 14 Nov 2015 19:18:10 +0100 Goffi core: profile session starting and connection are now separated. Moved profile session starting/authentication to memory module
Sat, 14 Nov 2015 19:18:10 +0100 Goffi core, bridge (params): added asyncGetParamsValuesFromCategory (yes that's a long name!) method to retrive params names and values for a given category
Sat, 14 Nov 2015 19:18:07 +0100 Goffi bridge, core(params): removed obsolete methods:
Sat, 14 Nov 2015 19:18:05 +0100 Goffi plugins XEP-0096, XEP-0260, file: sendFile method is managed by file plugin, which choose the best available method + progress_id fix
Wed, 11 Nov 2015 14:56:05 +0100 Goffi core (client): added a sendError method to easily build error response from <IQ\> stanza
Mon, 02 Nov 2015 22:02:41 +0100 Goffi core: plugin unload:
Tue, 29 Sep 2015 17:54:23 +0200 Goffi core: more robust plugins loading:
Tue, 29 Sep 2015 17:54:21 +0200 Goffi core: removed forgotten breakpoint
Fri, 25 Sep 2015 19:19:12 +0200 Goffi core: progression handling improvments:
Thu, 27 Aug 2015 17:59:15 +0200 Goffi core (plugins): detect import_name conflicts
Tue, 25 Aug 2015 16:05:01 +0200 Goffi core (disco): added checkFeatures to check several features at once + identities are now managed with a tuple in findFeaturesSet and checkFeatures
Fri, 21 Aug 2015 17:08:26 +0200 Goffi core, bridge: added getFeatures method: