log src/plugins/plugin_sec_otr.py @ 1364:28f0b33ca17c frontends_multi_profiles

age author description
2015-01-24 Goffi core, frontends: refactoring to base Libervia on QuickFrontend (big mixed commit): frontends_multi_profiles
2014-10-20 souliane plugin sec_otr: a trigger was not returning True
2014-10-18 souliane core, plugins: improve a bit some log messages
2014-09-08 Goffi plugin OTR: added a warning to tell that the history is not logged anymore and advanced feature are disabled when using OTR
2014-09-07 souliane plugin OTR: do not save in history the encrypted messages for skipped profiles
2014-09-05 Goffi core: a new "info" type is used in newMessage for system messages (not comming from outside)
2014-09-05 souliane plugin OTR: forces FINISHED state if we are in ENCRYPTED state on contact disconnection
2014-09-05 souliane plugin OTR: disconnect the active OTR sessions and delete the context on profile disconnection
2014-09-05 souliane plugin OTR: fixes handling of the FINISHED state
2014-09-01 souliane plugin OTR: add bridge method skipOTR to desactivate OTR handling for a given profile
2014-09-01 souliane plugin OTR: two small fixes
2014-09-01 souliane plugin OTR: remove unnecessary attribute SatXMPPClient.otr_priv_key
2014-08-26 Goffi plugin OTR: added ability to drop private key
2014-08-26 Goffi plugin OTR: authentication management + fixed a bug in setState (due to a wrong docstring in potr.context.getCurrentTrust)
2014-08-25 Goffi plugin otr: priv_key is better than getPrivKey here, as it should not be None + fixed private key encryption/decryption