log sat/plugins/plugin_xep_0384.py @ 3671:9c50d2f812c1

age author description
2021-06-30 Goffi plugin XEP-0060: `getItem(s)`, `publish` and `(un)subscribe` are now coroutines
2021-06-03 Goffi core: various changes and fixes to work with new storage and D-Bus bridge:
2021-03-19 Goffi date update
2020-03-30 Goffi plugin XEP-0384: fixed /omemo_reset + device ID type:
2020-03-27 Goffi plugin XEP-0384: OMEMO trust policy:
2020-03-27 Goffi plugin XEP-0384: added resetTrust in OmemoSession
2020-03-23 Goffi core (memory/encryption): automatic start encryption if peer send encrypted message:
2020-03-18 Goffi plugin XEP-0384: added "/omemo_reset" text command:
2020-03-11 Goffi plugin XEP-0384: use "max_items=1" for devices and bundles nodes:
2020-02-18 Goffi core: renamed "MessageReceived" trigger to "messageReceived" for consistency.
2020-01-29 Goffi plugin XEP-0384: fixed exception catching on getItems
2020-01-29 Goffi dates update
2019-12-30 Goffi plugin XEP-0384: OMEMO for MUC implementation:
2019-12-20 Goffi plugin XEP-0384: typo
2019-12-20 Goffi plugin XEP-0384: update to latest python-omemo + better trust management:
2019-12-07 Goffi plugin XEP-0384: specific warning on missing omemo-backend-signal + fixed encoding following Python 3 port
2019-08-13 Goffi Python 3 port:
2019-04-28 Goffi plugin XEP-0384: wait for client to be ready if session is missing when onNewDevices is called
2019-03-20 Goffi plugin XEP-0384: handle NoEligibleDevicesException
2019-03-20 Goffi plugin XEP-0384: give feedback to client when encryption failed
2019-03-20 Goffi plugin XEP-0384: small refactoring to encrypt messages + bugfix:
2019-03-20 Goffi plugin XEP-0384: removed version restriction, it is now compatible with (and require) last version of python-omemo (0.10.4)
2019-03-01 Goffi plugin XEP-0384: removed _purgeOldData temporary hack, it should not be useful anymore
2019-02-28 Goffi plugin XEP-0384: better bundle handling + misc improvments
2019-01-12 Goffi date update
2019-01-05 Goffi plugin XEP-0384: give feedback to user when trust must be handled before sending a message
2019-01-04 Goffi plugin XEP-0380, XEP-0384: use C.EXTRA_INFO_DECR_ERR as info sub-type when a message can't be decrypted.
2019-01-04 Goffi plugin XEP-0380: Explicit Message Encryption implementation
2019-01-04 Goffi plugin XEP-0384: don't ignore StanzaError if it's not item-not-found
2019-01-03 Goffi plugin XEP-0384: various bug fixes:
2019-01-02 Goffi plugin XEP-0384: update to last python-omemo + trust management:
2018-08-11 Goffi plugin XEP-0384: PEP handling + mark as encrypted:
2018-08-11 Goffi plugin XEP-0384, install: adapted plugin to omemo module changes + added omemo module to dependencies:
2018-07-29 Goffi plugin XEP-0384: OMEMO implementation first draft: