Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-10 | Plugin Updater: new option to tune the number of backups to keep (3 by default) | George Hazan | |
2020-09-10 | Plugin Updater: option dialogs => UI classes | George Hazan | |
2020-09-09 | useless code removed | George Hazan | |
2020-09-08 | Plugin Updater to store backups in the separate folders | George Hazan | |
2020-09-08 | DeleteDirectoryTreeW - new function that deletes a folder with all ↵ | George Hazan | |
subfolders (recursively) | |||
2020-08-31 | Plugin Updater: | George Hazan | |
- folder creation moved to CreateWorkFolders(); - TFileName type added to simplify life with C types; - code cleaning; | |||
2020-08-31 | Plugin Updater: unused services removed | George Hazan | |
2020-08-27 | Plugin Updater: fix for the old return code | George Hazan | |
2020-08-27 | Plugin Updater: if a file doesn't exist, it shoudn't generate an error too | George Hazan | |
2020-08-27 | Plugin Update: also fix for the batch mode | George Hazan | |
2020-08-27 | Plugin Updater: more code cleaning | George Hazan | |
2020-08-27 | pu_stub synced with changes in Plugin Updater | George Hazan | |
2020-08-27 | fixes #2555 (PluginUpdater: некорректное обновление ↵ | George Hazan | |
при работе нескольких миранд одновременно) | |||
2020-08-21 | PluginUpdater: | 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-30 | Plugin Updater: failed download doesn't close update window | George Hazan | |
2020-07-09 | PluginUpdater: kill old lua53.dll | dartraiden | |
2020-07-06 | PluginUpdater: update dialog isn't closed if one presses No button after update | George Hazan | |
2020-06-22 | temporary return of DbChecker | George Hazan | |
2020-06-05 | Plugin 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-05 | automated thread id control class | George Hazan | |
2020-06-05 | Plugin Updater: more code cleaning | George Hazan | |
2020-06-05 | Plugin Updater: update dialog -> UI classes | George Hazan | |
2020-06-04 | UI 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-02 | PluginUpdater: temporary buffer size set to 4M | George Hazan | |
2020-06-02 | Plugin Updater: attemt to use 64K unzip buffer instead of 8K | George Hazan | |
2020-06-02 | Plugin Updater: code cleaning | George Hazan | |
2020-05-29 | PluginUpdater: | George Hazan | |
- fixes #2409 (restart Miranda automatically after update); - plugin options moved to CMOption<>; - code cleaning | |||
2020-05-24 | libmdbx.dll returned back to keep compatibility with Windows XP | George Hazan | |
2020-05-22 | Database | George Hazan | |
- libmdbx inlined not to change the code of utilities - libmdbx.mir removed from build scripts | |||
2020-05-22 | fix for broken project file compatibility in VS2019 16.6.0 | George Hazan | |
2020-04-07 | MSN: moved to deprecated, banned, removed support from plugins, etc | dartraiden | |
2020-04-03 | old mTextControl disabled in Plugin Updater & plugin loader | George Hazan | |
2020-03-12 | fixes #2241 (wrong behaviour of filter in PluginUpdater -> Available ↵ | George Hazan | |
components dialog) | |||
2020-01-09 | if smth cannot be incuded, it shall be inlined | George Hazan | |
2020-01-01 | Happy new year, Miranda, part 2 | dartraiden | |
2020-01-01 | Happy new year, Miranda | George Hazan | |
2019-09-19 | Plugin Updater: HTTPS to be disabled in Windows XP by default | George Hazan | |
2019-09-19 | PluginUpdater: | George Hazan | |
- CMPlugin::bForceRedownload isn't saved in database anymore (what for?); - update starts each time a user changes platform | |||
2019-09-19 | final fix for #2070 | George Hazan | |
2019-09-19 | one more fix for #2070 | George Hazan | |
2019-09-19 | fixes #2070 (Plugin Updater doesn't start update after switching url to custom) | George Hazan | |
2019-09-19 | fixes #2069 (Plugin Updater: add "enable HTTPS" option) | George Hazan | |
2019-09-15 | PluginUpdater: | George Hazan | |
- fixes #2057 (PluginUpdater: add search box); - missing components dialog moved to UI classes; - version bump | |||
2019-09-06 | PluginUpdater: copy of CRC32 calculation code isn't needed | George Hazan | |
2019-08-26 | unified fake User-Agent field generation for all http-related protocols | George Hazan | |
2019-07-24 | massive warning fix | George Hazan | |
2019-07-24 | NLHR_PTR - smart pointers make better code | George Hazan | |
2019-07-23 | warning fix | George Hazan | |
2019-07-09 | warning fix | George Hazan | |
2019-06-27 | Plugin Updater: fix for a crash if the update dialog is closed while ↵ | George Hazan | |
download isn't finished yet |