From kb at pentabarf.de Fri Jun 10 09:13:01 2011 From: kb at pentabarf.de (Kjell Braden) Date: Fri, 10 Jun 2011 15:13:01 +0200 Subject: [OTR-dev] python-otr (again) In-Reply-To: <4DD7EB51.5090703@pentabarf.de> References: <4DD7EB51.5090703@pentabarf.de> Message-ID: <4DF2185D.3000103@pentabarf.de> Hi, FYI: I released 1.0.0beta1 [1] and put the gajim-otr plugin in their plugin repository [2]. As soon as gajim 0.15 (I think) is released, a user will be able to install that plugin using the gajim plugin manager. For testing this now, one needs a recent development state from their mercurial repo. [1] http://python-otr.pentabarf.de/ [2] http://hg.gajim.org/gajim-plugins/ cheers -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 262 bytes Desc: OpenPGP digital signature URL: From ian at cypherpunks.ca Sat Jun 11 08:39:24 2011 From: ian at cypherpunks.ca (Ian Goldberg) Date: Sat, 11 Jun 2011 08:39:24 -0400 Subject: [OTR-dev] python-otr (again) In-Reply-To: <4DF2185D.3000103@pentabarf.de> References: <4DD7EB51.5090703@pentabarf.de> <4DF2185D.3000103@pentabarf.de> Message-ID: <20110611123924.GR19189@yoink.cs.uwaterloo.ca> On Fri, Jun 10, 2011 at 03:13:01PM +0200, Kjell Braden wrote: > Hi, > > FYI: I released 1.0.0beta1 [1] and put the gajim-otr plugin in their > plugin repository [2]. As soon as gajim 0.15 (I think) is released, a > user will be able to install that plugin using the gajim plugin manager. > For testing this now, one needs a recent development state from their > mercurial repo. > > [1] http://python-otr.pentabarf.de/ > [2] http://hg.gajim.org/gajim-plugins/ Fantastic, thanks! - Ian From garulf at autistici.org Tue Jun 28 15:23:22 2011 From: garulf at autistici.org (garulf) Date: Tue, 28 Jun 2011 21:23:22 +0200 Subject: [OTR-dev] Firefox add-on to add OTR encryption to web-based chats Message-ID: <4E0A2A2A.4070908@autistici.org> Hi everybody, I've started to write an add-on for Firefox that uses OTR to ensure encryption on web-based chats. I'm using jsctypes[0] to use the C libotr library from javascript. The incomplete wrapping is in otr_wrapper.js. The code is in a very early stage, some part must be rewritten and there isn't UI, but if you want to take a look you can download it from git: git://gitorious.org/fireotr/fireotr.git For now "works" only for facebook. I add an IFRAME to facebook chat page to ensure that the conversation can't be accessed by facebook (or injected) code. I know the code is in a very early stage, but if anyone want to give advices (or write some code :P) will be very appreciated!!! Regards, Marco P.s: I only tested it on Linux for the moment, but should work without problems on Windows. [0] https://developer.mozilla.org/en/js-ctypes/Using_js-ctypes From ian at cypherpunks.ca Wed Jun 29 17:48:01 2011 From: ian at cypherpunks.ca (Ian Goldberg) Date: Wed, 29 Jun 2011 17:48:01 -0400 Subject: [OTR-dev] Firefox add-on to add OTR encryption to web-based chats In-Reply-To: <4E0A2A2A.4070908@autistici.org> References: <4E0A2A2A.4070908@autistici.org> Message-ID: <20110629214801.GQ2072@yoink.cs.uwaterloo.ca> On Tue, Jun 28, 2011 at 09:23:22PM +0200, garulf wrote: > Hi everybody, > > I've started to write an add-on for Firefox that uses OTR to ensure > encryption on web-based chats. > > I'm using jsctypes[0] to use the C libotr library from javascript. The > incomplete wrapping is in otr_wrapper.js. > > The code is in a very early stage, some part must be rewritten and there > isn't UI, but if you want to take a look you can download it from git: > > git://gitorious.org/fireotr/fireotr.git > > For now "works" only for facebook. > > I add an IFRAME to facebook chat page to ensure that the conversation > can't be accessed by facebook (or injected) code. > > I know the code is in a very early stage, but if anyone want to give > advices (or write some code :P) will be very appreciated!!! > > Regards, > Marco > > P.s: > I only tested it on Linux for the moment, but should work without > problems on Windows. > > [0] https://developer.mozilla.org/en/js-ctypes/Using_js-ctypes Wow! Very cool idea! Hmmm... google chat...? ;-) - Ian