log src/core/xmpp.py @ 2543:60758de1c227

age author description
Fri, 30 Mar 2018 17:51:32 +0200 Goffi plugin XEP-0115: fixed caps initial check
Fri, 16 Mar 2018 17:06:35 +0100 Goffi component file sharing: comments handling first draft:
Fri, 02 Mar 2018 17:40:09 +0100 Goffi core (memory/cache): common cache:
Wed, 28 Feb 2018 18:28:39 +0100 Goffi core (client): component improvments:
Wed, 28 Feb 2018 18:28:39 +0100 Goffi core (client): set default timeout of IQ to 60 seconds
Fri, 26 Jan 2018 11:14:13 +0100 Goffi dates update
Wed, 03 Jan 2018 00:13:48 +0100 Goffi core: moved CHAT_* constants from frontends to core constants + uses constants for MESS_TYPE_* in sendMessage
Fri, 03 Nov 2017 14:31:42 +0100 Goffi misc: date update (yes it's a bit late :p )
Mon, 19 Jun 2017 09:36:55 +0200 Goffi core: added hosts_dict handling in general config:
Wed, 08 Mar 2017 20:59:31 +0100 Goffi core, plugin XEP-0077: in-band registration fix and move:
Sun, 12 Feb 2017 17:55:43 +0100 Goffi core, jp: component handling + client handling refactoring:
Mon, 06 Feb 2017 20:46:59 +0100 Goffi core (roster): added isPresenceAuthorised to check if an entity is authorised to see our presence
Sun, 05 Feb 2017 14:55:54 +0100 Goffi core (client): added feedback and sendMessage methods:
Sun, 05 Feb 2017 14:55:21 +0100 Goffi core: replaced SkipHistory exception by a key in mess_data:
Sat, 04 Feb 2017 17:59:15 +0100 Goffi added "send" trigger point as the last one before sending, can be used for e2e encryption
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
Thu, 05 Jan 2017 20:29:05 +0100 Goffi plugin XEP-0231: Bits of Binary first draft:
Thu, 05 Jan 2017 20:23:38 +0100 Goffi core (memory/cache): file caching handling, first draft:
Sun, 18 Dec 2016 20:21:31 +0100 Goffi plugin XEP-0280: Message Carbons first draft
Sun, 04 Dec 2016 18:16:48 +0100 Goffi core, quick_frontends: android compatibility hacks:
Sun, 28 Aug 2016 19:23:58 +0200 Goffi core, bridge, frontends: removed deprecated bridge method askConfirmation, confirmationAnswer, actionResult, actionResultExt and getWaitingConf
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
Fri, 11 Dec 2015 11:25:29 +0100 souliane plugin XEP-0203, core (xmpp): leave the management of delay element to XEP-0203 (fix bug 59):
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
Mon, 07 Dec 2015 13:10:44 +0100 Goffi core (client): fixed maximum connection tries to 3
Fri, 27 Nov 2015 10:15:23 +0100 Goffi core: fixed cache check on presence unavailable
Wed, 25 Nov 2015 23:19:36 +0100 Goffi core: avoid to send presence unavailable signal when it's not necessary
Tue, 17 Nov 2015 21:28:58 +0100 Goffi core, bridge: actionsGet:
Wed, 11 Nov 2015 14:56:05 +0100 Goffi core (client): added a sendError method to easily build error response from <IQ\> stanza
Fri, 06 Nov 2015 17:09:42 +0100 Goffi core (xmpp.py): fixed bad import
Mon, 02 Nov 2015 22:02:41 +0100 Goffi core (client): add IQ method to easily create an IQ stanza with the current xmlstream, and manage result with a Deferred.
Fri, 25 Sep 2015 19:19:12 +0200 Goffi core: progression handling improvments:
Thu, 20 Aug 2015 18:43:56 +0200 Goffi core, plugin watched: new plugin, show an alert when a watched entity goes online
Sat, 15 Aug 2015 22:20:43 +0200 Goffi plugins xep-0277, groupblog: added subscriteToMany to replace massiveSubscribeGroupBlogs + added SatRosterProtocol.getJidsSet
Wed, 10 Jun 2015 18:04:43 +0200 souliane bridge, quick_frontend: the JID that is assigned by the server can differ from the one we asked for (resource)
Wed, 10 Jun 2015 09:18:34 +0200 souliane primitivus: fix setting the presence and status
Wed, 27 May 2015 19:12:38 +0200 Goffi core (xmpp): added log message when a an entity without presence subscription is removed from roster
Fri, 24 Apr 2015 14:57:09 +0200 souliane core (xmpp): update the cache for a contact group when a contact is removed from it
Fri, 24 Apr 2015 14:54:24 +0200 souliane core (xmpp): RosterItem.jid is deprecated in Wokkel 0.7.1, use RosterItem.entity instead
Mon, 20 Apr 2015 16:39:38 +0200 souliane core, plugin XEP-0045, frontends: change frontend method "setStatusOnline" for "setPresenceStatus":
Thu, 16 Apr 2015 14:57:57 +0200 souliane massive (preventive) addition of 'u' (unicode) before the strings passed to logging functions
Wed, 01 Apr 2015 23:56:32 +0200 souliane core (xmmp): keep the roster groups cache synchronised + fixes a log.warning
Mon, 30 Mar 2015 10:26:26 +0200 Goffi 2015 copyright dates update
Wed, 18 Mar 2015 10:52:28 +0100 Goffi merged branch 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
Fri, 06 Feb 2015 18:54:44 +0100 Goffi core: fixed items registration in roster management frontends_multi_profiles
Fri, 06 Feb 2015 18:53:07 +0100 Goffi core: fixed some logging calls without unicode strings, and use of print frontends_multi_profiles
Fri, 19 Dec 2014 11:42:45 +0100 souliane core (xmpp): set missing "from" attribute of received messages to the server domain
Wed, 10 Dec 2014 18:32:33 +0100 Goffi core: improved roster management + misc: frontends_multi_profiles
Sat, 18 Oct 2014 16:28:37 +0200 souliane core, plugins: improve a bit some log messages
Sun, 21 Sep 2014 13:06:53 +0200 souliane core: move XMPP keep-alife value to the constants
Fri, 05 Sep 2014 11:16:38 +0200 souliane plugin OTR: forces FINISHED state if we are in ENCRYPTED state on contact disconnection
Thu, 04 Sep 2014 11:26:22 +0200 souliane core (xmpp): fixes SatPresenceProtocol.available to prevent an eventual code skipping
Mon, 23 Jun 2014 10:23:13 +0200 souliane core, plugins, stdui, frontends: fixes handling of "Force server" and "Force port" parameters:
Mon, 23 Jun 2014 00:44:10 +0200 souliane core, memory, plugins, stdui, frontends: look for DNS SRV records when server is not specified:
Mon, 02 Jun 2014 19:25:06 +0200 souliane core (xmpp): onMessage handles an eventual subject (used for announcement / headline message)
Fri, 23 May 2014 09:59:35 +0200 souliane core (xmpp), stdui (profile_manager), bridge, frontends: raise an exception if the XMPP connection failed instead of sending a signal