log

age author description
Sat, 04 Oct 2014 10:28:20 +0200 souliane server_side: adapt to the new signatures of bridge method getHistory
Sat, 04 Oct 2014 10:32:52 +0200 souliane fixes launching script when running with no argument
Fri, 03 Oct 2014 12:33:03 +0200 souliane browser_side: add XMLUI "int" widget type + historyPrint uses the new param "Chat history limit"
Fri, 03 Oct 2014 19:38:10 +0200 Goffi installation: pyjamas build fixes:
Fri, 03 Oct 2014 18:31:40 +0200 Goffi misc: launch script fix (there can now be more than 1 argument)
Fri, 03 Oct 2014 18:13:48 +0200 Goffi misc: launch script now manage "status" command, and additional arguments
Fri, 03 Oct 2014 16:18:56 +0200 Goffi installation: replaced the deprecated distribute_setup.py by ez_setup.py
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 11:48:57 +0200 souliane browser_side: using property setters is explicitely NOT recommended
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, 22 Sep 2014 12:01:29 +0200 souliane server_side: set the connection attempt timeout to the bridge timeout (2 minutes)
Sun, 21 Sep 2014 14:09:59 +0200 souliane server_side: set a timeout to reset the waiting connection requests after 5 minutes
Fri, 19 Sep 2014 15:39:12 +0200 souliane server_side: enable HTTP gzip compression
Thu, 18 Sep 2014 11:47:49 +0200 Goffi SàT 0.5.1 released
Thu, 18 Sep 2014 11:47:44 +0200 Goffi version update SàT v0.5.1
Thu, 18 Sep 2014 11:45:55 +0200 Goffi 0.5.0 tag fix
Wed, 17 Sep 2014 17:15:03 +0200 souliane browser_side: disable OTR if the browser is too old to offer crypto.getRandomValues (CSPRNG)
Thu, 11 Sep 2014 12:59:13 +0200 souliane browser_side: fixes signal callback with no argument (e.g disconnected)
Wed, 10 Sep 2014 15:50:42 +0200 souliane browser_side: fixes bug at profile disconnection
Tue, 09 Sep 2014 08:28:13 +0200 Goffi SàT 0.5.0 released SàT v0.5.0
Tue, 09 Sep 2014 08:26:03 +0200 Goffi version update
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
Mon, 08 Sep 2014 14:54:47 +0200 souliane README: redirect media credits to sat_media repository (the pictures are no more hosted here)
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