summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-30Extra icons (mir_app):George Hazan
- old reference system that used EI ids totally removed; - now HANDLE that is returned outside is a real pointer to EI; - old perversion with groups removed; - fixes #1394 (EI change require restart)
2018-05-30extra icons: gettimg rid of IDsGeorge Hazan
2018-05-30fir for massive search-n-replace resultGeorge Hazan
2018-05-30senseless function removedGeorge Hazan
2018-05-30Fingerprint: fixed Conversations detectKirill Volinsky
2018-05-29VKontakte: additional fix for #1392ElzorFox
2018-05-29VKontakte:ElzorFox
fix #1392 (access denied on typing for banned contacts) fix ‘?’ in avatar filenames version bump
2018-05-29grrmGeorge Hazan
2018-05-29rollback of version.rc for Watrack (pascal plugin)George Hazan
2018-05-29common version resource extracted to the separate fileGeorge Hazan
own version resource remains only for miranda32.exe, mir_app.dll and pascal plugins
2018-05-29LotusNotify: another missing version resourceGeorge Hazan
2018-05-29ConnectionNotify: fixes a problem with version resourceGeorge Hazan
2018-05-29ancient perversion removed: function CListInitialise as the special entry ↵George Hazan
point for contact lists (not to mix them with usual plugins)
2018-05-29core:George Hazan
- obsoleted flags bOk & bStopped removed from pluginEntry; - pluginEntry::bFailed is now set automatically;
2018-05-29BASIC_PLUGIN_INFO - useless structure removedGeorge Hazan
2018-05-29langpacks: updatedartraiden
2018-05-29langpacks/english: updatedartraiden
2018-05-28fix for delphi pluginsGeorge Hazan
2018-05-28solves problems with XP compatibilityGeorge Hazan
2018-05-28all plugins => CMPlugin virtual functionsGeorge Hazan
2018-05-28Notification plugins - convert to Load/Unload methods of CMPluginGoraf
2018-05-28MirLua: removed global Load & Unloadaunsane
2018-05-28what should be done to each C++ plugin (missing Unload functions might not ↵George Hazan
be overridden)
2018-05-28useful wrappers for loading / unloading pluginsGeorge Hazan
2018-05-28fix for dll checker - Load & Unload are not mandatory now, also void export ↵George Hazan
table is not a problem
2018-05-28core changes:George Hazan
- added methods CMPluginBase::Load & CMPluginBase::Unload - duplicated data removed from BASIC_PLUGIN_INFO and replaced with data from CMPluginBase; - code cleaning
2018-05-27comparison of MIRANDA_VERSION_COREVERSION solves the problem of plugins who ↵George Hazan
differ only in a build number
2018-05-27version resource fixedMataes
2018-05-27version check temporarily disabledGeorge Hazan
2018-05-27version resource fixed in some icon dllsGeorge Hazan
2018-05-27checksum: fix for the batch processing modeGeorge Hazan
2018-05-27fix for build scriptGeorge Hazan
2018-05-27correct name of version resourceGeorge Hazan
2018-05-27no need in version info inside Delphi packageGeorge Hazan
2018-05-27fix for building h++George Hazan
2018-05-27auto build of h++ version resourceGeorge Hazan
2018-05-27pre-check added for plugin dlls that weren't loaded yetGeorge Hazan
2018-05-27fix for correct version info offset calculationGeorge Hazan
2018-05-27dll sniffer that blocks load of any module whose build number is different ↵George Hazan
than his own
2018-05-27Options - Plugins to display file version instead of product versionGeorge Hazan
2018-05-27PRODUCTVERSION of any version resource to contain the number of current buildGeorge Hazan
2018-05-27checksum.exe updatedGeorge Hazan
2018-05-27patch that excludes PRODUCTVERSION from calculating checksum - will cause ↵George Hazan
reload of all modules in PU
2018-05-27global variable name standardizationGeorge Hazan
2018-05-27unused variable CHAT_MANAGER *pci removed and replaced with g_chatApiGeorge Hazan
2018-05-27fixes #1374 (IRC crash on exit after 20-30 account on/off)George Hazan
2018-05-27SimpleStatusMsg: fix for an occasional crashGeorge Hazan
2018-05-27CMake: do not build Dbx_mmap plugin.protomors
2018-05-27CMake: Fixed building icons with nmake.protomors
2018-05-27CMake: Fix for precompiled headers with nmake.protomors