summaryrefslogtreecommitdiff
path: root/plugins/PluginUpdater/src
AgeCommit message (Collapse)Author
2019-03-26Rename libaxolitl to libsignaldartraiden
2019-03-25another atempt to make OS version understandableGeorge Hazan
2019-03-12attempt to create a suitable Miranda versionGeorge Hazan
2019-03-11Rename Popup.dll to avoid confusion with StdPopup (thx Wishmaster)dartraiden
2019-03-08life is too short to remember whether this structure is zeroed or notGeorge Hazan
2019-03-06popups:George Hazan
- internal implementation details & all service declarations moved to m_popup_int.h; - all service calls removed and replaced with function calls; - direct access to popup serttings replaced with Popup_Enable / Popup_Enabled;
2019-03-06fix for OS version passingGeorge Hazan
2019-03-05Popup:George Hazan
- wiping out checks for service presence; - code cleaning
2019-03-05fixes #1876 (YAPP renamed to StdPopup, to popup service be always present)George Hazan
2019-03-04compilation fixGeorge Hazan
2019-03-04PluginUpdater: unused thread removedGeorge Hazan
2019-02-27popup code cleaning (cause we have no tchar.h)George Hazan
2019-01-30SMS plugin deprecated due to missing sms support in ICQ-WIMGeorge Hazan
2019-01-04PluginUpdater should remove obsolete core pluginsdartraiden
2019-01-04Update copyrightsdartraiden
2018-12-29remove xStatus_ICQ.dlldartraiden
2018-12-08PluginUpdater: added OS version detectGeorge Hazan
2018-12-08PluginUpdater to pass correct Miranda's version to the serverGeorge Hazan
2018-11-27fixes #1614 (MRA protocol deprecated due its death)George Hazan
2018-11-14code cleaningGeorge Hazan
2018-11-12db_* functions replaced with g_plugin callsGeorge Hazan
2018-10-08we do not want to remove the new plugin immediately after installationdartraiden
2018-08-29ImportTXT blocked in the core & PluginUpdaterGeorge Hazan
2018-08-28fixes #1554 (PluginUpdater should delete *.pdb if update channel is "without ↵George Hazan
symbols")
2018-08-28fixes #1550 (Autostart PU on update channel change)George Hazan
2018-08-28useless function removedGeorge Hazan
2018-08-26PluginUpdater: fix for correct url for new variantMataes
2018-08-26PluginUpdater: added new variant of update "Stable version with debug symbols"Mataes
2018-08-14fix for CreatePathToFileW prototype (missing const specifier)George Hazan
2018-07-25cosmetic fixes, typosdartraiden
2018-07-25compilation fixGeorge Hazan
2018-07-25Quotes renamed to CurrencyRatesKirill Volinsky
2018-07-11int hLangpack/m_hLang removed and replaced with HPLUGINGeorge Hazan
2018-06-13StdIdle should be removed by PUdartraiden
2018-05-28all plugins => CMPlugin virtual functionsGeorge Hazan
2018-05-27comparison of MIRANDA_VERSION_COREVERSION solves the problem of plugins who ↵George Hazan
differ only in a build number
2018-05-27fix for correct version info offset calculationGeorge Hazan
2018-05-27patch that excludes PRODUCTVERSION from calculating checksum - will cause ↵George Hazan
reload of all modules in PU
2018-05-23we don't need MirandaPluginInfoEx() anymore. farewell, my lovelyGeorge Hazan
2018-05-22no more need in hLangpack variable *YAHOO*George Hazan
2018-05-22m_genmenu.h unbound from hLangpackGeorge Hazan
2018-05-22Hotkey_Register => CMPlugin::addHotkeyGeorge Hazan
2018-05-20options API unbound from hLangpack and switched to CMPluginGeorge Hazan
2018-05-20mir_getLP() call went into CMPluginBase::CMPluginBase, thus it's not needed ↵George Hazan
in each plugin. mir_getLP() remains for compatibility with pascal plugins only
2018-05-20CMPlugin to receive a reference to PLUGININFOEXGeorge Hazan
2018-05-20sounds packed into CMPlugin (reduces usage of hLangpack)George Hazan
2018-05-18Icon_Register(g_plugin.getInst() => g_plugin.registerIconGeorge Hazan
Icon_RegisterT(g_plugin.getInst() => g_plugin.registerIconW
2018-05-18hLangpack variable began migration inside CMPluginBaseGeorge Hazan
it remains existing for now, but as reference to g_plugin.m_hLang
2018-05-17Plugin Updater loses compatibility with Miranda IM completely due to CMPluginGeorge Hazan
2018-05-15__NO_CMPLUGIN_NEEDED added to plugin headers to allow them be compiledGeorge Hazan