log src/plugins/plugin_sec_otr.py @ 2424:467ddb437a71

age author description
2017-11-03 Goffi misc: date update (yes it's a bit late :p )
2017-02-12 Goffi core (plugins): added missing contants + use of new constants in PLUGIN_INFO
2017-02-12 Goffi core, jp: component handling + client handling refactoring:
2017-02-05 Goffi plugin OTR, core; use of new sendMessage + OTR mini refactoring:
2017-02-05 Goffi core: replaced SkipHistory exception by a key in mess_data:
2017-02-04 Goffi core: replaced calls to client.xmlstream.send by client.send which is the right method to use. client.xmlstream should not be used directly
2017-02-01 Goffi plugin otr: various improvments:
2017-01-26 Goffi plugin sec OTR: fixed OTR:
2016-06-27 Goffi plugin XEP-0045, quick_frontend + primitivus (chat): cleaning of XEP-0045 (first pass):
2016-06-20 Goffi backend, frontends: message refactoring (huge commit):
2016-05-24 Goffi backend, frontend: messages refactoring (huge commit, not finished):
2016-04-17 Goffi use of /usr/bin/env instead of /usr/bin/python in shebang
2016-01-03 Goffi copyright update
2015-11-24 souliane plugin sec_otr: fixes bad handling of entity disconnection
2015-08-20 Goffi core, plugin watched: new plugin, show an alert when a watched entity goes online
2014-09-03 souliane plugin OTR: fixes a couple of typos
2015-04-16 souliane massive (preventive) addition of 'u' (unicode) before the strings passed to logging functions
2015-03-30 Goffi 2015 copyright dates update
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
2014-08-25 Goffi plugin OTR: added start/refresh and end session menus
2014-08-25 Goffi plugin OTR: a warning is logged when Account is instancied with a bare jid.
2014-08-25 Goffi plugin OTR: temporary potr monkey patch to work around a unicode bug, to be removed as soon as a potr fixed version is released (potr maintainer should do it soon)
2014-06-26 Goffi plugin OTR: various improvments:
2014-06-07 Goffi plugin otr: first draft