log src/plugins/plugin_xep_0054.py @ 2510:4001aa395a04

age author description
Fri, 02 Mar 2018 17:43:41 +0100 Goffi plugin XEP-0054: use .jpg instead of .jpe for jpeg files
Thu, 01 Mar 2018 09:04:36 +0100 Goffi plugin XEP-0054: removed Image.ANTIALIAS filter:
Fri, 26 Jan 2018 11:14:13 +0100 Goffi dates update
Wed, 03 Jan 2018 00:18:31 +0100 Goffi plugin XEP-0054: return always False in isRoom is plugin XEP-0045 is not available + raise NotFound if avatar is requested for a MUC room (not the occupants, the room itself)
Fri, 03 Nov 2017 14:31:42 +0100 Goffi misc: date update (yes it's a bit late :p )
Sat, 03 Jun 2017 22:24:53 +0200 Goffi plugin XEP-0054: fixed not transmitted arguments in getAvatar
Sun, 21 May 2017 20:01:24 +0200 Goffi plugin XEP-0054: nick handling + don't remove data on avatar set
Sun, 12 Feb 2017 18:59:10 +0100 Goffi core (plugins): added missing contants + use of new constants in PLUGIN_INFO
Sun, 12 Feb 2017 17:55:43 +0100 Goffi core, jp: component handling + client handling refactoring:
Sun, 15 Jan 2017 17:51:37 +0100 Goffi plugin XEP-0054, quick frontend(app): various improvments:
Tue, 13 Sep 2016 22:02:52 +0200 Goffi plugin XEP-0054(XEP-0153): added a getAvatar:
Sat, 10 Sep 2016 18:03:24 +0200 Goffi plugin XEP-0054(XEP-0153): ignore image formats other than gif, jpeg and png, and empty BINVAL
Fri, 09 Sep 2016 23:54:33 +0200 Goffi plugin XEP-0054: fix use of full jid for room occupants
Fri, 09 Sep 2016 23:54:33 +0200 Goffi plugin XEP-0054: renamed isInRoom to isRoom as the method only tell if the entity belong to a MUC
Sun, 28 Aug 2016 18:20:55 +0200 Goffi plugin XEP-0045, XEP-0054, XEP-0096: deprecated bridge method are not used anymore
Tue, 28 Jun 2016 18:27:02 +0200 Goffi plugin XEP-0054: fixed getCard calls
Mon, 27 Jun 2016 21:45:11 +0200 Goffi plugin XEP-0045, quick_frontend + primitivus (chat): cleaning of XEP-0045 (first pass):
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
Tue, 01 Dec 2015 17:17:09 +0100 Goffi plugin XEP-0054: use full jid to manage the card/avatar if the bare jid correspond to a MUC room
Wed, 25 Nov 2015 20:08:33 +0100 Goffi plugin XEP-0054: fixed presence issue when avatar is not in cache
Wed, 25 Nov 2015 20:01:39 +0100 Goffi plugin XEP-0054: fixed vcard-update callback which was updating avatar when hash was empty, resulting in a really slow start
Wed, 30 Sep 2015 17:25:09 +0200 Goffi plugins: added new MissingModule exceptions to plugins using third party modules
Tue, 14 Jul 2015 12:57:07 +0200 souliane plugin XEP-0054: fixes bug introduced by changeset 1255 (38fb8823cee8)
Thu, 16 Apr 2015 14:57:57 +0200 souliane massive (preventive) addition of 'u' (unicode) before the strings passed to logging functions
Mon, 30 Mar 2015 10:26:26 +0200 Goffi 2015 copyright dates update
Tue, 24 Feb 2015 17:01:33 +0100 Goffi plugin XEP-0054: "nick" is now keeped in cache: frontends_multi_profiles
Mon, 09 Feb 2015 21:39:51 +0100 Goffi plugin xep-0054: various improvments on avatars management: 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
Mon, 26 Jan 2015 02:03:16 +0100 Goffi plugin XEP-0054: couple of fixes in VCard/avatar management: frontends_multi_profiles