summaryrefslogtreecommitdiff
path: root/plugins/PluginUpdater/src/stdafx.h
AgeCommit message (Collapse)Author
2025-05-22fixes #1907 (PluginUpdater: move deleting/renaming file rules from plugin to ↵George Hazan
server side)
2024-01-09fixes #4110 (NewStory: падает экспорт в json)George Hazan
2023-10-11fixes #3708 (PluginUpdater: добавить в PluginUpdaterFiles ↵George Hazan
поддержку масок)
2023-10-05code cleaningGeorge Hazan
2022-06-02fixes #3085 (Миранда отказывается обновиться с ↵George Hazan
ночника на стабильную версию)
2022-04-20more fixes for #3066George Hazan
2022-04-16also we shall remove garbage from the root folder after changing platformGeorge Hazan
2022-04-16fixes #3065 (PluginUpdater настойчиво хочет ↵George Hazan
переименовать языковой пакет) + code cleaning
2022-04-16fixes #3008 (Недоработка при смене разрядности ↵George Hazan
приложения)
2022-04-12Plugin Updater: we don't need "Use HTTPS" anymoreGeorge Hazan
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-26BYTE -> uint8_tGeorge Hazan
2021-04-14fixes #2846 (Plugin Updater: more informative error messages, if updates are ↵George Hazan
postponed)
2021-04-14Plugin Updater: code cleaningGeorge Hazan
- icon list made private => g_plugin.getIcon* functions; - smaill functions went from Utils.cpp to CMPlugin::Load; - Windows-specific code in DlgListNew rewritten to UI classes
2021-04-06fixes #2792 (Plugin Updater does not respect "every X days" setting)George Hazan
2021-03-2821 years after Win2k release we don't need win2k.h - everything we need is ↵George Hazan
included into minimum Windows SDK 7.1
2021-02-10Plugin Updater: attempt to fix hangout with very fast automatic updatesGeorge Hazan
2020-10-29Plugin Updater: pu_stub utilities moved to mir_appGeorge Hazan
2020-09-17fixes #2554 (PluginUpdater: делать откат в случае ↵George Hazan
неудачи при замене файлов)
2020-09-14Plugin Updater: code cleaningGeorge Hazan
2020-09-14fixes #2568 (При изменении числа бэкапов, ↵George Hazan
лишние остаются)
2020-09-10Plugin Updater: new option to tune the number of backups to keep (3 by default)George Hazan
2020-09-08Plugin Updater to store backups in the separate foldersGeorge Hazan
2020-08-31Plugin Updater:George Hazan
- folder creation moved to CreateWorkFolders(); - TFileName type added to simplify life with C types; - code cleaning;
2020-08-31Plugin Updater: unused services removedGeorge Hazan
2020-08-27fixes #2555 (PluginUpdater: некорректное обновление ↵George Hazan
при работе нескольких миранд одновременно)
2020-06-05automated thread id control classGeorge Hazan
2020-05-29PluginUpdater:George Hazan
- fixes #2409 (restart Miranda automatically after update); - plugin options moved to CMOption<>; - code cleaning
2020-03-12fixes #2241 (wrong behaviour of filter in PluginUpdater -> Available ↵George Hazan
components dialog)
2019-09-19PluginUpdater:George Hazan
- CMPlugin::bForceRedownload isn't saved in database anymore (what for?); - update starts each time a user changes platform
2019-09-19fixes #2069 (Plugin Updater: add "enable HTTPS" option)George Hazan
2019-09-15PluginUpdater:George Hazan
- fixes #2057 (PluginUpdater: add search box); - missing components dialog moved to UI classes; - version bump
2019-09-06PluginUpdater: copy of CRC32 calculation code isn't neededGeorge Hazan
2019-04-26compilation fixGeorge Hazan
2019-04-26Plugin Updater:George Hazan
- fixes #1927 (Hidden db option for hiding specified component from PU); - options moved into g_plugin; - warning & security fixes; - code cleaning
2019-03-04PluginUpdater: unused thread removedGeorge Hazan
2018-08-28useless function removedGeorge Hazan
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-05-28all plugins => CMPlugin virtual functionsGeorge Hazan
2018-05-27fix for correct version info offset calculationGeorge Hazan
2018-05-20CMPlugin to receive a reference to PLUGININFOEXGeorge Hazan
2018-05-18Icon_Register(g_plugin.getInst() => g_plugin.registerIconGeorge Hazan
Icon_RegisterT(g_plugin.getInst() => g_plugin.registerIconW
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
2018-04-17MNonCopyable - the common class to avoid declaring fake private constructorsGeorge Hazan
2018-02-24more nullptrGoraf
2018-02-24guard headersGoraf
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵Kirill Volinsky
62202ed10617927d5429bc59898e12a366abe744)
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky