log src/browser/sat_browser/plugin_sec_otr.py @ 588:c8cca1a373dd

age author description
2014-10-22 souliane browser_side: various improvements, especially for MUC
2014-10-22 souliane plugin sec_otr: improvement when sending a message to a MUC
2014-10-18 souliane browser_side: safer attributes handling in getOrCreateLiberviaWidget + use it to create MUC panels
2014-09-23 souliane browser_side (plugin OTR): display the correct icons on opening the window + auto-open on accepted invitation
2014-09-23 souliane browser_side (plugin OTR): fixes missing resource issue:
2014-09-23 souliane browser_side (plugin OTR): popup a big warning if the correspondent's resource is unknown while trying to start/use an OTR session
2014-09-08 souliane browser_side (plugin OTR): forbid to start an OTR session if the contact is not connected
2014-09-08 souliane browser_side (plugin OTR): display OTR states with icons instead of a text
2014-09-07 souliane browser_side (plugin OTR): also ask for a confirmation if the user has no private key and initiates an OTR session
2014-09-07 souliane browser_side (plugin OTR): really clean everything on key drop
2014-09-07 souliane browser_side (plugin OTR): ask the user before accepting an OTR query
2014-09-07 souliane browser_side (plugin OTR): put all the text messages into constants
2014-09-07 souliane browser_side (plugin OTR): manage the plain text messages ourselves rather than leaving it to otr.js
2014-09-07 souliane browser_side: temporary way to display the OTR state in the LiberviaWidget header
2014-09-05 Goffi browser side (plugin otr): C.MESS_TYPE_INFO is used instead of "headline" for informational message
2014-09-05 Goffi browser_side: management of new "info" newMessage type
2014-09-05 souliane browser_side (plugin OTR): change some feedback messages
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 on profile disconnection
2014-09-05 souliane plugin OTR: fixes handling of the FINISHED state
2014-09-03 souliane browser_side (plugin OTR): avoid unecessary waiting time on menu callbacks when the private key or the context doesn't exist
2014-09-03 souliane browser_side (plugin OTR): limit the max width for all dialogs
2014-09-03 souliane browser_side (plugin OTR): rename menus and replace 'buddy' with 'correspondent'
2014-09-02 souliane browser and server sides: OTR plugin, first draft