What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Release] Off The Record - IM Encryption - v0.13

2 votes - 5 average   [Release] Off The Record - IM Encryption - v0.13
Author: Message:
Enduin
New Member
*


Posts: 7
Joined: Jul 2006
RE: [Release] Off The Record - IM Encryption - v0.13
Thanks, your script works great!

I only had some problems with a contact using Adium. All the messages I received were in the following format:
code:
<FONT FACE="Lucida Grande">lorem ipsum</FONT>


I made a very quick and dirty solution for this in your script:
code:
var plain = aes_cipher.decrypt(data_str, this.receivingAESKey, counter_hi);
//////
if (plain.match("^<FONT") == "<FONT")
{
  plain = plain.substr(27);
  plain = plain.replace("</FONT>", "");
}
//////
return this.theirDSA.trusted() ? OTR_Tag + plain : OTR_Tag_Untrusted + plain;


When this contact changes the font it doesn't work (unless you edit the substring) so a better solution is needed.
11-01-2010 12:41 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Release] Off The Record - IM Encryption - v0.13 - by XgD on 02-14-2010 at 03:03 AM
RE: [testers wanted] Off The Record - IM Encryption - by Chrissy on 02-14-2010 at 11:41 AM
RE: [testers wanted] Off The Record - IM Encryption - by XgD on 02-14-2010 at 12:05 PM
RE: [testers wanted] Off The Record - IM Encryption - by Chrissy on 02-14-2010 at 01:42 PM
RE: [testers wanted] Off The Record - IM Encryption - by XgD on 02-14-2010 at 02:18 PM
RE: [testers wanted] Off The Record - IM Encryption - by Harsesis on 02-14-2010 at 03:15 PM
RE: [testers wanted] Off The Record - IM Encryption - by XgD on 02-14-2010 at 03:35 PM
RE: [testers wanted] Off The Record - IM Encryption - by Chrissy on 02-14-2010 at 03:39 PM
RE: RE: [testers wanted] Off The Record - IM Encryption - by XgD on 02-14-2010 at 09:31 PM
RE: [Release] Off The Record - IM Encryption - v0.12 - by billyy on 02-15-2010 at 08:52 PM
RE: [Release] Off The Record - IM Encryption - v0.12 - by djdannyp on 02-15-2010 at 10:01 PM
RE: RE: [Release] Off The Record - IM Encryption - v0.12 - by billyy on 02-15-2010 at 10:35 PM
RE: [Release] Off The Record - IM Encryption - v0.12 - by Chrissy on 02-15-2010 at 10:50 PM
RE: RE: [Release] Off The Record - IM Encryption - v0.12 - by XgD on 02-16-2010 at 01:43 AM
RE: [Release] Off The Record - IM Encryption - v0.13 - by billyy on 02-16-2010 at 01:43 PM
RE: [Release] Off The Record - IM Encryption - v0.13 - by akhiok on 08-11-2010 at 08:09 AM
RE: [Release] Off The Record - IM Encryption - v0.13 - by Enduin on 11-01-2010 at 12:41 PM
RE: [Release] Off The Record - IM Encryption - v0.13 - by Henry00 on 09-22-2011 at 05:03 PM
RE: [Release] Off The Record - IM Encryption - v0.13 - by Spunky on 09-22-2011 at 08:59 PM
RE: [Release] Off The Record - IM Encryption - v0.13 - by Henry00 on 09-23-2011 at 10:55 AM
RE: [Release] Off The Record - IM Encryption - v0.13 - by XgD on 09-23-2011 at 08:44 PM
RE: [Release] Off The Record - IM Encryption - v0.13 - by Henry00 on 09-24-2011 at 10:32 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On