Shoutbox

Extending Messenger History - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Skype & Live Messenger (/forumdisplay.php?fid=10)
+----- Thread: Extending Messenger History (/showthread.php?tid=92742)

Extending Messenger History by Sabre_X on 10-31-2009 at 01:53 PM

Currently, when saving chat history, each archive is 3-5MB in size.

Over a long period of time, this has meant that I currently have 15-20 Archives of history .XML files for a particular contact.

If I am searching for a particular word, this means that I have to search for the word in each of the archives rather than being able to search through them all as one.

Is there a way to combine all my XML history archives into 1, or, the real question I am seeking an answer to:

Is there a way to increase the maximum file size of Chat History files?

I look forward to your response!
Thanks in advance,
Mike


RE: Extending Messenger History by CookieRevised on 10-31-2009 at 02:54 PM

You can't increase the max file size without patching Messenger.

However, be advised that the limit is there for a very good reason: speed. The larger the files get the slower it becomes to save each line of text. Even with the current max size you sometimes even notice this delay.

You could combine existing logs, but that requires some knowledge of XML because it isn't as simple as just copying one log after the other into a new file. There is currently no tool that I know of which can automatically merge native Messenger xml logs.


RE: Extending Messenger History by Sabre_X on 10-31-2009 at 04:02 PM

Thanks for the information :)
Much appreciated.
Mike


RE: Extending Messenger History by Tigeron on 11-09-2009 at 07:01 AM

Yes there is an MSN History Merger. Worked like a charm 20 minutes ago.

Here's the link.
http://www.codeplex.com/MsnHistoryMerger

For your case you're probably gonna have to merge more than once since it takes 2 origin folders and merges it into one. So what I would try is this system.

Let's say you have 20 different history folders. You'd do this:

History folder 1 merged with History folder 2 = Merged History 1

Then go on and try this:

Merged History 1 merged with History folder 3 = Merged History 2
Merged History 2 merged with History folder 4 = Merged History 3

and so on and so forth.

You can try googling to see if you find something that can take more than just 2 origin folders but for now this is probably your best bet.


RE: Extending Messenger History by CookieRevised on 11-09-2009 at 08:58 AM

quote:
Originally posted by Tigeron
Yes there is an MSN History Merger. Worked like a charm 20 minutes ago.

Here's the link.
http://www.codeplex.com/MsnHistoryMerger

Nice find!

Seems like not that much people have already found that tool if I look at when it was made (2 years ago) and how much downloads and comments it has.

It will definitely help people.