Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-05-22 | fixes #1907 (PluginUpdater: move deleting/renaming file rules from plugin to ↵ | George Hazan | |
server side) | |||
2024-01-09 | fixes #4110 (NewStory: падает экспорт в json) | George Hazan | |
2023-10-11 | fixes #3708 (PluginUpdater: добавить в PluginUpdaterFiles ↵ | George Hazan | |
поддержку масок) | |||
2023-10-05 | code cleaning | George Hazan | |
2022-06-02 | fixes #3085 (Миранда отказывается обновиться с ↵ | George Hazan | |
ночника на стабильную версию) | |||
2022-04-20 | more fixes for #3066 | George Hazan | |
2022-04-16 | also we shall remove garbage from the root folder after changing platform | George Hazan | |
2022-04-16 | fixes #3065 (PluginUpdater настойчиво хочет ↵ | George Hazan | |
переименовать языковой пакет) + code cleaning | |||
2022-04-16 | fixes #3008 (Недоработка при смене разрядности ↵ | George Hazan | |
приложения) | |||
2022-04-12 | Plugin Updater: we don't need "Use HTTPS" anymore | George Hazan | |
2021-12-26 | DWORD -> uint32_t | George Hazan | |
2021-12-26 | BYTE -> uint8_t | 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-28 | 21 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-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-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-10 | Plugin Updater: new option to tune the number of backups to keep (3 by default) | 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-31 | Plugin Updater: unused services removed | George Hazan | |
2020-08-27 | fixes #2555 (PluginUpdater: некорректное обновление ↵ | George Hazan | |
при работе нескольких миранд одновременно) | |||
2020-06-05 | automated thread id control class | George Hazan | |
2020-05-29 | PluginUpdater: | George Hazan | |
- fixes #2409 (restart Miranda automatically after update); - plugin options moved to CMOption<>; - code cleaning | |||
2020-03-12 | fixes #2241 (wrong behaviour of filter in PluginUpdater -> Available ↵ | George Hazan | |
components dialog) | |||
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 | 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-04-26 | compilation fix | 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-04 | PluginUpdater: unused thread removed | George Hazan | |
2018-08-28 | useless function removed | George Hazan | |
2018-08-26 | PluginUpdater: added new variant of update "Stable version with debug symbols" | Mataes | |
2018-08-14 | fix for CreatePathToFileW prototype (missing const specifier) | George Hazan | |
2018-05-28 | all plugins => CMPlugin virtual functions | George Hazan | |
2018-05-27 | fix for correct version info offset calculation | George Hazan | |
2018-05-20 | CMPlugin to receive a reference to PLUGININFOEX | George Hazan | |
2018-05-18 | Icon_Register(g_plugin.getInst() => g_plugin.registerIcon | George Hazan | |
Icon_RegisterT(g_plugin.getInst() => g_plugin.registerIconW | |||
2018-05-17 | Plugin Updater loses compatibility with Miranda IM completely due to CMPlugin | George Hazan | |
2018-05-15 | __NO_CMPLUGIN_NEEDED added to plugin headers to allow them be compiled | George Hazan | |
2018-04-17 | MNonCopyable - the common class to avoid declaring fake private constructors | George Hazan | |
2018-02-24 | more nullptr | Goraf | |
2018-02-24 | guard headers | Goraf | |
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵ | Kirill Volinsky | |
62202ed10617927d5429bc59898e12a366abe744) | |||
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM | Kirill Volinsky | |