log sat/plugins/plugin_sec_otr.py @ 3138:d8a89a77d765

age author description
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.
2019-01-12 Goffi date update
2019-01-04 Goffi plugin OTR: fixed a bug which was tagging every message as "encrypted"
2019-01-03 Goffi core (memory/encryption), plugin OTR: finished OTR integration in encryption:
2018-12-26 Goffi plugin OTR: catch and log potr.context.ErrorReceived instead of raising it.
2018-08-11 Goffi plugin OTR: use new "directed" attribute when registering + use new markAsEncrypted
2018-08-11 Goffi plugin otr: use namespace specified in XEP-0378