log sat/memory/encryption.py @ 4018:86efd854dee1

age author description
2022-10-06 Goffi core (memory/encryption): helper method to get currently utilised e2ee algorithm's namespace:
2022-08-23 Syndace plugin XEP-0384: Fully reworked to adjust to the reworked python-omemo:
2021-03-19 Goffi date update
2020-03-27 Goffi core (memory/encryption): use utils.asDeferred for trust UI, so async coroutines can be used
2020-03-23 Goffi core (memory/encryption): automatic start encryption if peer send encrypted message:
2020-03-23 Goffi core (memory/encryption): set encrypted flag also for outgoing messages and put it in extra:
2020-03-22 Goffi core (memory/encryption): encryption session are now restored on client connection
2020-03-18 Goffi core (memory/encryption): namespace can now be specified to test a specific algorithm in isEncryptionRequested
2020-02-23 Goffi core (memory/encryption): "isEncryptionRequested" helper method:
2020-02-18 Goffi core (memory/encryption): new "isEncrypted" method to check if encrypted flag is set in message data
2020-01-29 Goffi fixed shebangs
2020-01-29 Goffi dates update
2019-12-30 Goffi plugin XEP-0384: OMEMO for MUC implementation:
2019-08-13 Goffi Python 3 port:
2019-02-24 Goffi core: added a base menu allowing to set encryption session or show the trust management UI.
2019-01-12 Goffi date update
2019-01-04 Goffi core (constants): added a constant for "encrypted"
2019-01-04 Goffi core (memory/encryption): added getNamespaces method to retrieve all plugins namespaces
2019-01-03 Goffi core (memory/encryption), plugin OTR: finished OTR integration in encryption:
2019-01-02 Goffi core (memory/encryption): new encryptionNamespaceGet and encryptionTrustUIGet methods:
2018-08-11 Goffi core (memore/encryption): new methods and checks:
2018-08-11 Goffi core (memory/encryption): start improvments, stop and getSession:
2018-07-29 Goffi core: new EncryptionHandler class which manage encrypted session as a core feature: