log src/plugins/plugin_xep_0085.py @ 1949:c5fd304d0976

age author description
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
Fri, 06 Nov 2015 17:09:45 +0100 Goffi plugin XEP-0085: renamed "__xxx" methods to "_xxx"
Tue, 03 Nov 2015 10:23:08 +0100 Goffi plugin XEP-0085: fixed chatstate blinking following 0632d96f08ad change
Mon, 02 Nov 2015 22:02:41 +0100 Goffi plugin XEP-0085: fixed bad use of threads resulting in delay and crash when stopping the backend.
Mon, 30 Mar 2015 10:26:26 +0200 Goffi 2015 copyright dates update
Fri, 20 Mar 2015 17:47:48 +0100 souliane plugin XEP-0085, quick_frontend: fixes chat states
Mon, 23 Feb 2015 18:08:22 +0100 Goffi merged souliane changes frontends_multi_profiles
Mon, 23 Feb 2015 18:04:25 +0100 Goffi plugin XEP-0085: fixed bad call to udateEntityData frontends_multi_profiles
Sun, 22 Feb 2015 11:43:11 +0100 souliane plugin XEP-0085: fixes the calls to memory.deleteEntityDatum and self.updateCache (was self.updateEntityData, has been renamed to avoid confusion with the memory method) frontends_multi_profiles
Mon, 09 Feb 2015 21:39:51 +0100 Goffi core (memory): updateEntityData now accept a "silent" argument to avoid sending signal to frontends when updating an attribute with "signalOnUpdate" flag. frontends_multi_profiles
Sat, 24 Jan 2015 01:00:29 +0100 Goffi core, frontends: refactoring to base Libervia on QuickFrontend (big mixed commit): frontends_multi_profiles
Wed, 10 Dec 2014 18:37:14 +0100 Goffi plugin XEP-0085: disabled a problematic assert (see FIXME) frontends_multi_profiles
Mon, 20 Oct 2014 20:26:46 +0200 souliane plugin XEP-0085: send 'gone' state before disconnection
Mon, 20 Oct 2014 12:57:55 +0200 souliane plugin XEP-0085: use the full JID + fixes bad entity data "type" value
Sat, 19 Apr 2014 19:19:19 +0200 Goffi core: use of the new core.log module:
Sat, 22 Mar 2014 15:34:05 +0100 Goffi core: sendMessageTrigger now manage pre and post treatments, which happen before or after XML generation
Fri, 21 Mar 2014 16:27:09 +0100 Goffi core: use of Const for profile_key + replaced '@DEFAULT@' default profile_key by '@NONE@'
Tue, 18 Mar 2014 13:52:12 +0100 souliane plugin XEP-0085: bug fixes, especially for groupchat messages
Tue, 25 Feb 2014 23:03:17 +0100 Goffi plugin XEP-0085: fixed bad trigger return value
Tue, 04 Feb 2014 18:32:49 +0100 Goffi dates update
Sun, 29 Dec 2013 17:06:01 +0100 Goffi core: i18n refactoring:
Tue, 03 Dec 2013 13:09:49 +0100 Goffi plugin XEP-0085: fixed bad return value for sendMessage trigger's post treatment
Wed, 13 Nov 2013 13:58:10 +0100 Goffi core: sendMessage's options parameter has been renamed to extra to be consistent with newMessage
Wed, 13 Nov 2013 13:57:36 +0100 Goffi core: sendMessage triggers now use a treatments deferred;
Thu, 31 Oct 2013 17:18:04 +0100 Goffi core: Deferred in onMessage.
Thu, 31 Oct 2013 17:14:15 +0100 Goffi core: importParams renamed to updateParams: it now updates the parameter instead of appending children if it find an existing one.
Tue, 15 Oct 2013 19:28:34 +0200 Goffi core, plugins: fixed bad use of children instead of elements() for domish.Element instances.
Mon, 07 Oct 2013 13:09:57 +0200 souliane plugin xep-0085: bug fix + improvement
Thu, 26 Sep 2013 10:44:57 +0200 souliane plugin XEP-0085: improvement for sending "composing" state
Sat, 07 Sep 2013 19:50:12 +0200 souliane plugin XEP-0085: renamed category and parameter
Thu, 05 Sep 2013 20:48:47 +0200 souliane plugin XEP-0085: Chat State Notifications