summaryrefslogtreecommitdiff
path: root/plugins/PluginUpdater/src/DlgUpdate.cpp
AgeCommit message (Collapse)Author
2023-12-19prevent Discord from being wiped by PUGeorge Hazan
2023-11-12fixes #3917 (Omegle is dead)George Hazan
2023-11-08fixes #3865 (make Rate plugin deprecated)George Hazan
2023-10-11fixes #3708 (PluginUpdater: добавить в PluginUpdaterFiles ↵George Hazan
поддержку масок)
2023-10-05code cleaningGeorge Hazan
2023-07-19fixes #3587 (PluginUpdater: не создавать пустой бэкап, ↵George Hazan
когда существующие файлы не изменились)
2023-07-13StdFile considered useless and returned back to mir_appGeorge Hazan
2022-12-16minor code cleaningGeorge Hazan
2022-10-19no need to remove WhatsApp.dll anymoreGeorge Hazan
2022-04-20more fixes for #3066George Hazan
2022-04-19fixes #3066 (Перезапуск после изменения ↵George Hazan
разрядности не срабатывает)
2022-04-16fixes #3065 (PluginUpdater настойчиво хочет ↵George Hazan
переименовать языковой пакет) + code cleaning
2022-04-16fixes #3008 (Недоработка при смене разрядности ↵George Hazan
приложения)
2022-01-20fixes #2994 (Deprecate Discord support)George Hazan
2022-01-10PU::IsMirandaFolderWritable - core function to detect if need to draw a ↵George Hazan
shield on buttons that require escalation
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-08-30Plugin Updater adaptation for the comeback of libmdbxGeorge Hazan
2021-06-07fixes #2912 (Drop WinCrypto API support)George 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-23fix for correct file deletionGeorge Hazan
2021-03-23also for #2771 - removal of all MDBX utilities and libmdbx.mir itselfGeorge Hazan
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-10-09fixes #2586 (Updater cannot delete old OpenSSL dlls)George Hazan
2020-10-08Remove old OpenSSL librariesAlexander Gavrilov
2020-09-17fixes #2554 (PluginUpdater: делать откат в случае ↵George Hazan
неудачи при замене файлов)
2020-09-14Plugin Updater: code cleaningGeorge Hazan
2020-09-14fixes #2568 (При изменении числа бэкапов, ↵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-27Plugin Update: also fix for the batch modeGeorge Hazan
2020-08-27fixes #2555 (PluginUpdater: некорректное обновление ↵George Hazan
при работе нескольких миранд одновременно)
2020-08-21PluginUpdater:George Hazan
- fixes #2547 (PluginUpdater: "Restart Miranda automatically" with "Silent mode" requires clicking on a pop-up); - fixes #2548 (PluginUpdater: Use DBAutoBackuper for "Backup database before update")
2020-07-30Plugin Updater: failed download doesn't close update windowGeorge Hazan
2020-07-09PluginUpdater: kill old lua53.dlldartraiden
2020-07-06PluginUpdater: update dialog isn't closed if one presses No button after updateGeorge Hazan
2020-06-22temporary return of DbCheckerGeorge Hazan
2020-06-05Plugin Updater:George Hazan
- fixes #2419 (Апдейтер не удаляет /Libs/libmdbx.mir); - fix for a very old bug: nothing happens if only file deleteion is chosen; - code reordering
2020-06-05automated thread id control classGeorge Hazan
2020-06-05Plugin Updater: more code cleaningGeorge Hazan
2020-06-05Plugin Updater: update dialog -> UI classesGeorge Hazan
2020-05-29PluginUpdater:George Hazan
- fixes #2409 (restart Miranda automatically after update); - plugin options moved to CMOption<>; - code cleaning
2020-05-24libmdbx.dll returned back to keep compatibility with Windows XPGeorge Hazan
2020-05-22DatabaseGeorge Hazan
- libmdbx inlined not to change the code of utilities - libmdbx.mir removed from build scripts
2020-04-07MSN: moved to deprecated, banned, removed support from plugins, etcdartraiden
2020-04-03old mTextControl disabled in Plugin Updater & plugin loaderGeorge Hazan
2019-09-19PluginUpdater:George Hazan
- CMPlugin::bForceRedownload isn't saved in database anymore (what for?); - update starts each time a user changes platform
2019-07-23warning fixGeorge Hazan