log src/browser/sat_browser/plugin_sec_otr.py @ 725:c1abaa91a121

age author description
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-03-19 Goffi browser side: updated trigger import according to backend renaming (sat.tools.misc is now sat.tools.trigger)
2015-03-17 Goffi browser side(otr): restored menu hooks using new hook system frontends_multi_profiles
2015-03-17 Goffi browser side: menus refactorisation: frontends_multi_profiles
2015-03-03 souliane browser_side: OTR uses 'profilePlugged', 'disconnect' and 'gotMenus' listeners frontends_multi_profiles
2015-03-03 souliane browser_side: fixes wrong triggers names frontends_multi_profiles
2015-03-03 souliane browser_side: fixes OTR using the new resource system and proper triggers (send and receive message) or listener (presence update) frontends_multi_profiles
2015-03-03 souliane browser_side: replace all instances of 'str' with 'unicode' frontends_multi_profiles
2015-02-22 souliane browser_side: fixes various issues frontends_multi_profiles
2015-02-11 souliane browser_side: add and use method displayWidget to harmonize widget's management in Libervia (not completely done, there are some issues) frontends_multi_profiles
2015-01-24 Goffi browser side: big refactoring to base Libervia on QuickFrontend, first draft: frontends_multi_profiles
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