What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Settings Sync/Transferer/Backup

1 votes - 5 average   Settings Sync/Transferer/Backup
Author: Message:
XgD
Junior Member
**


Posts: 22
37 / Male / –
Joined: Feb 2003
O.P. RE: RE: Settings Sync/Transferer/Backup
Wow, OK:

quote:
Originally posted by CookieRevised
Something I like to see changed from the setup:
  1. Show the log screen, don't skip on it (aka: don't automatically jump to the final "finish" page). Some people might like to know which files are installed where (like me), especially if you install 3rd party libraries in the user's system directory!


The installer was a default script for NIS... I'll write my own soon. (Actually, I remember seeing a plugin installer on mess.be a while ago which I might look for soon)

quote:
Some tips/pointers/requests:[*]Don't use external DLL's if you can avoid them. UNZDLL.DLL and ZIPDLL.DLL (a total of 240kb!) can be avoided if you include your own zip code in your delphi project. On the net you can find sources for this. Or you can even provide you own compression scheme.


This made things a lot easier. Is it so bad to have 240kb of DLL files? I would put them in the same folder as my DLL, but MsgPlus might have tried to read them as plugin DLLs, so I just put them in SYSTEM32. I'll change that in future though.

quote:
[*]Make the log window of your plugin not word-wrapped; it's hard to read.
[*]Make the log window at least resizeable.

Done

quote:
[*]Fix spelling mistakes and be consequent in the way a line is shown


The inconsistencies are due to the debug code being outputed by different components. I tried to link them up as best as possible, and I'll try to see what I can do. I can't see any spelling mistakes. Do you mean grammar?

quote:
And a few remarks/questions about this logging:
  • What does the "Duplicate filename removed" exactly mean?

It prints this if the reg/zip files still exist in C:\ from last time. These should only exist if the previous backup/restore failed

quote:
  • Why three times that same message?
  • Why is the new name the same as the old name?

  • (1)It tries 3 times if the password is incorrect
    (2)The filename is the same each time (email@address.reg/zip)

    quote:
  • Where are there spaced before "Adding me@blah.com.reg" and not before other sub-messages?

  • These messages come from the Zip component

    quote:
  • Why comes the message "Compressing file" before the "Duplicate" and "Adding" messages? This doesn't make sense, unless "Compressing file" actually means "Creating file" and the "Adding" actually means "Compressing".
  • What is the "trace: Temp Filename" used for?


  • "Compressing File" signifies the start of the zip-creation routine. I'll word it better in the next version

    quote:
    [*]Temporary files are not removed! (the reg and zip files)

    They are (or should be) if the backup is successful

    quote:
    [*]Do not store the reg files as version 5.00 files, but as version 4 files! This because your tool with otherwise not work on other OS's than XP/NT...

    I can change the first line to "REGEDIT4" if that would be better?

    quote:
    [*]If you show a message box or input box, show them in front (aka on top) of the windows. Currently they appear behind all the windows.

    I think thats a bug with Delphi's stay-on-top code, but I'll look into it

    quote:
    [*]Make it possible to provide no password. Currently when the password input box appears and you leave it blank, the log outputs "Missing or empty zip file".
    [*]If there was an error in creating or updating the zip, do not attempt to open the FTP connection. It doesn't make sense to upload when there is nothing to upload. The backup process should be stopped after the zip error.


    Will Do

    quote:
    [*]If previously a password was entered but not remembered and a zipfile was created using that password, the next time you backup without entering a password the zipfile is either not successfully updated but no error is given or the previously entered password is used (didn't tested which was the case). Iether way this is bad/buggy behaviour.[/list=1]

    I'll look into it

    Thanks

    XgD
    10-30-2005 03:45 PM
    Profile E-Mail PM Find Quote Report
    « Next Oldest Return to Top Next Newest »

    Messages In This Thread
    Settings Sync/Transferer/Backup - by XgD on 10-20-2005 at 05:42 PM
    RE: Settings Sync/Transferer/Backup - by Dempsey on 10-20-2005 at 05:43 PM
    RE: Settings Sync/Transferer/Backup - by hmaster on 10-20-2005 at 05:44 PM
    RE: Settings Sync/Transferer/Backup - by Exca on 10-20-2005 at 05:46 PM
    RE: Settings Sync/Transferer/Backup - by XgD on 10-20-2005 at 05:47 PM
    RE: Settings Sync/Transferer/Backup - by hmaster on 10-20-2005 at 05:55 PM
    RE: Settings Sync/Transferer/Backup - by XgD on 10-20-2005 at 05:55 PM
    RE: Settings Sync/Transferer/Backup - by Ezra on 10-20-2005 at 07:29 PM
    RE: RE: Settings Sync/Transferer/Backup - by XgD on 10-24-2005 at 10:57 PM
    RE: Settings Sync/Transferer/Backup - by (CyBeRDuDe) on 10-20-2005 at 08:08 PM
    RE: Settings Sync/Transferer/Backup - by Ezra on 10-25-2005 at 01:07 PM
    RE: RE: Settings Sync/Transferer/Backup - by XgD on 10-25-2005 at 05:54 PM
    RE: Settings Sync/Transferer/Backup - by Ezra on 10-29-2005 at 11:32 PM
    RE: Settings Sync/Transferer/Backup - by CookieRevised on 10-30-2005 at 05:01 AM
    RE: Settings Sync/Transferer/Backup - by Ezra on 10-30-2005 at 01:42 PM
    RE: RE: Settings Sync/Transferer/Backup - by XgD on 10-30-2005 at 03:45 PM
    RE: RE: RE: Settings Sync/Transferer/Backup - by CookieRevised on 10-30-2005 at 06:30 PM
    RE: Settings Sync/Transferer/Backup - by absorbation on 10-30-2005 at 07:17 PM
    RE: Settings Sync/Transferer/Backup - by riahc4 on 11-01-2005 at 02:47 PM
    RE: Settings Sync/Transferer/Backup - by CookieRevised on 11-01-2005 at 03:26 PM
    RE: Settings Sync/Transferer/Backup - by XgD on 11-01-2005 at 08:19 PM
    RE: Settings Sync/Transferer/Backup - by Ezra on 11-05-2005 at 11:03 PM
    RE: RE: Settings Sync/Transferer/Backup - by XgD on 11-06-2005 at 12:37 AM
    RE: Settings Sync/Transferer/Backup - by XgD on 11-10-2005 at 09:48 PM
    RE: Settings Sync/Transferer/Backup - by warmth on 09-28-2007 at 06:06 PM
    RE: Settings Sync/Transferer/Backup - by Matti on 09-29-2007 at 09:23 AM
    RE: RE: Settings Sync/Transferer/Backup - by warmth on 09-29-2007 at 10:51 PM
    RE: Settings Sync/Transferer/Backup - by XgD on 09-29-2007 at 11:40 AM
    RE: Settings Sync/Transferer/Backup - by XgD on 09-30-2007 at 12:15 PM
    RE: Settings Sync/Transferer/Backup - by riahc4 on 07-08-2009 at 02:01 AM
    RE: Settings Sync/Transferer/Backup - by XgD on 07-08-2009 at 05:01 PM


    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