summaryrefslogtreecommitdiff
path: root/plugins/PluginUpdater
AgeCommit message (Collapse)Author
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
2019-09-06PluginUpdater: copy of CRC32 calculation code isn't neededGeorge Hazan
2019-08-26unified fake User-Agent field generation for all http-related protocolsGeorge Hazan
2019-07-24massive warning fixGeorge Hazan
2019-07-24NLHR_PTR - smart pointers make better codeGeorge Hazan
2019-07-23warning fixGeorge Hazan
2019-07-09warning fixGeorge Hazan
2019-06-27Plugin Updater: fix for a crash if the update dialog is closed while ↵George Hazan
download isn't finished yet
2019-06-19fixes #1992 (PU stub do not work)George Hazan
2019-06-14warning fixGeorge Hazan
2019-06-03Folders: old TCHAR helpers removedGeorge Hazan
2019-05-27as well as calls of GetVersionEx should be removedGeorge Hazan
2019-05-02fixes #1927 completelyGeorge Hazan
2019-04-26another unused variable removedGeorge Hazan
2019-04-26code cleaningGeorge Hazan
2019-04-26compilation fixGeorge Hazan
2019-04-26Plugin 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-04-25pu_stub:George Hazan
- fixes #1930 (crash when launching pu_stub under Windows 7); - unified project for all VS
2019-04-14fix for a platformGeorge Hazan
2019-04-14also we need filters for VS2019 projectsGeorge Hazan
2019-04-14pack of changes for VS2019George Hazan
2019-03-26Rename libaxolitl to libsignaldartraiden