summaryrefslogtreecommitdiff
path: root/plugins/PluginUpdater
AgeCommit message (Collapse)Author
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-14Plugin Updater: if a file doesn't exist, there's no need to backup itGeorge Hazan
2020-09-10Plugin Updater: new option to tune the number of backups to keep (3 by default)George Hazan
2020-09-10Plugin Updater: option dialogs => UI classesGeorge Hazan
2020-09-09useless code removedGeorge Hazan
2020-09-08Plugin Updater to store backups in the separate foldersGeorge Hazan
2020-09-08DeleteDirectoryTreeW - new function that deletes a folder with all ↵George Hazan
subfolders (recursively)
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-27Plugin Updater: fix for the old return codeGeorge Hazan
2020-08-27Plugin Updater: if a file doesn't exist, it shoudn't generate an error tooGeorge Hazan
2020-08-27Plugin Update: also fix for the batch modeGeorge Hazan
2020-08-27Plugin Updater: more code cleaningGeorge Hazan
2020-08-27pu_stub synced with changes in Plugin UpdaterGeorge 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-06-04UI classes:George Hazan
- CDlgBase::m_bSucceeded variable introduced to check whether IDOK was pressed or not; - unused/useless buttons with id=IDOK or IDCANCEL removed; - brnOk.OnClick replaced with OnApply calls; - unused/useless calls of EndDialog/EndModal removed; - minor code cleaning
2020-06-02PluginUpdater: temporary buffer size set to 4MGeorge Hazan
2020-06-02Plugin Updater: attemt to use 64K unzip buffer instead of 8KGeorge Hazan
2020-06-02Plugin Updater: code cleaningGeorge 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-05-22fix for broken project file compatibility in VS2019 16.6.0George Hazan
2020-04-07MSN: moved to deprecated, banned, removed support from plugins, etcdartraiden
2020-04-03old mTextControl disabled in Plugin Updater & plugin loaderGeorge Hazan
2020-03-12fixes #2241 (wrong behaviour of filter in PluginUpdater -> Available ↵George Hazan
components dialog)
2020-01-09if smth cannot be incuded, it shall be inlinedGeorge Hazan
2020-01-01Happy new year, Miranda, part 2dartraiden
2020-01-01Happy new year, MirandaGeorge Hazan
2019-09-19Plugin Updater: HTTPS to be disabled in Windows XP by defaultGeorge 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-09-19final fix for #2070George Hazan
2019-09-19one more fix for #2070George Hazan
2019-09-19fixes #2070 (Plugin Updater doesn't start update after switching url to custom)George Hazan
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