Plugin updater

From Miranda NG
Revision as of 14:32, 31 December 2017 by FuzzyBot (talk | contribs) (Updating to match new version of source page)

Plugin:PluginUpdater/de
Jump to navigation Jump to search
Plugin updater
Plugin updater
Dateiname PluginUpdater.dll
Autoren Mataes, George Hazan
Download-Links
Stabile Version: 32-bit, 64-bit
Entwicklungsversion: 32-bit, 64-bit

Hinweis
Dieses Plugin sollte nicht mit IM Updater für Miranda IM verwechselt werden.

Installieren und aktualisieren Sie Plugins und andere Komponenten für Miranda NG (Icons und Sprachdateien).

Quelle der Komponenten

In den Einstellungen unter Dienste → Plugin Updater haben Sie die Auswahl aus 4 Quellen:

  • Stabile Version – Lädt die stabile Version von Miranda NG herunter. Diese wird in der Regel alle paar Monate aktualistert, ist daher aber auch sehr gut getestet. Für Einsteiger empfohlen.
  • Entwicklungsversion (weniger stabil) – Lädt die Entwicklungsversion von Miranda NG herunter. Diese wird täglich aktualisiert und bietet die neusten Funktionen, ist aber möglicherweise instabil. Eher für fortgeschrittene Benutzer geeignet.
  • Entwicklungsversion mit Debugsymbolen – wie oben, lädt aber zusätzlich noch Debugsymbole herunter, die zur Crash-Report-Erstellung benötigt werden.
  • Eigene Version – hier können Sie ihr Miranda NG aus anderen Quellen aktualisieren, nur empfohlen falls diese Quelle vertrauenswürdig ist.
Component list

Plugins, Icons und Sprachdateien installieren

PluginUpdater erlaubt es ihnen, mehrere Komponenten auf einmal zu installieren:

  • Gehen Sie im Hauptmenü auf Verfügbare Komponenten anzeigen.
  • Wählen Sie die Komponenten aus, die Sie installieren wollen. Das blaue Info-Icon neben den Plugins öffnet die Wiki-Seite zu dem jeweiligen Plugin.
  • Klicken Sie auf Herunterladen.

How it works

This plugin compares hashes of the installed plugins with those on the server and if they differ, downloads archived updates and replaces the local copy.

It should be noted that PluginUpdater doesn't check plugins' versions nor their compilation dates. So if you compile a plugin by yourself (or somebody does and shares it with you), PluginUpdater will still download its "older" version from the server. This was done on purpose to avoid problems with plugins from doubtful sources.

Special algorithm for calculating plugins' hashes ignores information about DLL compilation time (which is also written to DLL). Thus a plugin compiled from the same source code with the same compiler but at different time will have the same hash for PluginUpdater but different one for ordinary MD5 calculation tools.

Tips and tricks

  1. PluginUpdater remembers user's choice of the components in the list of updates. If you have a custom langpack or an icon set (e.g., Proto_Jabber.dll) which you don't want to update, uncheck the corresponding items in the list. You need to do this once, those components will remain unchecked during the next updates and thus won't get updated.
  2. If you set the key of Byte type PluginUpdater/RestartCurrentProfile = 0, the plugin will restart Miranda to Profile manager (revision 3346). PluginUpdater restarts Miranda to current profile by default.