Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-20 | more fixes for #3066 | George Hazan | |
2022-04-19 | fixes #3066 (Перезапуск после изменения ↵ | George Hazan | |
разрядности не срабатывает) | |||
2022-04-16 | fixes #3065 (PluginUpdater настойчиво хочет ↵ | George Hazan | |
переименовать языковой пакет) + code cleaning | |||
2022-04-16 | fixes #3008 (Недоработка при смене разрядности ↵ | George Hazan | |
приложения) | |||
2022-01-20 | fixes #2994 (Deprecate Discord support) | George Hazan | |
2022-01-10 | PU::IsMirandaFolderWritable - core function to detect if need to draw a ↵ | George Hazan | |
shield on buttons that require escalation | |||
2021-12-26 | DWORD -> uint32_t | George Hazan | |
2021-08-30 | Plugin Updater adaptation for the comeback of libmdbx | George Hazan | |
2021-06-07 | fixes #2912 (Drop WinCrypto API support) | George Hazan | |
2021-04-14 | fixes #2846 (Plugin Updater: more informative error messages, if updates are ↵ | George Hazan | |
postponed) | |||
2021-04-14 | Plugin Updater: code cleaning | George 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-06 | fixes #2792 (Plugin Updater does not respect "every X days" setting) | George Hazan | |
2021-03-23 | fix for correct file deletion | George Hazan | |
2021-03-23 | also for #2771 - removal of all MDBX utilities and libmdbx.mir itself | George Hazan | |
2021-02-10 | Plugin Updater: attempt to fix hangout with very fast automatic updates | George Hazan | |
2020-10-29 | Plugin Updater: pu_stub utilities moved to mir_app | George Hazan | |
2020-10-09 | fixes #2586 (Updater cannot delete old OpenSSL dlls) | George Hazan | |
2020-10-08 | Remove old OpenSSL libraries | Alexander Gavrilov | |
2020-09-17 | fixes #2554 (PluginUpdater: делать откат в случае ↵ | George Hazan | |
неудачи при замене файлов) | |||
2020-09-14 | Plugin Updater: code cleaning | George Hazan | |
2020-09-14 | fixes #2568 (При изменении числа бэкапов, ↵ | George Hazan | |
лишние остаются) | |||
2020-09-08 | Plugin Updater to store backups in the separate folders | George Hazan | |
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-27 | Plugin Update: also fix for the batch mode | 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-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-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 | |
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-07-23 | 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 | |||
2019-06-14 | warning fix | George Hazan | |
2019-05-27 | as well as calls of GetVersionEx should be removed | George Hazan | |
2019-04-26 | Plugin 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-26 | Rename libaxolitl to libsignal | dartraiden | |
2019-03-11 | Rename Popup.dll to avoid confusion with StdPopup (thx Wishmaster) | dartraiden | |
2019-03-06 | popups: | 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-05 | Popup: | George Hazan | |
- wiping out checks for service presence; - code cleaning | |||
2019-03-05 | fixes #1876 (YAPP renamed to StdPopup, to popup service be always present) | George Hazan | |