From cas0 at optonline.net Tue Feb 7 13:25:13 2006 From: cas0 at optonline.net (Cindy Salwen) Date: Tue, 07 Feb 2006 13:25:13 -0500 Subject: [OTR-users] OTR proxy or OTR plugin with Miranda IM Message-ID: Has anyone successfully used the OTR proxy with Miranda IM? When I run the proxy I can't get Miranda to go on line. I've tried different settings, but no success. I've also tried the OTR plugin for Miranda IM, but when I tried to talk to someone using GAIM with the plugin we just got nonsense characters. Cindy From ian at cypherpunks.ca Tue Feb 7 13:45:46 2006 From: ian at cypherpunks.ca (Ian Goldberg) Date: Tue, 7 Feb 2006 13:45:46 -0500 Subject: [OTR-users] OTR proxy or OTR plugin with Miranda IM In-Reply-To: References: Message-ID: <20060207184546.GH31179@smtp.paip.net> On Tue, Feb 07, 2006 at 01:25:13PM -0500, Cindy Salwen wrote: > Has anyone successfully used the OTR proxy with Miranda IM? When I > run the proxy I can't get Miranda to go on line. I've tried different > settings, but no success. Aldert reported he did this a year or so ago: http://lists.cypherpunks.ca/pipermail/otr-users/2005-February/000064.html But he doesn't say how. > I've also tried the OTR plugin for Miranda IM, but when I tried to talk to > someone using GAIM with the plugin we just got nonsense characters. Miranda has an OTR plugin? Excellent! Can you point us to it? Thanks, - Ian From paul at cypherpunks.ca Tue Feb 7 16:07:55 2006 From: paul at cypherpunks.ca (Paul Wouters) Date: Tue, 7 Feb 2006 22:07:55 +0100 (CET) Subject: [OTR-users] OTR proxy or OTR plugin with Miranda IM In-Reply-To: <20060207184546.GH31179@smtp.paip.net> References: <20060207184546.GH31179@smtp.paip.net> Message-ID: On Tue, 7 Feb 2006, Ian Goldberg wrote: > Miranda has an OTR plugin? Excellent! Can you point us to it? http://forums.miranda-im.org/showthread.php?t=5810 Paul From paul at cypherpunks.ca Tue Feb 7 17:27:34 2006 From: paul at cypherpunks.ca (Paul Wouters) Date: Tue, 7 Feb 2006 23:27:34 +0100 (CET) Subject: [OTR-users] OTR proxy or OTR plugin with Miranda IM In-Reply-To: References: Message-ID: On Tue, 7 Feb 2006, Cindy Salwen wrote: > Has anyone successfully used the OTR proxy with Miranda IM? When I run the > proxy I can't get Miranda to go on line. I've tried different settings, but no > success. I just tried it and it did not work for me. Things i noticed: 1) you need to go into the plugin option tab and click otr and generate keys per protocol manually 2) opportunistic did not seem to work. 3) set to "always otr" seemed to work and I got an established connection, but that connection then just showed garbage messages. Scott: I'd gladly do more testing and work with you to get the plugin working. Paul From mail at scottellis.com.au Tue Feb 7 22:30:27 2006 From: mail at scottellis.com.au (Scott Ellis) Date: Wed, 8 Feb 2006 14:30:27 +1100 Subject: [OTR-users] OTR proxy or OTR plugin with Miranda IM In-Reply-To: References: Message-ID: <96e269140602071930o16e68796k@mail.gmail.com> Hi Paul, What client do you have on the other end? I have tested it using miranda on both ends, and had it working - although I've had some transient issues keeping the state of the OTR library on both sides in sync. Opportunistic works for me, and keys are generated when needed although you can use the button to manually regenerate any keys. I've been told it does not work when one end is gaim and one end is miranda - i beleive i know why: gaim is all utf-8 internally, as is the otr library, and protocol plugins would need to translate this to the protocol's encoding when sending/receiving. Miranda (to put it very simply) uses utf-16 internally. At present i convert the outgoing messages to utf-8 before passing them through the OTR library, then send them. On receive I do the reverse. Perhaps I should be converting the output from the OTR library back to utf-16 before passing the message on to the protocol plugin for sending - i will test this when i get a chance. Scott On 08/02/06, Paul Wouters wrote: > > On Tue, 7 Feb 2006, Cindy Salwen wrote: > > > Has anyone successfully used the OTR proxy with Miranda IM? When I run > the > > proxy I can't get Miranda to go on line. I've tried different settings, > but no > > success. > > I just tried it and it did not work for me. Things i noticed: > > 1) you need to go into the plugin option tab and click otr and generate > keys per > protocol manually > 2) opportunistic did not seem to work. > 3) set to "always otr" seemed to work and I got an established connection, > but > that connection then just showed garbage messages. > > Scott: I'd gladly do more testing and work with you to get the plugin > working. > > Paul > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ian at cypherpunks.ca Wed Feb 8 11:29:00 2006 From: ian at cypherpunks.ca (Ian Goldberg) Date: Wed, 8 Feb 2006 11:29:00 -0500 Subject: [OTR-users] OTR proxy or OTR plugin with Miranda IM In-Reply-To: <96e269140602071930o16e68796k@mail.gmail.com> References: <96e269140602071930o16e68796k@mail.gmail.com> Message-ID: <20060208162900.GQ31179@smtp.paip.net> On Wed, Feb 08, 2006 at 02:30:27PM +1100, Scott Ellis wrote: > I've been told it does not work when one end is gaim and one end is miranda > - i beleive i know why: gaim is all utf-8 internally, as is the otr library, > and protocol plugins would need to translate this to the protocol's encoding > when sending/receiving. Miranda (to put it very simply) uses utf-16 > internally. At present i convert the outgoing messages to utf-8 before > passing them through the OTR library, then send them. On receive I do the > reverse. Perhaps I should be converting the output from the OTR library back > to utf-16 before passing the message on to the protocol plugin for sending - > i will test this when i get a chance. Could you check what the "charset" field in the OSCAR message is set to? It's possible that it's set to UCS-2BE, when it should be ASCII (all OTR-encoded messages are ASCII after being encrypted and base64-ified). But I don't have a Windows box, so I can't test this theory. Can someone do a OSCAR protocol dump of what the Miranda OTR plugin is outputting? Thanks, - Ian From mail at scottellis.com.au Wed Feb 8 16:47:24 2006 From: mail at scottellis.com.au (Scott Ellis) Date: Thu, 9 Feb 2006 08:47:24 +1100 Subject: [OTR-users] OTR proxy or OTR plugin with Miranda IM In-Reply-To: <20060208162900.GQ31179@smtp.paip.net> References: <96e269140602071930o16e68796k@mail.gmail.com> <20060208162900.GQ31179@smtp.paip.net> Message-ID: <96e269140602081347w5a0b792bh@mail.gmail.com> The charset used in OSCAR-based protocols is often user-configurable in Miranda, I beleive - I'll check on it. In general though there are a lot of configuration options accross all protocols that could affect encoding - I think even the Yahoo proto has an option to do with utf-8 encoding. These kinds of options don't usually have an API to allow the otr plugin access, and I also don't think that's considered a polite thing for a plugin to do. I'll mess around today and see if I can find a method that will handle the general case. Scott On 09/02/06, Ian Goldberg wrote: > > On Wed, Feb 08, 2006 at 02:30:27PM +1100, Scott Ellis wrote: > > I've been told it does not work when one end is gaim and one end is > miranda > > - i beleive i know why: gaim is all utf-8 internally, as is the otr > library, > > and protocol plugins would need to translate this to the protocol's > encoding > > when sending/receiving. Miranda (to put it very simply) uses utf-16 > > internally. At present i convert the outgoing messages to utf-8 before > > passing them through the OTR library, then send them. On receive I do > the > > reverse. Perhaps I should be converting the output from the OTR library > back > > to utf-16 before passing the message on to the protocol plugin for > sending - > > i will test this when i get a chance. > > Could you check what the "charset" field in the OSCAR message is set to? > It's possible that it's set to UCS-2BE, when it should be ASCII (all > OTR-encoded messages are ASCII after being encrypted and base64-ified). > > But I don't have a Windows box, so I can't test this theory. Can > someone do a OSCAR protocol dump of what the Miranda OTR plugin is > outputting? > > Thanks, > > - Ian > -------------- next part -------------- An HTML attachment was scrubbed... URL: From scott.ellis at optusnet.com.au Thu Feb 9 06:34:56 2006 From: scott.ellis at optusnet.com.au (Scott Ellis) Date: Thu, 9 Feb 2006 22:34:56 +1100 Subject: [OTR-users] OTR proxy or OTR plugin with Miranda IM In-Reply-To: <96e269140602081347w5a0b792bh@mail.gmail.com> References: <96e269140602071930o16e68796k@mail.gmail.com> <20060208162900.GQ31179@smtp.paip.net> <96e269140602081347w5a0b792bh@mail.gmail.com> Message-ID: <96e269140602090334q5dc188b8i@mail.gmail.com> I have changed the plugin so that it now converts back from utf-8, after passing messages through the otr library, to what the protocols are expecting for a normal message. I'm hoping that this will do the same job as what the protos themselves do in gaim - and maybe now they'll talk to each other. If you're using the Updater plugin with Miranda, it might interest you to know that I have changed the update URLs for the OTR plugin (and the beta site URLs for Updater itself) to use a proper (port 80) web server, where a kind Miranda user has allowed me some web space. So the new version (0.0.5.0) is available at http://scottellis.com.au:81/test/otr.zip and also the new, more accessible and faster site, where future versions will be located: http://sje.twosx.net/otr.zip There is definately still some work to do - e.g. ending the session when either party goes offline...so there will be more updates shortly. Scott -------------- next part -------------- An HTML attachment was scrubbed... URL: From mail at scottellis.com.au Sat Feb 11 08:50:24 2006 From: mail at scottellis.com.au (Scott Ellis) Date: Sun, 12 Feb 2006 00:50:24 +1100 Subject: [OTR-users] OTR proxy or OTR plugin with Miranda IM In-Reply-To: <96e269140602090334q5dc188b8i@mail.gmail.com> References: <96e269140602071930o16e68796k@mail.gmail.com> <20060208162900.GQ31179@smtp.paip.net> <96e269140602081347w5a0b792bh@mail.gmail.com> <96e269140602090334q5dc188b8i@mail.gmail.com> Message-ID: <96e269140602110550u3695762aw@mail.gmail.com> Sorry for the double post (if that's the case) but I don't know if my original message went through... I have changed the plugin so that it now converts back from utf-8, after > passing messages through the otr library, to what the protocols are > expecting for a normal message. I'm hoping that this will do the same job as > what the protos themselves do in gaim - and maybe now they'll talk to each > other. If anyone can test this I'd love to know how it goes. > > If you're using the Updater plugin with Miranda, it might interest you to > know that I have changed the update URLs for the OTR plugin (and the beta > site URLs for Updater itself) to use a proper (port 80) web server, where a > kind Miranda user has allowed me some web space. > > So the new version (0.0.5.0) [edit: now 0.0.5.1 - removed some debug > message boxes] is available at > > http://scottellis.com.au:81/test/otr.zip > > and also the new, more accessible and faster site, where future versions > will be located: > > http://sje.twosx.net/otr.zip > > There is definately still some work to do - e.g. ending the session when > either party goes offline...so there will be more updates shortly. > > Scott > -------------- next part -------------- An HTML attachment was scrubbed... URL: From moshen.colin at gmail.com Sun Feb 12 22:30:52 2006 From: moshen.colin at gmail.com (colin kennedy) Date: Sun, 12 Feb 2006 21:30:52 -0600 Subject: [OTR-users] otr proxy support file transfer? Message-ID: <4092f6c80602121930t1cf00baat2f0aaf04eefa7d7d@mail.gmail.com> i know the GAIM plugin does not support file transfers but does the OTR proxy encrypt them? Thanks, ~A very interested user -------------- next part -------------- An HTML attachment was scrubbed... URL: From ian at cypherpunks.ca Mon Feb 13 09:25:46 2006 From: ian at cypherpunks.ca (Ian Goldberg) Date: Mon, 13 Feb 2006 09:25:46 -0500 Subject: [OTR-users] otr proxy support file transfer? In-Reply-To: <4092f6c80602121930t1cf00baat2f0aaf04eefa7d7d@mail.gmail.com> References: <4092f6c80602121930t1cf00baat2f0aaf04eefa7d7d@mail.gmail.com> Message-ID: <20060213142546.GS31096@smtp.paip.net> On Sun, Feb 12, 2006 at 09:30:52PM -0600, colin kennedy wrote: > i know the GAIM plugin does not support file transfers but does the OTR > proxy encrypt them? It does not. OTR only handles one-on-one instant messages at this time. - Ian From mail at scottellis.com.au Wed Feb 15 09:08:33 2006 From: mail at scottellis.com.au (Scott Ellis) Date: Thu, 16 Feb 2006 01:08:33 +1100 Subject: [OTR-users] OTR proxy or OTR plugin with Miranda IM In-Reply-To: <96e269140602110550u3695762aw@mail.gmail.com> References: <96e269140602071930o16e68796k@mail.gmail.com> <20060208162900.GQ31179@smtp.paip.net> <96e269140602081347w5a0b792bh@mail.gmail.com> <96e269140602090334q5dc188b8i@mail.gmail.com> <96e269140602110550u3695762aw@mail.gmail.com> Message-ID: <96e269140602150608w24836e79j@mail.gmail.com> anyone had a chance to see if the miranda plugin talks to gaim yet? -------------- next part -------------- An HTML attachment was scrubbed... URL: From ian at cypherpunks.ca Wed Feb 15 18:01:11 2006 From: ian at cypherpunks.ca (Ian Goldberg) Date: Wed, 15 Feb 2006 18:01:11 -0500 Subject: [OTR-users] OTR proxy or OTR plugin with Miranda IM In-Reply-To: <96e269140602150608w24836e79j@mail.gmail.com> References: <96e269140602071930o16e68796k@mail.gmail.com> <20060208162900.GQ31179@smtp.paip.net> <96e269140602081347w5a0b792bh@mail.gmail.com> <96e269140602090334q5dc188b8i@mail.gmail.com> <96e269140602110550u3695762aw@mail.gmail.com> <96e269140602150608w24836e79j@mail.gmail.com> Message-ID: <20060215230111.GO31096@smtp.paip.net> On Thu, Feb 16, 2006 at 01:08:33AM +1100, Scott Ellis wrote: > anyone had a chance to see if the miranda plugin talks to gaim yet? Just so people know, Scott and I just tried this, and it seems to be working now. - Ian From CLAY at BROKENLADDER.COM Thu Feb 16 04:44:04 2006 From: CLAY at BROKENLADDER.COM (CLAY SHENTRUP) Date: Thu, 16 Feb 2006 01:44:04 -0800 Subject: [OTR-users] configure: error: glib Message-ID: <9129d8bb0602160144w6bcd7bfi9573a6750d974266@mail.gmail.com> I'm having this error. I have compiled glib and gtk myself even, and still to no avail. Thanks, CLAY -- HE GAZED UP AT THE ENORMOUS FACE. FORTY YEARS IT HAD TAKEN HIM TO LEARN WHAT KIND OF SMILE WAS HIDDEN BENEATH THE DARK MOUSTACHE. O CRUEL, NEEDLESS MISUNDERSTANDING! O STUBBORN, SELF-WILLED EXILE FROM THE LOVING BREAST! TWO GIN-SCENTED TEARS TRICKLED DOWN THE SIDES OF HIS NOSE. BUT IT WAS ALRIGHT, EVERYTHING WAS ALRIGHT, THE STRUGGLE WAS FINISHED. HE HAD WON THE VICTORY OVER HIMSELF. HE LOVED BIG BROTHER. -------------- next part -------------- An HTML attachment was scrubbed... URL: From qsecopr at gmail.com Thu Feb 16 03:44:00 2006 From: qsecopr at gmail.com (Der QSECOPR) Date: Thu, 16 Feb 2006 09:44:00 +0100 Subject: [OTR-users] OTR3 does not work with Gaim2 beta 2 (Windows XP) Message-ID: <8b6e01220602160044pb332a24jd08508854c5d2333@mail.gmail.com> Hi, I use Gaim 2 beta 2 (installed gaim-2.0.0beta2.exe) and OTR3 ( gaim2-otr-3.0.0.exe) under Windows XP Pro (SP2). OTR3 installed the gaim2-otr.dll into the Gaim\Plugin-Folder but there's no OTR-Plugin under Tools -> Plugins. The debug windows contains the following message: .. (09:30:33) plugins: probing C:\Programme\Gaim\plugins\extplacement.dll (09:30:33) plugins: probing C:\Programme\Gaim\plugins\gaim2-otr.dll (09:30:33) plugins: C:\Programme\Gaim\plugins\gaim2-otr.dll is unloadable: Die angegebene Prozedur wurde nicht gefunden. (09:30:33) plugins: probing C:\Programme\Gaim\plugins\gaimrc.dll (09:30:33) plugins: probing C:\Programme\Gaim\plugins\history.dll ... The procedure cannot be found... okay! But how can I solve this problem? Thanks Stefan -------------- next part -------------- An HTML attachment was scrubbed... URL: From ian at cypherpunks.ca Thu Feb 16 08:36:04 2006 From: ian at cypherpunks.ca (Ian Goldberg) Date: Thu, 16 Feb 2006 08:36:04 -0500 Subject: [OTR-users] configure: error: glib In-Reply-To: <9129d8bb0602160144w6bcd7bfi9573a6750d974266@mail.gmail.com> References: <9129d8bb0602160144w6bcd7bfi9573a6750d974266@mail.gmail.com> Message-ID: <20060216133604.GV31096@smtp.paip.net> On Thu, Feb 16, 2006 at 01:44:04AM -0800, CLAY SHENTRUP wrote: > I'm having this > error. > I have compiled glib and gtk myself even, and still to no avail. That error usually means that you don't have the pkg-config files for glib and/or gtk installed properly. Can you run: $ pkg-config --libs "glib-2.0 >= 2.4 gtk+-2.0 >= 2.4 gaim >= 1.0" And see what happens? It should output something like: -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 - Ian From ian at cypherpunks.ca Thu Feb 16 09:21:53 2006 From: ian at cypherpunks.ca (Ian Goldberg) Date: Thu, 16 Feb 2006 09:21:53 -0500 Subject: [OTR-users] OTR3 does not work with Gaim2 beta 2 (Windows XP) In-Reply-To: <8b6e01220602160044pb332a24jd08508854c5d2333@mail.gmail.com> References: <8b6e01220602160044pb332a24jd08508854c5d2333@mail.gmail.com> Message-ID: <20060216142153.GX31096@smtp.paip.net> On Thu, Feb 16, 2006 at 09:44:00AM +0100, Der QSECOPR wrote: > Hi, > > I use Gaim 2 beta 2 (installed gaim-2.0.0beta2.exe) and OTR3 ( > gaim2-otr-3.0.0.exe) under Windows XP Pro (SP2). > OTR3 installed the gaim2-otr.dll into the Gaim\Plugin-Folder but there's no > OTR-Plugin under Tools -> Plugins. The debug windows contains the following > message: > See this message: http://lists.cypherpunks.ca/pipermail/otr-users/2006-January/000531.html Beta 2 changed the gaim API so the old plugin no longer loads. There's a .zip file containing the new .dll, which you should just copy over the old one (when gaim isn't running). - Ian From cas0 at optonline.net Thu Feb 16 09:54:58 2006 From: cas0 at optonline.net (Cindy Salwen) Date: Thu, 16 Feb 2006 09:54:58 -0500 Subject: [OTR-users] OTR proxy Message-ID: <5449v1pschhb436ll4i8bnav0b17rffehd@4ax.com> Is anyone successfully using the OTR proxy under windows 2000? I've tried using it with Miranda IM and I can't get it going. I'm wondering if anyone is using the proxy at all. Cindy From ian at cypherpunks.ca Thu Feb 16 10:26:02 2006 From: ian at cypherpunks.ca (Ian Goldberg) Date: Thu, 16 Feb 2006 10:26:02 -0500 Subject: [OTR-users] OTR proxy In-Reply-To: <5449v1pschhb436ll4i8bnav0b17rffehd@4ax.com> References: <5449v1pschhb436ll4i8bnav0b17rffehd@4ax.com> Message-ID: <20060216152602.GZ31096@smtp.paip.net> On Thu, Feb 16, 2006 at 09:54:58AM -0500, Cindy Salwen wrote: > Is anyone successfully using the OTR proxy under windows 2000? I've tried using > it with Miranda IM and I can't get it going. I'm wondering if anyone is using > the proxy at all. There are certainly people using the proxy with Trillian (and iChat on OS X). For Miranda, the new plugin seems to be the way to go, if you can't get the proxy working with it. - Ian From moshen.colin at gmail.com Thu Feb 16 21:26:41 2006 From: moshen.colin at gmail.com (colin kennedy) Date: Thu, 16 Feb 2006 20:26:41 -0600 Subject: [OTR-users] OTR proxy or OTR plugin with Miranda IM Message-ID: <4092f6c80602161826wfa5eb04m47392d57fc191fb6@mail.gmail.com> Ian, could you specify what protocol(s) and/or miranda plugins you were using? I can't seem to get a working connection between miranda and gaim. thanks On 2/16/06, otr-users-request at lists.cypherpunks.ca < otr-users-request at lists.cypherpunks.ca> wrote: > > Send OTR-users mailing list submissions to > otr-users at lists.cypherpunks.ca > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.cypherpunks.ca/mailman/listinfo/otr-users > or, via email, send a message with subject or body 'help' to > otr-users-request at lists.cypherpunks.ca > > You can reach the person managing the list at > otr-users-admin at lists.cypherpunks.ca > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of OTR-users digest..." > > > Today's Topics: > > 1. Re: OTR proxy or OTR plugin with Miranda IM (Scott Ellis) > 2. Re: OTR proxy or OTR plugin with Miranda IM (Ian Goldberg) > 3. configure: error: glib (CLAY SHENTRUP) > > --__--__-- > > Message: 1 > Date: Thu, 16 Feb 2006 01:08:33 +1100 > From: Scott Ellis > Reply-To: Scott Ellis > To: otr-users at lists.cypherpunks.ca > Subject: Re: [OTR-users] OTR proxy or OTR plugin with Miranda IM > > ------=_Part_8237_6395921.1140012513504 > Content-Type: text/plain; charset=ISO-8859-1 > Content-Transfer-Encoding: quoted-printable > Content-Disposition: inline > > anyone had a chance to see if the miranda plugin talks to gaim yet? > > ------=_Part_8237_6395921.1140012513504 > Content-Type: text/html; charset=ISO-8859-1 > Content-Transfer-Encoding: quoted-printable > Content-Disposition: inline > > anyone had a chance to see if the miranda plugin talks to gaim yet? > > ------=_Part_8237_6395921.1140012513504-- > > --__--__-- > > Message: 2 > Date: Wed, 15 Feb 2006 18:01:11 -0500 > To: otr-users at lists.cypherpunks.ca > Subject: Re: [OTR-users] OTR proxy or OTR plugin with Miranda IM > From: Ian Goldberg > > On Thu, Feb 16, 2006 at 01:08:33AM +1100, Scott Ellis wrote: > > anyone had a chance to see if the miranda plugin talks to gaim yet? > > Just so people know, Scott and I just tried this, and it seems to be > working now. > > - Ian > > --__--__-- > > Message: 3 > Date: Thu, 16 Feb 2006 01:44:04 -0800 > From: CLAY SHENTRUP > Reply-To: CLAY at BROKENLADDER.COM > To: otr-users at lists.cypherpunks.ca > Subject: [OTR-users] configure: error: glib > > ------=_Part_16024_1151049.1140083044285 > Content-Type: text/plain; charset=UTF-8 > Content-Transfer-Encoding: base64 > Content-Disposition: inline > > > SSdtIGhhdmluZyB0aGlzCmVycm9yPGh0dHA6Ly9saXN0cy5jeXBoZXJwdW5rcy5jYS9waXBlcm1h > > aWwvb3RyLXVzZXJzLzIwMDUtRGVjZW1iZXIvMDAwNDk3Lmh0bWw+LgpJIGhhdmUgY29tcGlsZWQg > > Z2xpYiBhbmQgZ3RrIG15c2VsZiBldmVuLCBhbmQgc3RpbGwgdG8gbm8gYXZhaWwuCgpUaGFua3Ms > > CkNMQVkKCi0tCkhFIEdBWkVEIFVQIEFUIFRIRSBFTk9STU9VUyBGQUNFLiAgRk9SVFkgWUVBUlMg > > SVQgSEFEIFRBS0VOCkhJTSBUTyBMRUFSTiBXSEFUIEtJTkQgT0YgU01JTEUgV0FTIEhJRERFTiBC > > RU5FQVRIIFRIRSBEQVJLCk1PVVNUQUNIRS4gIE8gQ1JVRUwsIE5FRURMRVNTIE1JU1VOREVSU1RB > > TkRJTkchICBPIFNUVUJCT1JOLApTRUxGLVdJTExFRCBFWElMRSBGUk9NIFRIRSBMT1ZJTkcgQlJF > > QVNUISAgVFdPIEdJTi1TQ0VOVEVEClRFQVJTIFRSSUNLTEVEIERPV04gVEhFIFNJREVTIE9GIEhJ > > UyBOT1NFLiAgQlVUIElUIFdBUyBBTFJJR0hULApFVkVSWVRISU5HIFdBUyBBTFJJR0hULCBUSEUg > > U1RSVUdHTEUgV0FTIEZJTklTSEVELiAgSEUgSEFECldPTiBUSEUgVklDVE9SWSBPVkVSIEhJTVNF > TEYuICBIRSBMT1ZFRCBCSUcgQlJPVEhFUi4K > ------=_Part_16024_1151049.1140083044285 > Content-Type: text/html; charset=UTF-8 > Content-Transfer-Encoding: base64 > Content-Disposition: inline > > > SSdtIGhhdmluZyA8YSBocmVmPSJodHRwOi8vbGlzdHMuY3lwaGVycHVua3MuY2EvcGlwZXJtYWls > > L290ci11c2Vycy8yMDA1LURlY2VtYmVyLzAwMDQ5Ny5odG1sIj50aGlzIGVycm9yPC9hPi4mbmJz > > cDsgSSBoYXZlIGNvbXBpbGVkIGdsaWIgYW5kIGd0ayBteXNlbGYgZXZlbiwgYW5kIHN0aWxsIHRv > > IG5vIGF2YWlsLjxicj4KPGJyPgpUaGFua3MsPGJyPgpDTEFZPGJyIGNsZWFyPSJhbGwiPjxicj4t > > LSA8YnI+SEUgR0FaRUQgVVAgQVQgVEhFIEVOT1JNT1VTIEZBQ0UuJm5ic3A7Jm5ic3A7Rk9SVFkg > > WUVBUlMgSVQgSEFEIFRBS0VOPGJyPkhJTSBUTyBMRUFSTiBXSEFUIEtJTkQgT0YgU01JTEUgV0FT > > IEhJRERFTiBCRU5FQVRIIFRIRSBEQVJLPGJyPk1PVVNUQUNIRS4mbmJzcDsmbmJzcDtPIENSVUVM > > LCBORUVETEVTUyBNSVNVTkRFUlNUQU5ESU5HISZuYnNwOyZuYnNwO08gU1RVQkJPUk4sPGJyPgpT > > RUxGLVdJTExFRCBFWElMRSBGUk9NIFRIRSBMT1ZJTkcgQlJFQVNUISZuYnNwOyZuYnNwO1RXTyBH > > SU4tU0NFTlRFRDxicj5URUFSUyBUUklDS0xFRCBET1dOIFRIRSBTSURFUyBPRiBISVMgTk9TRS4m > > bmJzcDsmbmJzcDtCVVQgSVQgV0FTIEFMUklHSFQsPGJyPkVWRVJZVEhJTkcgV0FTIEFMUklHSFQs > > IFRIRSBTVFJVR0dMRSBXQVMgRklOSVNIRUQuJm5ic3A7Jm5ic3A7SEUgSEFEPGJyPldPTiBUSEUg > > VklDVE9SWSBPVkVSIEhJTVNFTEYuJm5ic3A7Jm5ic3A7SEUgTE9WRUQgQklHIEJST1RIRVIuCg== > ------=_Part_16024_1151049.1140083044285-- > > > --__--__-- > > _______________________________________________ > OTR-users mailing list > OTR-users at lists.cypherpunks.ca > http://lists.cypherpunks.ca/mailman/listinfo/otr-users > > > End of OTR-users Digest > -------------- next part -------------- An HTML attachment was scrubbed... URL: From CLAY at BROKENLADDER.COM Fri Feb 17 00:31:13 2006 From: CLAY at BROKENLADDER.COM (CLAY SHENTRUP) Date: Thu, 16 Feb 2006 21:31:13 -0800 Subject: [OTR-users] configure: error: glib In-Reply-To: <20060216133604.GV31096@smtp.paip.net> References: <9129d8bb0602160144w6bcd7bfi9573a6750d974266@mail.gmail.com> <20060216133604.GV31096@smtp.paip.net> Message-ID: <9129d8bb0602162131l5213cd4dr97d61206d90c69dd@mail.gmail.com> I needed the Gaim headers, which are in gaim-dev. Duh! Thanks Ian. By the way, do you have any site that explains some of the projects you're working on in your daily life? I'm sure some of them would be quite fascinating. Clay On 2/16/06, Ian Goldberg wrote: > > On Thu, Feb 16, 2006 at 01:44:04AM -0800, CLAY SHENTRUP wrote: > > I'm having this > > error< > http://lists.cypherpunks.ca/pipermail/otr-users/2005-December/000497.html > >. > > I have compiled glib and gtk myself even, and still to no avail. > > > -- HE GAZED UP AT THE ENORMOUS FACE. FORTY YEARS IT HAD TAKEN HIM TO LEARN WHAT KIND OF SMILE WAS HIDDEN BENEATH THE DARK MOUSTACHE. O CRUEL, NEEDLESS MISUNDERSTANDING! O STUBBORN, SELF-WILLED EXILE FROM THE LOVING BREAST! TWO GIN-SCENTED TEARS TRICKLED DOWN THE SIDES OF HIS NOSE. BUT IT WAS ALRIGHT, EVERYTHING WAS ALRIGHT, THE STRUGGLE WAS FINISHED. HE HAD WON THE VICTORY OVER HIMSELF. HE LOVED BIG BROTHER. -------------- next part -------------- An HTML attachment was scrubbed... URL: From cas0 at optonline.net Sat Feb 18 13:00:12 2006 From: cas0 at optonline.net (Cindy Salwen) Date: Sat, 18 Feb 2006 13:00:12 -0500 Subject: [OTR-users] OTR proxy or OTR plugin with Miranda IM In-Reply-To: <20060215230111.GO31096@smtp.paip.net> References: <96e269140602071930o16e68796k@mail.gmail.com> <20060208162900.GQ31179@smtp.paip.net> <96e269140602081347w5a0b792bh@mail.gmail.com> <96e269140602090334q5dc188b8i@mail.gmail.com> <96e269140602110550u3695762aw@mail.gmail.com> <96e269140602150608w24836e79j@mail.gmail.com> <20060215230111.GO31096@smtp.paip.net> Message-ID: I'm trying to use the plugin and getting nowhere. If I set it on manual and the click Start OTR nothing happens. The person I'm talking to never receives any message. If the person using GAIM tries starting OTR I get "?OTR?v2? nialo6 has requested an Off-the-Record private conversation. However, you do not have a plugin to support that. See http://www.cypherpunks.ca/otr/ for more information." If I set to opportunistic the same thing happens when they try to send me a message. On Always, I get messages saying "OTR policy violation. You attempted to send an unencrypted message." and then it tells me the person is offline, when they are still on line. Am I missing something? I haven't seen any key exchange and the "new private key" button under Options->Plugins->OTR is always grayed out. Cindy On Wed, 15 Feb 2006 18:01:11 -0500, you wrote: >On Thu, Feb 16, 2006 at 01:08:33AM +1100, Scott Ellis wrote: >> anyone had a chance to see if the miranda plugin talks to gaim yet? > >Just so people know, Scott and I just tried this, and it seems to be >working now. > > - Ian >_______________________________________________ >OTR-users mailing list >OTR-users at lists.cypherpunks.ca >http://lists.cypherpunks.ca/mailman/listinfo/otr-users From mail at scottellis.com.au Sun Feb 19 04:56:18 2006 From: mail at scottellis.com.au (Scott Ellis) Date: Sun, 19 Feb 2006 20:56:18 +1100 Subject: [OTR-users] Fwd: OTR miranda plugin Message-ID: <96e269140602190156h50e3e4ebm@mail.gmail.com> Some info that might be useful in getting the plugin going...thx Cindy ---------- Forwarded message ---------- From: Cindy Salwen Date: 19-Feb-2006 16:47 Subject: Re: OTR database check To: Scott Ellis Hi, I had already updated the AIM plugin. The old TOC1 plugin had stopped working for me at some point. I'd replaced it with the TOC2 one, but I hadn't updated the rest of miranda because there didn't seem to be a reason to in the description of changes. I have no problem with your posting the conversation to the list. Anything to help. I can pretty easily test things here with Gaim, so if you ever want help with testing let me know. We have multiple computers and other people seem happy with Gaim. One of them is on Win2000 and the other uses Gaim on Linux. As to the contact list, looks like 'clist nicer' version 0.6.0.4. I didn't realize that the contact list was a plug in and that there was any choice, so that must have been the default when I installed miranda. Cindy On Sun, 19 Feb 2006 16:19:08 +1100, you wrote: >Hi Cindy, > >After your last post, I was going to suggest updating your AIM plugin - the >one that came with release 0.4.0.1 was the old TOC1 plugin, and AIM have >discontinued support for TOC1 on their servers. There is a TOC2 plugin >available on the file listing and packaged with release 0.4.0.2 and >0.4.0.3...and the current alpha builds include the new AimOSCAR plugin. The >state of Aim in miranda is, as you can see, a little chaotic right now. > >I'll look into why the menu items don't appear to be working. I'm glad you >had the patience to get it going :) Can I ask which contact list plugin >you're using (not that it should make a difference)? FYI, I've done my >testing with 'clist nicer'. > >Scott > >p.s. Do you mind if I post this conversation to the OTR users list? It might >help others. > >On 19/02/06, Cindy Salwen wrote: >> >> Hi again, >> >> I downloaded the alpha build and it works better. Now I have version >> 0.4.3 >> alpha build #47 Unicode. Now it works if I am on manual and type ?OTR? it >> starts up. Or if the person messaging me from Gaim requests starting OTR >> it >> works. It still seems to do nothing when click on the menu Start >> OTR. Also, >> when I'm doing an OTR session and click Stop OTR it also does nothing. >> >> I'm glad it looks like I'm basically running. I get really frustrated >> using >> Gaim. I don't like it much and I don't like how you can't set the fonts >> for the >> messages. Thanks for having written the plugin. >> >> Cindy >> >> Hi, >> >> That was quicker than I thought it might be to get that check going. OTR >> does >> appear in the list of contact filters. Each one seems to have 2 >> lines. The 2 >> lines are: >> >> 0 Ignore STRING 0x0007(7) >> 1 OTR STRING 0x0004(4) >> >> Hopes this helps and let me know if there is anything else I can check or >> try. >> >> Cindy >> >> On Sun, 19 Feb 2006 12:59:50 +1100, you wrote: >> >> >Hi again Cindy, >> > >> >It certainly sounds like a bug in the plugin. The plugin acts as a >> 'message >> >filter' in Miranda, and to do that it has to attach to each contact. It >> >should do that itself on startup, but it sounds very much like that has >> not >> >happened at all. >> > >> >I would like to check that if possible - if you have the time and >> >inclination. Are you able to check some of the database settings for your >> >contacts, using the Database Editor++ plugin? What I'd like to know is >> >whether 'OTR' appears in the list of contact filters for each contact - >> >which is under a folder called '_Filter' in the contact's database >> settings. >> > >> >Also, what version of miranda are you using? There have been a lot of >> >serious changes lately, and I always build using code from the CVS >> >repository - so there's a chance my plugin is not compatible with older, >> or >> >even 'current', releases of miranda. I've had one similar report about a >> >different plugin. You could try one of the development releases (which >> I'd >> >recommend anyway - lots of bugfixes) from http://blog.miranda-im.org >> > >> >Scott >> > >> >On 19/02/06, Cindy Salwen wrote: >> >> >> >> Hi Scott, >> >> >> >> I just downloaded the newest version today. It is 0.0.7.0. I believe >> you >> >> that >> >> it worked with Gaim for you, but I don't seem to have anything >> >> working. At this >> >> point it doesn't seem like the problem is with talking to Gaim, it >> seems >> >> like I >> >> don't have the plugin working at all. When I have it set for Manual >> and >> >> I >> >> click on "Start OTR" nothing happens. I get no popup messages and the >> >> person >> >> I'm talking to doesn't get the ?OTR? message or anything to try >> starting >> >> OTR. >> >> >> >> I don't know if I'm missing something or doing something wrong. >> >> >> >> Thanks for your help, >> >> Cindy >> >> >> >> On Sun, 19 Feb 2006 09:33:13 +1100, you wrote: >> >> >> >> >Hi Cindy, >> >> > >> >> >Can I ask what version of the plugin you're using? Version 0.0.7+from >> >> >http://sje.twosx.net/otr.zip should be compatible with gaim - at >> least, >> >> it >> >> >worked for Ian and I. >> >> > >> >> >Scott >> >> > >> >> > >> >> >On 19/02/06, Cindy Salwen wrote: >> >> >> >> >> >> I'm trying to use the plugin and getting nowhere. If I set it on >> >> manual >> >> >> and the >> >> >> click Start OTR nothing happens. The person I'm talking to never >> >> receives >> >> >> any >> >> >> message. If the person using GAIM tries starting OTR I get >> "?OTR?v2? >> >> >> nialo6 has requested an Off-the-Record private >> conversation. However, >> >> you >> >> >> do >> >> >> not have a plugin to support that. >> >> >> See http://www.cypherpunks.ca/otr/ for more information." >> >> >> >> >> >> If I set to opportunistic the same thing happens when they try to >> send >> >> me >> >> >> a >> >> >> message. On Always, I get messages saying "OTR policy violation. >> You >> >> >> attempted >> >> >> to send an unencrypted message." and then it tells me the person is >> >> >> offline, >> >> >> when they are still on line. >> >> >> >> >> >> Am I missing something? I haven't seen any key exchange and the >> "new >> >> >> private >> >> >> key" button under Options->Plugins->OTR is always grayed out. >> >> >> >> >> >> Cindy >> >> >> >> >> >> >> >> >> On Wed, 15 Feb 2006 18:01:11 -0500, you wrote: >> >> >> >> >> >> >On Thu, Feb 16, 2006 at 01:08:33AM +1100, Scott Ellis wrote: >> >> >> >> anyone had a chance to see if the miranda plugin talks to gaim >> yet? >> >> >> > >> >> >> >Just so people know, Scott and I just tried this, and it seems to >> be >> >> >> >working now. >> >> >> > >> >> >> > - Ian >> >> >> >_______________________________________________ >> >> >> >OTR-users mailing list >> >> >> >OTR-users at lists.cypherpunks.ca >> >> >> >http://lists.cypherpunks.ca/mailman/listinfo/otr-users >> >> >> >> >> >> _______________________________________________ >> >> >> OTR-users mailing list >> >> >> OTR-users at lists.cypherpunks.ca >> >> >> http://lists.cypherpunks.ca/mailman/listinfo/otr-users >> >> >> >> >> >> >> >> >> -------------- next part -------------- An HTML attachment was scrubbed... URL: From mail at scottellis.com.au Sun Feb 19 18:40:56 2006 From: mail at scottellis.com.au (Scott Ellis) Date: Mon, 20 Feb 2006 10:40:56 +1100 Subject: [OTR-users] Re: OTR miranda plugin In-Reply-To: <96e269140602190156h50e3e4ebm@mail.gmail.com> References: <96e269140602190156h50e3e4ebm@mail.gmail.com> Message-ID: <96e269140602191540h29157968k@mail.gmail.com> I believe I found the problem in the plugin whereby the menu items don't work. A fix (ver 0.1.0.0) is available via Updater or http://sje.twosx.net/otr.zip . Scott -------------- next part -------------- An HTML attachment was scrubbed... URL: