log sat/plugins/plugin_sec_otr.py @ 3798:b5013bada4b6

age author description
2022-06-17 Goffi core (xmpp): adapt message workflow to components:
2021-03-19 Goffi date update
2020-03-23 Goffi core (memory/encryption): automatic start encryption if peer send encrypted message:
2020-03-22 Goffi core (memory/encryption): encryption session are now restored on client connection
2020-02-18 Goffi core: renamed "MessageReceived" trigger to "messageReceived" for consistency.
2020-02-09 Goffi core (memory/crypto): replaced `PyCrypto` by `cryptography`:
2020-01-29 Goffi fixed shebangs
2020-01-29 Goffi dates update
2019-10-16 Goffi plugin OTR: work around a bad exception raised in potr
2019-09-25 Goffi jp: jp asyncio port:
2019-08-13 Goffi Python 3 port:
2019-03-01 Goffi plugin OTR: ignore messages from sender without resource or from own jid
2019-03-01 Goffi core: renamed presenceReceived to presence_reveiced + use "client" as first arguments instead of "profile"
2019-02-25 Goffi plugin OTR: do profile session init in profileConnecting, so it is done before receiving any stanza
2019-02-24 Goffi plugin OTR: disabled menu as the new generic encryption menu allows to start/stop OTR or display the trust UI.