Shoutbox

[idea] conversation - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Forum: Plug-Ins (/forumdisplay.php?fid=28)
+------ Thread: [idea] conversation (/showthread.php?tid=38133)

[idea] conversation by spastje on 02-09-2005 at 01:50 PM

[idea] to make a plugin.
That saves the conversation on your pc, something like pdf that you can't change the text. sow you can proof what you said.


RE: [idea] conversation by Sunshine on 02-09-2005 at 01:55 PM

Sorry spastje, but even PDF files can be edited (if a file can be written it can be edited).

Here's an example of a program that allows you to do so: PDF Editor 2.3.


RE: [idea] conversation by Jhrono on 02-09-2005 at 03:24 PM

spastje think of it in this way(at least thats my way of thinking)

If it's an external format (like .txt , .xml or .pdf) there are editors for it...so anybody can edit it...

Now what i think is...if patch created a new extension like .mpl(Messenger Plus Log) and made a simpler reader, noone could edit it, cause at he's making a new file tipe....there are no specific editors for it....got it?

Maybe i'm saying some stupid stupid things but those are my ideas...


RE: [idea] conversation by user27089 on 02-09-2005 at 03:28 PM

I like the idea johny... but knowing some people, there would be a *.mpl editor made if such a feature was added, there will always be certain ways, unless of course Patchou uses every bit of knowledge he has to try and prevent such a thing...


RE: [idea] conversation by rix on 02-09-2005 at 03:48 PM

Another alternative would be a log upload to a SQL Database on the web. The system would be very complicated, but should be better than write into file.


RE: [idea] conversation by Patchou on 02-09-2005 at 06:01 PM

If you don't want your files to be edited, why not using the encryption option?


RE: RE: [idea] conversation by rix on 02-09-2005 at 06:05 PM

quote:
Originally posted by Patchou
If you don't want your files to be edited, why not using the encryption option?


I think spastje thought that he could approve contact, what he had said. For example, I wouldn't belive, cause I know that usual chatlog can be modified by my contact or smth.
RE: RE: [idea] conversation by Skit3000 on 02-10-2005 at 08:28 AM

quote:
Originally posted by rix
Another alternative would be a log upload to a SQL Database on the web. The system would be very complicated, but should be better than write into file.


I have experience with this, but SQL commands to a database are not encrypted, so with a TCP/IP package stealer, people can see how the SQL commands are built up, make their own and create fake logs. But, you can create a HASH which will be send together with the log files to prevent people from creating false logs.

Patchou, I don't know if a DLL for MsgPlus can get access to what is said in a conversation window, but if so, I would like to share knowledge with you to create a small DLL which can do "external logging"... :) Or maybe you can create such an option into the new version of MsgPlus (but it will require a lot of bandwidth/disc space to save all these conversation logs).
RE: [idea] conversation by L. Coyote on 02-10-2005 at 08:41 AM

Answering only to johny...

quote:
Originally posted by johny
Now what i think is...if patch created a new extension like .mpl(Messenger Plus Log) and made a simpler reader, noone could edit it, cause at he's making a new file tipe....there are no specific editors for it....got it?
The thing is that if it's saved as text and not encrypted, anyone can open the file with NotePad or WordPad. Just because the extension is different doesn't mean no program can open it.

However, if that MPL file was encoded so that ONLY the Messenger Plus! Log Viewer could decode it and show the text, then no one could open it with NotePad or WordPad to edit it, unless they find another way (but average users don't have the knowledge to edit hex values or whatever it would be required to accomplish this).

But that, of course, would take time. To make encode/decode functions, code an algorithm so that it is very hard to do a tool to decode and edit the file, etc.
RE: [idea] conversation by Skit3000 on 02-10-2005 at 08:44 AM

There doesn't have to be a encode/decode function, but only a function which creates a HASH of the log files, and which can be used by MsgPlus to see if the log files are changed or not (because if somebody would change the log files, the HASH will change as well)... :) I made a program for the game Call of Duty which allows you to keep statistics. It sends these statistics unencrypted to a server, but it also includes a (unknown to the public) HASH which rejects the statistics if they have changed by the user him/herself... :)


RE: [idea] conversation by RaceProUK on 02-10-2005 at 09:23 AM

Then again, if your contacts' don't believe your logs, are they really worth having as friends, even IM-only ones?


RE: [idea] conversation by Ahmad on 02-10-2005 at 09:29 AM

there'll always be a crack/patch for every program.........