log src/browser/sat_browser/plugin_sec_otr.py @ 624:9092e624bb27 frontends_multi_profiles

age author description
Sun, 22 Feb 2015 21:51:20 +0100 souliane browser_side: fixes various issues frontends_multi_profiles
Wed, 11 Feb 2015 11:18:13 +0100 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
Sat, 24 Jan 2015 01:45:39 +0100 Goffi browser side: big refactoring to base Libervia on QuickFrontend, first draft: frontends_multi_profiles
Wed, 22 Oct 2014 19:03:55 +0200 souliane browser_side: various improvements, especially for MUC
Wed, 22 Oct 2014 14:19:25 +0200 souliane plugin sec_otr: improvement when sending a message to a MUC
Sat, 18 Oct 2014 13:16:56 +0200 souliane browser_side: safer attributes handling in getOrCreateLiberviaWidget + use it to create MUC panels
Tue, 23 Sep 2014 13:57:36 +0200 souliane browser_side (plugin OTR): display the correct icons on opening the window + auto-open on accepted invitation
Tue, 23 Sep 2014 10:53:52 +0200 souliane browser_side (plugin OTR): fixes missing resource issue:
Tue, 23 Sep 2014 09:32:10 +0200 souliane browser_side (plugin OTR): popup a big warning if the correspondent's resource is unknown while trying to start/use an OTR session
Mon, 08 Sep 2014 15:44:11 +0200 souliane browser_side (plugin OTR): forbid to start an OTR session if the contact is not connected
Mon, 08 Sep 2014 15:32:33 +0200 souliane browser_side (plugin OTR): display OTR states with icons instead of a text
Sun, 07 Sep 2014 23:58:10 +0200 souliane browser_side (plugin OTR): also ask for a confirmation if the user has no private key and initiates an OTR session
Sun, 07 Sep 2014 23:40:06 +0200 souliane browser_side (plugin OTR): really clean everything on key drop
Sun, 07 Sep 2014 23:29:49 +0200 souliane browser_side (plugin OTR): ask the user before accepting an OTR query
Sun, 07 Sep 2014 22:33:28 +0200 souliane browser_side (plugin OTR): put all the text messages into constants
Sun, 07 Sep 2014 19:28:27 +0200 souliane browser_side (plugin OTR): manage the plain text messages ourselves rather than leaving it to otr.js
Sun, 07 Sep 2014 16:40:33 +0200 souliane browser_side: temporary way to display the OTR state in the LiberviaWidget header
Fri, 05 Sep 2014 19:29:35 +0200 Goffi browser side (plugin otr): C.MESS_TYPE_INFO is used instead of "headline" for informational message
Fri, 05 Sep 2014 19:29:35 +0200 Goffi browser_side: management of new "info" newMessage type
Fri, 05 Sep 2014 12:08:55 +0200 souliane browser_side (plugin OTR): change some feedback messages
Fri, 05 Sep 2014 11:53:55 +0200 souliane plugin OTR: forces FINISHED state if we are in ENCRYPTED state on contact disconnection
Fri, 05 Sep 2014 11:41:40 +0200 souliane plugin OTR: disconnect the active OTR sessions on profile disconnection
Fri, 05 Sep 2014 10:47:17 +0200 souliane plugin OTR: fixes handling of the FINISHED state
Wed, 03 Sep 2014 19:21:40 +0200 souliane browser_side (plugin OTR): avoid unecessary waiting time on menu callbacks when the private key or the context doesn't exist
Wed, 03 Sep 2014 11:22:37 +0200 souliane browser_side (plugin OTR): limit the max width for all dialogs
Wed, 03 Sep 2014 11:04:29 +0200 souliane browser_side (plugin OTR): rename menus and replace 'buddy' with 'correspondent'
Tue, 02 Sep 2014 21:28:42 +0200 souliane browser and server sides: OTR plugin, first draft