What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [update] PlusPrivacy

[update] PlusPrivacy
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: [update] PlusPrivacy
! major security/privacy issue: do not store emails in the registry, use the userID instead... For the user's userID you use Messenger.MyUserId as you know, but to calculate the userID of a random given email address use:
code:
function userID(email) {
    email = email.toLowerCase();
    for(var x=0, i=0; i < email.length; i++) x = (x * 101 + email.charCodeAt(i)) % 4294967296;
    return x;
}


- /priv on command isn't reconized as a command...
- exclussion list (nor current list as-is) is not stored
- the script messed up my contact's block statusses (grrrr)
- /priv on command is faulty (especially first time use)
- /priv totalcontrol on/off seems inlogic (off should be on and vice versa; if totalcontrol is active it should save the current states, when it is turned off it should restore it; unless I misunderstand the purpose of 'totalcontrol' and in that case maybe another (not confussing) name for this should be made)

....

needs still a lot of work



This post was edited on 11-08-2006 at 10:16 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
11-08-2006 09:20 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[update] PlusPrivacy - by Plan-1130 on 11-07-2006 at 01:00 PM
RE: [release] PlusPrivacy - by Plan-1130 on 11-08-2006 at 09:02 PM
RE: [update] PlusPrivacy - by elektra on 11-08-2006 at 09:10 PM
RE: [update] PlusPrivacy - by prashker on 11-08-2006 at 09:10 PM
RE: [update] PlusPrivacy - by CookieRevised on 11-08-2006 at 09:20 PM
RE: [update] PlusPrivacy - by Plan-1130 on 11-09-2006 at 06:38 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