log src/browser/sat_browser/plugin_sec_otr.py @ 1054:f2170536ba23

age author description
Fri, 26 Jan 2018 11:15:26 +0100 Goffi date update
Fri, 03 Nov 2017 14:37:01 +0100 Goffi misc: date update (yes it's a bit late :p )
Sun, 26 Feb 2017 18:32:47 +0100 Goffi server, browser: partial Libervia fix
Tue, 09 Aug 2016 01:07:15 +0200 Goffi browser, server: update to get compatibility with 0.7-dev (not finished):
Sun, 03 Jan 2016 16:24:27 +0100 Goffi copyright update
Thu, 16 Apr 2015 14:57:02 +0200 souliane massive (preventive) addition of 'u' (unicode) before the strings passed to logging functions
Mon, 30 Mar 2015 10:28:47 +0200 Goffi 2015 copyright dates update
Thu, 19 Mar 2015 17:27:22 +0100 Goffi browser side: updated trigger import according to backend renaming (sat.tools.misc is now sat.tools.trigger)
Tue, 17 Mar 2015 22:20:36 +0100 Goffi browser side(otr): restored menu hooks using new hook system frontends_multi_profiles
Tue, 17 Mar 2015 20:42:02 +0100 Goffi browser side: menus refactorisation: frontends_multi_profiles
Tue, 03 Mar 2015 22:31:54 +0100 souliane browser_side: OTR uses 'profilePlugged', 'disconnect' and 'gotMenus' listeners frontends_multi_profiles
Tue, 03 Mar 2015 19:00:21 +0100 souliane browser_side: fixes wrong triggers names frontends_multi_profiles
Tue, 03 Mar 2015 07:21:50 +0100 souliane browser_side: fixes OTR using the new resource system and proper triggers (send and receive message) or listener (presence update) frontends_multi_profiles
Tue, 03 Mar 2015 06:51:13 +0100 souliane browser_side: replace all instances of 'str' with 'unicode' frontends_multi_profiles
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