diff options
Diffstat (limited to 'tools')
10 files changed, 22 insertions, 21 deletions
diff --git a/tools/build_scripts/bin15/z2_PackPluginUpdater_x32.txt b/tools/build_scripts/bin15/z2_PackPluginUpdater_x32.txt index be601adc15..1fe805943c 100644 --- a/tools/build_scripts/bin15/z2_PackPluginUpdater_x32.txt +++ b/tools/build_scripts/bin15/z2_PackPluginUpdater_x32.txt @@ -121,8 +121,6 @@ Plugins\sessions.dll Plugins\shlext.dll
Plugins\simplear.dll
Plugins\simplestatusmsg.dll
-Plugins\skypestatuschange.dll
-Plugins\skypeweb.dll
Plugins\smileyadd.dll
Plugins\spellchecker.dll
Plugins\splashscreen.dll
@@ -133,6 +131,7 @@ Plugins\statusmanager.dll Plugins\stopspam.dll
Plugins\stopspammod.dll
Plugins\tabsrmm.dll
+Plugins\teams.dll
Plugins\telegram.dll
Plugins\tipper.dll
Plugins\toaster.dll
@@ -205,6 +204,7 @@ Icons\proto_discord.dll Icons\proto_dummy.dll
Icons\proto_facebook.dll
Icons\proto_gg.dll
+Icons\proto_icq.dll
Icons\proto_irc.dll
Icons\proto_jabber.dll
Icons\proto_metacontacts.dll
@@ -212,8 +212,8 @@ Icons\proto_minecraftdynmap.dll Icons\proto_mradio.dll
Icons\proto_newsaggregator.dll
Icons\proto_sametime.dll
-Icons\proto_skype.dll
Icons\proto_steam.dll
+Icons\proto_teams.dll
Icons\proto_tox.dll
Icons\proto_twitter.dll
Icons\proto_vkontakte.dll
diff --git a/tools/build_scripts/bin15/z2_PackPluginUpdater_x64.txt b/tools/build_scripts/bin15/z2_PackPluginUpdater_x64.txt index a23cba845b..adb82dc2e9 100644 --- a/tools/build_scripts/bin15/z2_PackPluginUpdater_x64.txt +++ b/tools/build_scripts/bin15/z2_PackPluginUpdater_x64.txt @@ -120,8 +120,6 @@ Plugins\sessions.dll Plugins\shlext.dll
Plugins\simplear.dll
Plugins\simplestatusmsg.dll
-Plugins\skypestatuschange.dll
-Plugins\skypeweb.dll
Plugins\smileyadd.dll
Plugins\spellchecker.dll
Plugins\splashscreen.dll
@@ -132,6 +130,7 @@ Plugins\statusmanager.dll Plugins\stopspam.dll
Plugins\stopspammod.dll
Plugins\tabsrmm.dll
+Plugins\teams.dll
Plugins\telegram.dll
Plugins\tipper.dll
Plugins\toaster.dll
@@ -204,6 +203,7 @@ Icons\proto_discord.dll Icons\proto_dummy.dll
Icons\proto_facebook.dll
Icons\proto_gg.dll
+Icons\proto_icq.dll
Icons\proto_irc.dll
Icons\proto_jabber.dll
Icons\proto_metacontacts.dll
@@ -211,8 +211,8 @@ Icons\proto_minecraftdynmap.dll Icons\proto_mradio.dll
Icons\proto_newsaggregator.dll
Icons\proto_sametime.dll
-Icons\proto_skype.dll
Icons\proto_steam.dll
+Icons\proto_teams.dll
Icons\proto_tox.dll
Icons\proto_twitter.dll
Icons\proto_vkontakte.dll
diff --git a/tools/build_scripts/z1_ReBuild_Full.bat b/tools/build_scripts/z1_ReBuild_Full.bat index bcc86f6e3a..84c1bfd5bb 100644 --- a/tools/build_scripts/z1_ReBuild_Full.bat +++ b/tools/build_scripts/z1_ReBuild_Full.bat @@ -73,7 +73,6 @@ md "Release%tp%\Plugins\Listeningto" md "Release%tp%\Plugins\BASS"
md "Release%tp%\Plugins\CurrencyRates"
md "Release%tp%\Plugins\Import"
-md "Release%tp%\Plugins\Weather"
copy /V /Y ..\plugins\Actman\services.ini "Release%tp%\Plugins\"
copy /V /Y ..\plugins\Boltun\src\Engine\boltun.mindw "Release%tp%\Plugins\"
@@ -86,7 +85,6 @@ copy /V /Y ..\plugins\Watrack\player.ini "Release%tp%\Plugins\" copy /V /Y ..\protocols\CurrencyRates\docs\Utility\*.xml "Release%tp%\Plugins\CurrencyRates\"
copy /V /Y ..\protocols\CurrencyRates\CurrencyRatesChart\bin\x%tp%\CurrencyRatesChart.exe "Release%tp%\Plugins\CurrencyRates\"
-copy /V /Y ..\protocols\Weather\docs\weather\*.ini "Release%tp%\Plugins\Weather\"
rem xcopy /S /V /Y "..\delphi\%tp%" "Release%tp%"
xcopy /S /V /Y "..\pre-symbols\%comp%\%tp%" "Symbols%tp%"
diff --git a/tools/build_scripts/z2_PackPluginUpdater.bat b/tools/build_scripts/z2_PackPluginUpdater.bat index 1d3f7e27bf..2d93578d07 100644 --- a/tools/build_scripts/z2_PackPluginUpdater.bat +++ b/tools/build_scripts/z2_PackPluginUpdater.bat @@ -48,12 +48,14 @@ for /f %%a in ('dir plugins\*.dll /B /L') do ( if /I "%%a"=="CurrencyRates.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_CurrencyRates.dll" "Plugins\CurrencyRates\*.xml" "Plugins\CurrencyRates\CurrencyRatesChart.exe")
if /I "%%a"=="Dbx_mdbx.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "mdbx_chk.exe" "mdbx_dump.exe" "mdbx_load.exe" "Libs\libmdbx.mir")
if /I "%%a"=="Dummy.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_Dummy.dll")
+ if /I "%%a"=="EmLanProto.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_Em_Lan_Proto.dll")
if /I "%%a"=="Facebook.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_Facebook.dll")
if /I "%%a"=="FavContacts.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Gadgets\favcontacts.gadget")
if /I "%%a"=="Fingerprint.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Fp_icons.dll")
if /I "%%a"=="FTPFile.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Libs\libcurl.mir" "Libs\libssh2.mir")
if /I "%%a"=="GG.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_GG.dll")
if /I "%%a"=="HistoryPP.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\HistoryPP_icons.dll")
+ if /I "%%a"=="ICQCorp.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_ICQ.dll")
if /I "%%a"=="IRC.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_IRC.dll")
if /I "%%a"=="Import.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Plugins\Import\*.ini")
if /I "%%a"=="Jabber.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_Jabber.dll" "Icons\xStatus_Jabber.dll" "Libs\libsignal.mir")
@@ -68,17 +70,17 @@ for /f %%a in ('dir plugins\*.dll /B /L') do ( if /I "%%a"=="RemovePersonalSettings.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "RemovePersonalSettings.ini")
if /I "%%a"=="Sametime.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_Sametime.dll")
if /I "%%a"=="SecureIM.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Plugins\CryptoPP.dll" "Icons\SecureIM_icons.dll")
- if /I "%%a"=="SkypeWeb.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_Skype.dll")
if /I "%%a"=="SpellChecker.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Flags_icons.dll" "Libs\hunspell.mir")
if /I "%%a"=="Steam.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_Steam.dll")
if /I "%%a"=="TabSRMM.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Plugins\NewEventNotify.dll" "Icons\TabSRMM_icons.dll")
+ if /I "%%a"=="Teams.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_Teams.dll")
if /I "%%a"=="Telegram.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_Telegram.dll")
if /I "%%a"=="Tox.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_Tox.dll" "Libs\libtox.mir" "Libs\libsodium.mir" "Libs\pthreads.mir")
if /I "%%a"=="Twitter.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_Twitter.dll")
if /I "%%a"=="UInfoEx.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\UInfoEx_icons.dll")
if /I "%%a"=="VKontakte.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_VKontakte.dll")
if /I "%%a"=="Watrack.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Watrack_buttons.dll" "Icons\Watrack_icons.dll" "Plugins\player.ini")
- if /I "%%a"=="Weather.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_Weather.dll" "Plugins\Weather\*.ini")
+ if /I "%%a"=="Weather.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_Weather.dll")
if /I "%%a"=="WhatsApp.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Libs\libsignal.mir" "libs\libqrencode.mir")
if /I "%%a"=="YAMN.dll" (%ZipIt% "%Arch%\Plugins\%%~na.zip" "Icons\Proto_YAMN.dll")
@@ -118,8 +120,9 @@ if /i '%dp%' == 'DEV_N_STABLE' ( echo ;StableAllowed > hashes.txt
)
+copy /y /v %SourceDir%\build\rules.txt .
for /f "tokens=1,2 delims= " %%i in (hash.txt) do call :WriteLine %%i %%j
-%ZipIt% "hashes.zip" hashes.txt
+%ZipIt% "hashes.zip" hashes.txt rules.txt
del /f /q hash*.txt
popd
REM end CRC32
diff --git a/tools/installer_ng/Common/Files/Settings/mirandaboot_default.ini b/tools/installer_ng/Common/Files/Settings/mirandaboot_default.ini index 4a0ecb2efd..2e22349032 100644 --- a/tools/installer_ng/Common/Files/Settings/mirandaboot_default.ini +++ b/tools/installer_ng/Common/Files/Settings/mirandaboot_default.ini @@ -74,8 +74,8 @@ Safe=CLC Icons CLUI CList Skin SkinSounds TopToolBar ;Unsafe
;A space-separated list of database module names that could be altered for
;malicious purposes (e.g., by faking a login server to steal passwords).
-;Default: Facebook GG IRC JABBER SKYPE TWITTER VKontakte
-Unsafe=Facebook GG IRC JABBER SKYPE TWITTER VKontakte
+;Default: Facebook GG IRC JABBER TWITTER VKontakte
+Unsafe=Facebook GG IRC JABBER TWITTER VKontakte
;OverrideSecurityFilename
;System administrators may find it desirable to install settings without prompting
diff --git a/tools/installer_ng/Common/Files/Settings/mirandaboot_portable.ini b/tools/installer_ng/Common/Files/Settings/mirandaboot_portable.ini index 5521418a58..983602e8fc 100644 --- a/tools/installer_ng/Common/Files/Settings/mirandaboot_portable.ini +++ b/tools/installer_ng/Common/Files/Settings/mirandaboot_portable.ini @@ -74,8 +74,8 @@ Safe=CLC Icons CLUI CList Skin SkinSounds TopToolBar ;Unsafe
;A space-separated list of database module names that could be altered for
;malicious purposes (e.g., by faking a login server to steal passwords).
-;Default: Facebook GG IRC JABBER SKYPE TWITTER VKontakte
-Unsafe=Facebook GG IRC JABBER SKYPE TWITTER VKontakte
+;Default: Facebook GG IRC JABBER TWITTER VKontakte
+Unsafe=Facebook GG IRC JABBER TWITTER VKontakte
;OverrideSecurityFilename
;System administrators may find it desirable to install settings without prompting
diff --git a/tools/installer_ng/MirandaNG.iss b/tools/installer_ng/MirandaNG.iss index 17cb76f44a..5b24daa9f0 100644 --- a/tools/installer_ng/MirandaNG.iss +++ b/tools/installer_ng/MirandaNG.iss @@ -17,7 +17,7 @@ AppVersion={#AppVer} AppName=Miranda NG
AppVerName=Miranda NG {#SetupSetting("AppVersion")}
AppPublisher=Miranda NG team
-AppCopyRight=2024 © Miranda NG team
+AppCopyRight=2025 © Miranda NG team
VersionInfoVersion={#SetupSetting("AppVersion")}
MinVersion=5.0
ArchitecturesAllowed={#ArcAllow}
diff --git a/tools/installer_ng_stable/Common/Files/Settings/mirandaboot_default.ini b/tools/installer_ng_stable/Common/Files/Settings/mirandaboot_default.ini index 4a0ecb2efd..2e22349032 100644 --- a/tools/installer_ng_stable/Common/Files/Settings/mirandaboot_default.ini +++ b/tools/installer_ng_stable/Common/Files/Settings/mirandaboot_default.ini @@ -74,8 +74,8 @@ Safe=CLC Icons CLUI CList Skin SkinSounds TopToolBar ;Unsafe
;A space-separated list of database module names that could be altered for
;malicious purposes (e.g., by faking a login server to steal passwords).
-;Default: Facebook GG IRC JABBER SKYPE TWITTER VKontakte
-Unsafe=Facebook GG IRC JABBER SKYPE TWITTER VKontakte
+;Default: Facebook GG IRC JABBER TWITTER VKontakte
+Unsafe=Facebook GG IRC JABBER TWITTER VKontakte
;OverrideSecurityFilename
;System administrators may find it desirable to install settings without prompting
diff --git a/tools/installer_ng_stable/Common/Files/Settings/mirandaboot_portable.ini b/tools/installer_ng_stable/Common/Files/Settings/mirandaboot_portable.ini index 5521418a58..983602e8fc 100644 --- a/tools/installer_ng_stable/Common/Files/Settings/mirandaboot_portable.ini +++ b/tools/installer_ng_stable/Common/Files/Settings/mirandaboot_portable.ini @@ -74,8 +74,8 @@ Safe=CLC Icons CLUI CList Skin SkinSounds TopToolBar ;Unsafe
;A space-separated list of database module names that could be altered for
;malicious purposes (e.g., by faking a login server to steal passwords).
-;Default: Facebook GG IRC JABBER SKYPE TWITTER VKontakte
-Unsafe=Facebook GG IRC JABBER SKYPE TWITTER VKontakte
+;Default: Facebook GG IRC JABBER TWITTER VKontakte
+Unsafe=Facebook GG IRC JABBER TWITTER VKontakte
;OverrideSecurityFilename
;System administrators may find it desirable to install settings without prompting
diff --git a/tools/installer_ng_stable/MirandaNG.iss b/tools/installer_ng_stable/MirandaNG.iss index d2d515e302..87080983a5 100644 --- a/tools/installer_ng_stable/MirandaNG.iss +++ b/tools/installer_ng_stable/MirandaNG.iss @@ -17,7 +17,7 @@ AppVersion={#AppVer} AppName=Miranda NG
AppVerName=Miranda NG {#SetupSetting("AppVersion")}
AppPublisher=Miranda NG team
-AppCopyRight=2024 © Miranda NG team
+AppCopyRight=2025 © Miranda NG team
VersionInfoVersion={#SetupSetting("AppVersion")}
MinVersion=5.0
ArchitecturesAllowed={#ArcAllow}
|