log sat/plugins/plugin_xep_0384.py @ 3914:4cb38c8312a1

age author description
Sat, 24 Sep 2022 16:37:46 +0200 Goffi plugin XEP-0384, xml_tools: avoid `getItems` timeout + fix empty node crash + parsing:
Tue, 23 Aug 2022 21:06:24 +0200 Syndace plugin XEP-0384: Fully reworked to adjust to the reworked python-omemo:
Fri, 17 Jun 2022 14:15:23 +0200 Goffi core (memory/sqla), plugin XEP-0359: always add `origin-id`, and store:
Tue, 25 Jan 2022 17:06:28 +0100 Goffi plugin XEP-0384: fix typo in attribute
Fri, 12 Nov 2021 17:21:24 +0100 Goffi merge bookmark @
Fri, 22 Oct 2021 18:46:51 +0200 Goffi plugin XEP-0384: fix encryption for user own devices:
Wed, 08 Sep 2021 17:58:48 +0200 Goffi plugin XEP-0384: fix calls outside of main thread:
Wed, 30 Jun 2021 16:19:14 +0200 Goffi plugin XEP-0060: `getItem(s)`, `publish` and `(un)subscribe` are now coroutines
Thu, 03 Jun 2021 15:21:43 +0200 Goffi core: various changes and fixes to work with new storage and D-Bus bridge:
Fri, 19 Mar 2021 15:45:14 +0100 Goffi date update
Mon, 30 Mar 2020 19:59:17 +0200 Goffi plugin XEP-0384: fixed /omemo_reset + device ID type:
Fri, 27 Mar 2020 10:02:14 +0100 Goffi plugin XEP-0384: OMEMO trust policy:
Fri, 27 Mar 2020 09:55:16 +0100 Goffi plugin XEP-0384: added resetTrust in OmemoSession
Mon, 23 Mar 2020 17:52:18 +0100 Goffi core (memory/encryption): automatic start encryption if peer send encrypted message:
Wed, 18 Mar 2020 19:56:05 +0100 Goffi plugin XEP-0384: added "/omemo_reset" text command:
Wed, 11 Mar 2020 20:44:49 +0100 Goffi plugin XEP-0384: use "max_items=1" for devices and bundles nodes:
Tue, 18 Feb 2020 18:13:19 +0100 Goffi core: renamed "MessageReceived" trigger to "messageReceived" for consistency.
Wed, 29 Jan 2020 18:31:47 +0100 Goffi plugin XEP-0384: fixed exception catching on getItems
Wed, 29 Jan 2020 09:50:54 +0100 Goffi dates update
Mon, 30 Dec 2019 20:59:46 +0100 Goffi plugin XEP-0384: OMEMO for MUC implementation:
Fri, 20 Dec 2019 14:26:05 +0100 Goffi plugin XEP-0384: typo
Fri, 20 Dec 2019 12:28:01 +0100 Goffi plugin XEP-0384: update to latest python-omemo + better trust management:
Sat, 07 Dec 2019 11:30:56 +0100 Goffi plugin XEP-0384: specific warning on missing omemo-backend-signal + fixed encoding following Python 3 port
Tue, 13 Aug 2019 19:08:41 +0200 Goffi Python 3 port:
Sun, 28 Apr 2019 08:55:07 +0200 Goffi plugin XEP-0384: wait for client to be ready if session is missing when onNewDevices is called
Wed, 20 Mar 2019 09:08:47 +0100 Goffi plugin XEP-0384: handle NoEligibleDevicesException
Wed, 20 Mar 2019 09:08:47 +0100 Goffi plugin XEP-0384: give feedback to client when encryption failed
Wed, 20 Mar 2019 09:08:47 +0100 Goffi plugin XEP-0384: small refactoring to encrypt messages + bugfix:
Wed, 20 Mar 2019 09:08:37 +0100 Goffi plugin XEP-0384: removed version restriction, it is now compatible with (and require) last version of python-omemo (0.10.4)
Fri, 01 Mar 2019 12:17:34 +0100 Goffi plugin XEP-0384: removed _purgeOldData temporary hack, it should not be useful anymore
Thu, 28 Feb 2019 18:57:26 +0100 Goffi plugin XEP-0384: better bundle handling + misc improvments
Sat, 12 Jan 2019 12:25:31 +0100 Goffi date update
Sat, 05 Jan 2019 14:15:11 +0100 Goffi plugin XEP-0384: give feedback to user when trust must be handled before sending a message
Fri, 04 Jan 2019 18:47:56 +0100 Goffi plugin XEP-0380, XEP-0384: use C.EXTRA_INFO_DECR_ERR as info sub-type when a message can't be decrypted.
Fri, 04 Jan 2019 11:14:53 +0100 Goffi plugin XEP-0380: Explicit Message Encryption implementation
Fri, 04 Jan 2019 09:20:32 +0100 Goffi plugin XEP-0384: don't ignore StanzaError if it's not item-not-found
Thu, 03 Jan 2019 21:04:55 +0100 Goffi plugin XEP-0384: various bug fixes:
Wed, 02 Jan 2019 18:50:28 +0100 Goffi plugin XEP-0384: update to last python-omemo + trust management:
Sat, 11 Aug 2018 18:24:55 +0200 Goffi plugin XEP-0384: PEP handling + mark as encrypted:
Sat, 11 Aug 2018 18:24:55 +0200 Goffi plugin XEP-0384, install: adapted plugin to omemo module changes + added omemo module to dependencies:
Sun, 29 Jul 2018 19:24:21 +0200 Goffi plugin XEP-0384: OMEMO implementation first draft: