summaryrefslogtreecommitdiff
path: root/plugins/PluginUpdater
AgeCommit message (Collapse)Author
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
2019-03-25another atempt to make OS version understandableGeorge Hazan
2019-03-12attempt to create a suitable Miranda versionGeorge Hazan
2019-03-11Rename Popup.dll to avoid confusion with StdPopup (thx Wishmaster)dartraiden
2019-03-11warning fix for non-standard projectsGeorge Hazan
2019-03-08life is too short to remember whether this structure is zeroed or notGeorge Hazan
2019-03-06popups: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-06fix for OS version passingGeorge Hazan
2019-03-05Popup:George Hazan
- wiping out checks for service presence; - code cleaning
2019-03-05fixes #1876 (YAPP renamed to StdPopup, to popup service be always present)George Hazan
2019-03-04compilation fixGeorge Hazan