summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2017-12-31 14:08:24 +0300
committerdartraiden <wowemuh@gmail.com>2017-12-31 14:08:24 +0300
commit671587fcdbbff6c13b5c09101d691c38d77170a8 (patch)
treee0e21ac4f327b8b11e203786a7ceec0694f5fd59
parent33ebf6b30f6b87fc5b63ff262520f22e67acb022 (diff)
AIM banned by core and should be removed automatically
-rw-r--r--plugins/PluginUpdater/src/DlgUpdate.cpp1
-rw-r--r--src/mir_app/src/newplugins.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/plugins/PluginUpdater/src/DlgUpdate.cpp b/plugins/PluginUpdater/src/DlgUpdate.cpp
index abf740038b..42de3b5625 100644
--- a/plugins/PluginUpdater/src/DlgUpdate.cpp
+++ b/plugins/PluginUpdater/src/DlgUpdate.cpp
@@ -583,6 +583,7 @@ static renameTable[] =
{ L"srmm.dll", nullptr },
{ L"stdchat.dll", nullptr },
{ L"stdurl.dll", nullptr },
+ { L"aim.dll", nullptr },
{ L"dbx_sqlite.dll", nullptr },
{ L"dropbox.dll", nullptr },
{ L"extraicons.dll", nullptr },
diff --git a/src/mir_app/src/newplugins.cpp b/src/mir_app/src/newplugins.cpp
index aa74284892..894a9e7dfd 100644
--- a/src/mir_app/src/newplugins.cpp
+++ b/src/mir_app/src/newplugins.cpp
@@ -116,6 +116,7 @@ static const MUUID pluginBannedList[] =
{ 0x748f8934, 0x781a, 0x528d, { 0x52, 0x08, 0x00, 0x12, 0x65, 0x40, 0x4a, 0xb3 } }, // tlen
{ 0x8d0a046d, 0x8ea9, 0x4c55, { 0xb5, 0x68, 0x38, 0xda, 0x52, 0x05, 0x64, 0xfd } }, // stdauth
{ 0x1e64fd80, 0x299e, 0x48a0, { 0x94, 0x41, 0xde, 0x28, 0x68, 0x56, 0x3b, 0x6f } }, // stdhelp
+ { 0x3750a5a3, 0xbf0d, 0x490e, { 0xb6, 0x5d, 0x41, 0xac, 0x4d, 0x29, 0xae, 0xb3 } }, // aim
};
static bool isPluginBanned(const MUUID& u1)