From c79ec023d8dc1f322dc14bdaebc45edf3095d478 Mon Sep 17 00:00:00 2001 From: Brett Hewitson Date: Tue, 12 Jul 2022 16:01:52 +1000 Subject: [PATCH] url changes - updated http urls to https when possible. --- src/ARKServerManager/App.config | 21 +++++++-------- src/ARKServerManager/Config.Designer.cs | 27 +++++++------------ src/ARKServerManager/Config.settings | 21 +++++++-------- src/ARKServerManager/ErrorHandling.cs | 4 +-- .../Globalization/ru-RU/ru-RU.xaml | 2 +- .../Lib/Model/PublishedFileDetail.cs | 2 +- src/ARKServerManager/Lib/ServerApp.cs | 8 +++--- src/ARKServerManager/VersionFeed.xml | 7 ++--- src/ARKServerManager/VersionFeedBeta.xml | 27 +++++++++++++++++-- src/ConanServerManager/App.config | 16 +++++------ src/ConanServerManager/Config.Designer.cs | 16 +++++------ src/ConanServerManager/Config.settings | 16 +++++------ src/ConanServerManager/Lib/Model/ModDetail.cs | 2 +- src/ConanServerManager/Lib/ServerApp.cs | 8 +++--- src/ConanServerManager/VersionFeed.xml | 7 ++--- src/ConanServerManager/VersionFeedBeta.xml | 27 +++++++++++++++++-- src/Plugin.Discord/Config.Designer.cs | 6 ++--- src/Plugin.Discord/Config.settings | 4 +-- src/Plugin.Discord/app.config | 4 +-- .../CommonConfig.Designer.cs | 4 +-- .../CommonConfig.settings | 2 +- .../Model/WorkshopFileItem.cs | 2 +- src/ServerManager.Common/app.config | 2 +- 23 files changed, 134 insertions(+), 101 deletions(-) diff --git a/src/ARKServerManager/App.config b/src/ARKServerManager/App.config index a43b19d2..72e98e97 100644 --- a/src/ARKServerManager/App.config +++ b/src/ARKServerManager/App.config @@ -86,9 +86,6 @@ *.profile,*.ini - - http://whatismyip.akamai.com/ - Logs @@ -105,7 +102,7 @@ ShooterGame\Saved\SavedArks - http://arkservermanager.freeforums.net/thread/1194/faq-frequently-asked + https://arkservermanager.freeforums.net/thread/1194/faq-frequently-asked https://survivetheark.com/index.php?/forums/forum/5-changelog-patch-notes/ @@ -114,10 +111,10 @@ https://survivetheark.com/index.php?/forums/forum/9-changelog-patch-notes/ - http://store.steampowered.com/app/346110/ + https://store.steampowered.com/app/346110/ - http://store.steampowered.com/app/407530/ + https://store.steampowered.com/app/407530/ LastUpdatedASM.txt @@ -192,10 +189,10 @@ https://raw.githubusercontent.com/Bletch1971/ServerManagers/master/ASM/latest.zip - http://arkservermanager.freeforums.net/thread/5193/downloads + https://arkservermanager.freeforums.net/thread/5193/downloads - http://arkservermanager.freeforums.net/board/11/beta-testers + https://arkservermanager.freeforums.net/board/11/beta-testers PlayersJoinNoCheckList.txt @@ -231,7 +228,7 @@ https://steamcommunity.com/dev/apikey - http://arkservermanager.freeforums.net/thread/3024/get-own-steam-web-api + https://arkservermanager.freeforums.net/thread/3024/get-own-steam-web-api .asmbak @@ -240,7 +237,7 @@ 5 - http://arkservermanager.freeforums.net/board/22/plugins + https://arkservermanager.freeforums.net/board/22/plugins .arkprofile @@ -330,7 +327,7 @@ ArkServerManager - http://arkservermanager.freeforums.net/board/25/game-data + https://arkservermanager.freeforums.net/board/25/game-data 5000 @@ -357,7 +354,7 @@ 10 - http://servermanagers.azurewebsites.net/api/server/call/{0}/{1}/ + https://servermanagers.azurewebsites.net/api/server/call/{0}/{1}/ 12 diff --git a/src/ARKServerManager/Config.Designer.cs b/src/ARKServerManager/Config.Designer.cs index 1b59df29..14ad23b3 100644 --- a/src/ARKServerManager/Config.Designer.cs +++ b/src/ARKServerManager/Config.Designer.cs @@ -248,15 +248,6 @@ namespace ServerManagerTool { } } - [global::System.Configuration.ApplicationScopedSettingAttribute()] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("http://whatismyip.akamai.com/")] - public string PublicIPCheckUrl { - get { - return ((string)(this["PublicIPCheckUrl"])); - } - } - [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("True")] @@ -365,7 +356,7 @@ namespace ServerManagerTool { [global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("http://arkservermanager.freeforums.net/thread/1194/faq-frequently-asked")] + [global::System.Configuration.DefaultSettingValueAttribute("https://arkservermanager.freeforums.net/thread/1194/faq-frequently-asked")] public string HelpUrl { get { return ((string)(this["HelpUrl"])); @@ -596,7 +587,7 @@ namespace ServerManagerTool { [global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("http://store.steampowered.com/app/346110/")] + [global::System.Configuration.DefaultSettingValueAttribute("https://store.steampowered.com/app/346110/")] public string AppUrl { get { return ((string)(this["AppUrl"])); @@ -605,7 +596,7 @@ namespace ServerManagerTool { [global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("http://store.steampowered.com/app/407530/")] + [global::System.Configuration.DefaultSettingValueAttribute("https://store.steampowered.com/app/407530/")] public string AppUrl_SotF { get { return ((string)(this["AppUrl_SotF"])); @@ -1231,7 +1222,7 @@ namespace ServerManagerTool { [global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("http://arkservermanager.freeforums.net/thread/5193/downloads")] + [global::System.Configuration.DefaultSettingValueAttribute("https://arkservermanager.freeforums.net/thread/5193/downloads")] public string LatestASMPatchNotesUrl { get { return ((string)(this["LatestASMPatchNotesUrl"])); @@ -1240,7 +1231,7 @@ namespace ServerManagerTool { [global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("http://arkservermanager.freeforums.net/board/11/beta-testers")] + [global::System.Configuration.DefaultSettingValueAttribute("https://arkservermanager.freeforums.net/board/11/beta-testers")] public string LatestASMBetaPatchNotesUrl { get { return ((string)(this["LatestASMBetaPatchNotesUrl"])); @@ -1541,7 +1532,7 @@ namespace ServerManagerTool { [global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("http://arkservermanager.freeforums.net/thread/3024/get-own-steam-web-api")] + [global::System.Configuration.DefaultSettingValueAttribute("https://arkservermanager.freeforums.net/thread/3024/get-own-steam-web-api")] public string SteamWebAPIKeyHelpUrl { get { return ((string)(this["SteamWebAPIKeyHelpUrl"])); @@ -1772,7 +1763,7 @@ namespace ServerManagerTool { [global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("http://arkservermanager.freeforums.net/board/22/plugins")] + [global::System.Configuration.DefaultSettingValueAttribute("https://arkservermanager.freeforums.net/board/22/plugins")] public string ServerManagerPluginUrl { get { return ((string)(this["ServerManagerPluginUrl"])); @@ -2287,7 +2278,7 @@ namespace ServerManagerTool { [global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("http://arkservermanager.freeforums.net/board/25/game-data")] + [global::System.Configuration.DefaultSettingValueAttribute("https://arkservermanager.freeforums.net/board/25/game-data")] public string GameDataUrl { get { return ((string)(this["GameDataUrl"])); @@ -3051,7 +3042,7 @@ namespace ServerManagerTool { [global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("http://servermanagers.azurewebsites.net/api/server/call/{0}/{1}/")] + [global::System.Configuration.DefaultSettingValueAttribute("https://servermanagers.azurewebsites.net/api/server/call/{0}/{1}/")] public string ServerCallUrlFormat { get { return ((string)(this["ServerCallUrlFormat"])); diff --git a/src/ARKServerManager/Config.settings b/src/ARKServerManager/Config.settings index 5ec4aaa1..9d75724e 100644 --- a/src/ARKServerManager/Config.settings +++ b/src/ARKServerManager/Config.settings @@ -74,9 +74,6 @@ - - http://whatismyip.akamai.com/ - True @@ -108,7 +105,7 @@ - http://arkservermanager.freeforums.net/thread/1194/faq-frequently-asked + https://arkservermanager.freeforums.net/thread/1194/faq-frequently-asked @@ -168,10 +165,10 @@ https://survivetheark.com/index.php?/forums/forum/9-changelog-patch-notes/ - http://store.steampowered.com/app/346110/ + https://store.steampowered.com/app/346110/ - http://store.steampowered.com/app/407530/ + https://store.steampowered.com/app/407530/ True @@ -345,10 +342,10 @@ https://raw.githubusercontent.com/Bletch1971/ServerManagers/master/ASM/latest.zip - http://arkservermanager.freeforums.net/thread/5193/downloads + https://arkservermanager.freeforums.net/thread/5193/downloads - http://arkservermanager.freeforums.net/board/11/beta-testers + https://arkservermanager.freeforums.net/board/11/beta-testers PlayersJoinNoCheckList.txt @@ -432,7 +429,7 @@ False - http://arkservermanager.freeforums.net/thread/3024/get-own-steam-web-api + https://arkservermanager.freeforums.net/thread/3024/get-own-steam-web-api True @@ -492,7 +489,7 @@ Mod updates have been detected: - http://arkservermanager.freeforums.net/board/22/plugins + https://arkservermanager.freeforums.net/board/22/plugins .arkprofile @@ -642,7 +639,7 @@ False - http://arkservermanager.freeforums.net/board/25/game-data + https://arkservermanager.freeforums.net/board/25/game-data 1100 @@ -840,7 +837,7 @@ 30 - http://servermanagers.azurewebsites.net/api/server/call/{0}/{1}/ + https://servermanagers.azurewebsites.net/api/server/call/{0}/{1}/ 12 diff --git a/src/ARKServerManager/ErrorHandling.cs b/src/ARKServerManager/ErrorHandling.cs index cddacea6..5e8f78d1 100644 --- a/src/ARKServerManager/ErrorHandling.cs +++ b/src/ARKServerManager/ErrorHandling.cs @@ -30,7 +30,7 @@ namespace ServerManagerTool { var details = new StringBuilder(); details.AppendLine("ARK Server Manager Crash Report"); - details.AppendLine("Please report this crash to the Ark Server Manager forums - http://arkservermanager.freeforums.net"); + details.AppendLine("Please report this crash to the Ark Server Manager forums - https://arkservermanager.freeforums.net"); details.AppendLine(); details.AppendLine($"Assembly: {Assembly.GetExecutingAssembly()}"); @@ -64,7 +64,7 @@ namespace ServerManagerTool message.AppendLine($"Crash Dump: {crashFile}"); details.AppendLine(); details.AppendLine(); - message.AppendLine("Please report this crash to the Ark Server Manager forums - http://arkservermanager.freeforums.net"); + message.AppendLine("Please report this crash to the Ark Server Manager forums - https://arkservermanager.freeforums.net"); message.AppendLine("The crash log will now be opened in notepad."); var result = MessageBox.Show(message.ToString(), "ARK Server Manager crashed", MessageBoxButton.OK, MessageBoxImage.Exclamation); diff --git a/src/ARKServerManager/Globalization/ru-RU/ru-RU.xaml b/src/ARKServerManager/Globalization/ru-RU/ru-RU.xaml index 6b275b88..4c22a48e 100644 --- a/src/ARKServerManager/Globalization/ru-RU/ru-RU.xaml +++ b/src/ARKServerManager/Globalization/ru-RU/ru-RU.xaml @@ -1174,7 +1174,7 @@ Время простоя игроков до кика с сервера. секунд Использовать URL-адрес бан-листа - Если включен, то будет использоваться URL-адрес, со списком забаненных. По умолчанию http://playark.com/banlist.txt + Если включен, то будет использоваться URL-адрес, со списком забаненных. По умолчанию http://arkdedicated.com/banlist.txt Чтобы использовать, введите URL-адрес с бан-листом. Сбросьте настройки Бан листа по умолчанию. Отключить ValveAntiCheat систему (VAC) diff --git a/src/ARKServerManager/Lib/Model/PublishedFileDetail.cs b/src/ARKServerManager/Lib/Model/PublishedFileDetail.cs index 7acdc329..c0d3de4c 100644 --- a/src/ARKServerManager/Lib/Model/PublishedFileDetail.cs +++ b/src/ARKServerManager/Lib/Model/PublishedFileDetail.cs @@ -321,7 +321,7 @@ namespace ServerManagerTool.Lib.Model public string MapName { get; set; } - public string ModUrl => $"http://steamcommunity.com/sharedfiles/filedetails/?id={ModId}"; + public string ModUrl => $"https://steamcommunity.com/sharedfiles/filedetails/?id={ModId}"; public string TimeUpdatedString => TimeUpdated <= 0 ? string.Empty : ModUtils.UnixTimeStampToDateTime(TimeUpdated).ToString(); diff --git a/src/ARKServerManager/Lib/ServerApp.cs b/src/ARKServerManager/Lib/ServerApp.cs index afdc1fd0..b4206b50 100644 --- a/src/ARKServerManager/Lib/ServerApp.cs +++ b/src/ARKServerManager/Lib/ServerApp.cs @@ -1428,11 +1428,11 @@ namespace ServerManagerTool.Lib var modLastUpdated = ModUtils.GetModLatestTime(ModUtils.GetLatestModTimeFile(_profile.InstallDirectory, modId)); LogProfileMessage($"Mod {modId} version: {modLastUpdated}."); - LogProfileMessage($"Workshop page: http://steamcommunity.com/sharedfiles/filedetails/?id={modId}"); - LogProfileMessage($"Change notes: http://steamcommunity.com/sharedfiles/filedetails/changelog/{modId}"); + LogProfileMessage($"Workshop page: https://steamcommunity.com/sharedfiles/filedetails/?id={modId}"); + LogProfileMessage($"Change notes: https://steamcommunity.com/sharedfiles/filedetails/changelog/{modId}"); - emailMessage.AppendLine($"Workshop page: http://steamcommunity.com/sharedfiles/filedetails/?id={modId}"); - emailMessage.AppendLine($"Change notes: http://steamcommunity.com/sharedfiles/filedetails/changelog/{modId}"); + emailMessage.AppendLine($"Workshop page: https://steamcommunity.com/sharedfiles/filedetails/?id={modId}"); + emailMessage.AppendLine($"Change notes: https://steamcommunity.com/sharedfiles/filedetails/changelog/{modId}"); LogProfileMessage($"Finished mod {modId} update from cache."); } diff --git a/src/ARKServerManager/VersionFeed.xml b/src/ARKServerManager/VersionFeed.xml index 90d99226..d1ecbfc2 100644 --- a/src/ARKServerManager/VersionFeed.xml +++ b/src/ARKServerManager/VersionFeed.xml @@ -4,15 +4,15 @@ urn:uuid:ED89B8FA-0E0B-46CC-A90B-595E69AE9A7E Ark Server Manager Version Feed This is the Ark Server Manager release version feed. - + 2022-07-11T00:00:00Z urn:uuid:7E95E486-1977-42F0-9AD6-8DB89A81A877 - 1.1.435 (1.1.435.4) + 1.1.435 (1.1.435.5) 1.1.435.4 - 2022-07-11T00:00:00Z + 2022-07-12T00:00:00Z

@@ -32,6 +32,7 @@

  • Added config settings to allow multiple CPUs to be read when setting the CPU Affinity.
  • +
  • Updated all URL links to use https.
  • fr-FR Translation file updated.
  • zh-CN Translation file updated.
diff --git a/src/ARKServerManager/VersionFeedBeta.xml b/src/ARKServerManager/VersionFeedBeta.xml index 1108369b..aea4c375 100644 --- a/src/ARKServerManager/VersionFeedBeta.xml +++ b/src/ARKServerManager/VersionFeedBeta.xml @@ -4,8 +4,31 @@ urn:uuid:ED89B8FA-0E0B-46CC-A90B-595E69AE9A7E Ark Server Manager Version Feed This is the Ark Server Manager beta version feed. - - 2022-07-11T00:00:00Z + + 2022-07-12T00:00:00Z + + + urn:uuid:7E95E486-1977-42F0-9AD6-8DB89A81A877 + 1.1.435 (1.1.435.5) + 1.1.435.4 + + 2022-07-12T00:00:00Z + +
+

+ CHANGE +
+

    +
  • Updated all URL links to use https.
  • +
+

+
+
+ + bletch + bletch1971@hotmail.com + +
urn:uuid:7E95E486-1977-42F0-9AD6-8DB89A81A877 diff --git a/src/ConanServerManager/App.config b/src/ConanServerManager/App.config index e116b329..2b762ccb 100644 --- a/src/ConanServerManager/App.config +++ b/src/ConanServerManager/App.config @@ -69,13 +69,13 @@ ConanSandbox\Saved - http://servermanagers.freeforums.net/thread/43/faq-frequently-asked + https://servermanagers.freeforums.net/thread/43/faq-frequently-asked https://forums.funcom.com/c/conan-exiles/Patch-Notes - http://store.steampowered.com/app/440900/ + https://store.steampowered.com/app/440900/ LastUpdatedSM.txt @@ -126,10 +126,10 @@ https://raw.githubusercontent.com/Bletch1971/ServerManagers/master/CSM/latest.zip - http://servermanagers.freeforums.net/thread/36/downloads + https://servermanagers.freeforums.net/thread/36/downloads - http://servermanagers.freeforums.net/board/44/beta-testers + https://servermanagers.freeforums.net/board/44/beta-testers blacklist.txt @@ -147,7 +147,7 @@ Game.ini - http://servermanagers.freeforums.net/thread/40/get-own-steam-web-api + https://servermanagers.freeforums.net/thread/40/get-own-steam-web-api .smbak @@ -156,10 +156,10 @@ 5 - http://servermanagers.freeforums.net/board/36/plugins + https://servermanagers.freeforums.net/board/36/plugins - http://servermanagers.freeforums.net/ + https://servermanagers.freeforums.net/ Globalization\en-US\en-US.xaml @@ -273,7 +273,7 @@ 10 - http://servermanagers.azurewebsites.net/api/server/call/{0}/{1}/ + https://servermanagers.azurewebsites.net/api/server/call/{0}/{1}/ 12 diff --git a/src/ConanServerManager/Config.Designer.cs b/src/ConanServerManager/Config.Designer.cs index d7a1b810..05602b89 100644 --- a/src/ConanServerManager/Config.Designer.cs +++ b/src/ConanServerManager/Config.Designer.cs @@ -221,7 +221,7 @@ namespace ServerManagerTool { [global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("http://servermanagers.freeforums.net/thread/43/faq-frequently-asked")] + [global::System.Configuration.DefaultSettingValueAttribute("https://servermanagers.freeforums.net/thread/43/faq-frequently-asked")] public string HelpUrl { get { return ((string)(this["HelpUrl"])); @@ -275,7 +275,7 @@ namespace ServerManagerTool { [global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("http://store.steampowered.com/app/440900/")] + [global::System.Configuration.DefaultSettingValueAttribute("https://store.steampowered.com/app/440900/")] public string AppUrl { get { return ((string)(this["AppUrl"])); @@ -805,7 +805,7 @@ namespace ServerManagerTool { [global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("http://servermanagers.freeforums.net/thread/36/downloads")] + [global::System.Configuration.DefaultSettingValueAttribute("https://servermanagers.freeforums.net/thread/36/downloads")] public string LatestServerManagerPatchNotesUrl { get { return ((string)(this["LatestServerManagerPatchNotesUrl"])); @@ -814,7 +814,7 @@ namespace ServerManagerTool { [global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("http://servermanagers.freeforums.net/board/44/beta-testers")] + [global::System.Configuration.DefaultSettingValueAttribute("https://servermanagers.freeforums.net/board/44/beta-testers")] public string LatestServerManagerBetaPatchNotesUrl { get { return ((string)(this["LatestServerManagerBetaPatchNotesUrl"])); @@ -1013,7 +1013,7 @@ namespace ServerManagerTool { [global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("http://servermanagers.freeforums.net/thread/40/get-own-steam-web-api")] + [global::System.Configuration.DefaultSettingValueAttribute("https://servermanagers.freeforums.net/thread/40/get-own-steam-web-api")] public string SteamWebAPIKeyHelpUrl { get { return ((string)(this["SteamWebAPIKeyHelpUrl"])); @@ -1208,7 +1208,7 @@ namespace ServerManagerTool { [global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("http://servermanagers.freeforums.net/board/36/plugins")] + [global::System.Configuration.DefaultSettingValueAttribute("https://servermanagers.freeforums.net/board/36/plugins")] public string ServerManagerPluginUrl { get { return ((string)(this["ServerManagerPluginUrl"])); @@ -1217,7 +1217,7 @@ namespace ServerManagerTool { [global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("http://servermanagers.freeforums.net/")] + [global::System.Configuration.DefaultSettingValueAttribute("https://servermanagers.freeforums.net/")] public string ServerManagerForumUrl { get { return ((string)(this["ServerManagerForumUrl"])); @@ -2234,7 +2234,7 @@ namespace ServerManagerTool { [global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("http://servermanagers.azurewebsites.net/api/server/call/{0}/{1}/")] + [global::System.Configuration.DefaultSettingValueAttribute("https://servermanagers.azurewebsites.net/api/server/call/{0}/{1}/")] public string ServerCallUrlFormat { get { return ((string)(this["ServerCallUrlFormat"])); diff --git a/src/ConanServerManager/Config.settings b/src/ConanServerManager/Config.settings index ad4d3960..cfdad492 100644 --- a/src/ConanServerManager/Config.settings +++ b/src/ConanServerManager/Config.settings @@ -63,7 +63,7 @@ True - http://servermanagers.freeforums.net/thread/43/faq-frequently-asked + https://servermanagers.freeforums.net/thread/43/faq-frequently-asked en-US @@ -78,7 +78,7 @@ https://forums.funcom.com/c/conan-exiles/Patch-Notes - http://store.steampowered.com/app/440900/ + https://store.steampowered.com/app/440900/ True @@ -222,10 +222,10 @@ https://raw.githubusercontent.com/Bletch1971/ServerManagers/master/CSM/latest.zip - http://servermanagers.freeforums.net/thread/36/downloads + https://servermanagers.freeforums.net/thread/36/downloads - http://servermanagers.freeforums.net/board/44/beta-testers + https://servermanagers.freeforums.net/board/44/beta-testers blacklist.txt @@ -279,7 +279,7 @@ False - http://servermanagers.freeforums.net/thread/40/get-own-steam-web-api + https://servermanagers.freeforums.net/thread/40/get-own-steam-web-api True @@ -330,10 +330,10 @@ Mod updates have been detected: - http://servermanagers.freeforums.net/board/36/plugins + https://servermanagers.freeforums.net/board/36/plugins - http://servermanagers.freeforums.net/ + https://servermanagers.freeforums.net/ Globalization\en-US\en-US.xaml @@ -615,7 +615,7 @@ 30 - http://servermanagers.azurewebsites.net/api/server/call/{0}/{1}/ + https://servermanagers.azurewebsites.net/api/server/call/{0}/{1}/ 12 diff --git a/src/ConanServerManager/Lib/Model/ModDetail.cs b/src/ConanServerManager/Lib/Model/ModDetail.cs index f66e09ee..33867075 100644 --- a/src/ConanServerManager/Lib/Model/ModDetail.cs +++ b/src/ConanServerManager/Lib/Model/ModDetail.cs @@ -115,7 +115,7 @@ namespace ServerManagerTool.Lib public string MapName { get; set; } - public string ModUrl => $"http://steamcommunity.com/sharedfiles/filedetails/?id={ModId}"; + public string ModUrl => $"https://steamcommunity.com/sharedfiles/filedetails/?id={ModId}"; public string TimeUpdatedString => TimeUpdated <= 0 ? string.Empty : DateTimeUtils.UnixTimeStampToDateTime(TimeUpdated).ToString(); diff --git a/src/ConanServerManager/Lib/ServerApp.cs b/src/ConanServerManager/Lib/ServerApp.cs index e889444c..d445215a 100644 --- a/src/ConanServerManager/Lib/ServerApp.cs +++ b/src/ConanServerManager/Lib/ServerApp.cs @@ -1375,11 +1375,11 @@ namespace ServerManagerTool.Lib var modLastUpdated = ModUtils.GetModLatestTime(ModUtils.GetLatestModTimeFile(_profile.InstallDirectory, modId)); LogProfileMessage($"Mod {modId} version: {modLastUpdated}."); - LogProfileMessage($"Workshop page: http://steamcommunity.com/sharedfiles/filedetails/?id={modId}"); - LogProfileMessage($"Change notes: http://steamcommunity.com/sharedfiles/filedetails/changelog/{modId}"); + LogProfileMessage($"Workshop page: https://steamcommunity.com/sharedfiles/filedetails/?id={modId}"); + LogProfileMessage($"Change notes: https://steamcommunity.com/sharedfiles/filedetails/changelog/{modId}"); - emailMessage.AppendLine($"Workshop page: http://steamcommunity.com/sharedfiles/filedetails/?id={modId}"); - emailMessage.AppendLine($"Change notes: http://steamcommunity.com/sharedfiles/filedetails/changelog/{modId}"); + emailMessage.AppendLine($"Workshop page: https://steamcommunity.com/sharedfiles/filedetails/?id={modId}"); + emailMessage.AppendLine($"Change notes: https://steamcommunity.com/sharedfiles/filedetails/changelog/{modId}"); LogProfileMessage($"Finished mod {modId} update from cache."); } diff --git a/src/ConanServerManager/VersionFeed.xml b/src/ConanServerManager/VersionFeed.xml index c097b2e0..7d989c86 100644 --- a/src/ConanServerManager/VersionFeed.xml +++ b/src/ConanServerManager/VersionFeed.xml @@ -4,15 +4,15 @@ urn:uuid:9EF03FB7-4958-4B39-808A-12B8E4008510 Conan Server Manager Version Feed This is the Conan Server Manager release version feed. - + 2022-07-08T00:00:00Z urn:uuid:CDD1853D-66EA-4649-AD24-E491D64C853E - 1.1.78 (1.1.78.1) + 1.1.78 (1.1.78.2) 1.1.78.1 - 2022-07-08T00:00:00Z + 2022-07-12T00:00:00Z

@@ -20,6 +20,7 @@

  • Added config settings to allow multiple CPUs to be read when setting the CPU Affinity.
  • +
  • Updated all URL links to use https.

diff --git a/src/ConanServerManager/VersionFeedBeta.xml b/src/ConanServerManager/VersionFeedBeta.xml index 709ca041..8ed55e6d 100644 --- a/src/ConanServerManager/VersionFeedBeta.xml +++ b/src/ConanServerManager/VersionFeedBeta.xml @@ -4,8 +4,31 @@ urn:uuid:F9268CD1-3230-46A7-BD1D-023A2620A33B Conan Server Manager Version Feed This is the Conan Server Manager beta version feed. - - 2022-07-08T00:00:00Z + + 2022-07-12T00:00:00Z + + + urn:uuid:CDD1853D-66EA-4649-AD24-E491D64C853E + 1.1.78 (1.1.78.2) + 1.1.78.1 + + 2022-07-12T00:00:00Z + +
+

+ CHANGE +
+

    +
  • Updated all URL links to use https.
  • +
+

+
+
+ + bletch + bletch1971@hotmail.com + +
urn:uuid:CDD1853D-66EA-4649-AD24-E491D64C853E diff --git a/src/Plugin.Discord/Config.Designer.cs b/src/Plugin.Discord/Config.Designer.cs index c8f3e102..581ab91d 100644 --- a/src/Plugin.Discord/Config.Designer.cs +++ b/src/Plugin.Discord/Config.Designer.cs @@ -12,7 +12,7 @@ namespace ServerManagerTool.Plugin.Discord { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.0.3.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.2.0.0")] internal sealed partial class Config : global::System.Configuration.ApplicationSettingsBase { private static Config defaultInstance = ((Config)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Config()))); @@ -25,7 +25,7 @@ namespace ServerManagerTool.Plugin.Discord { [global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("http://servermanagers.azurewebsites.net/api/plugin/call/{0}/{1}/")] + [global::System.Configuration.DefaultSettingValueAttribute("https://servermanagers.azurewebsites.net/api/plugin/call/{0}/{1}/")] public string PluginCallUrlFormat { get { return ((string)(this["PluginCallUrlFormat"])); @@ -157,7 +157,7 @@ namespace ServerManagerTool.Plugin.Discord { [global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("http://whatismyip.akamai.com/")] + [global::System.Configuration.DefaultSettingValueAttribute("https://whatismyip.akamai.com/")] public string PublicIPCheckUrl2 { get { return ((string)(this["PublicIPCheckUrl2"])); diff --git a/src/Plugin.Discord/Config.settings b/src/Plugin.Discord/Config.settings index 6d9cda9d..048e53a0 100644 --- a/src/Plugin.Discord/Config.settings +++ b/src/Plugin.Discord/Config.settings @@ -3,7 +3,7 @@ - http://servermanagers.azurewebsites.net/api/plugin/call/{0}/{1}/ + https://servermanagers.azurewebsites.net/api/plugin/call/{0}/{1}/ 12 @@ -45,7 +45,7 @@ https://api.ipify.org - http://whatismyip.akamai.com/ + https://whatismyip.akamai.com/ \ No newline at end of file diff --git a/src/Plugin.Discord/app.config b/src/Plugin.Discord/app.config index 0f7fa26f..e0f04dc6 100644 --- a/src/Plugin.Discord/app.config +++ b/src/Plugin.Discord/app.config @@ -8,7 +8,7 @@ - http://servermanagers.azurewebsites.net/api/plugin/call/{0}/{1}/ + https://servermanagers.azurewebsites.net/api/plugin/call/{0}/{1}/ 12 @@ -50,7 +50,7 @@ https://api.ipify.org - http://whatismyip.akamai.com/ + https://whatismyip.akamai.com/ diff --git a/src/ServerManager.Common/CommonConfig.Designer.cs b/src/ServerManager.Common/CommonConfig.Designer.cs index 590d4991..e63dfc62 100644 --- a/src/ServerManager.Common/CommonConfig.Designer.cs +++ b/src/ServerManager.Common/CommonConfig.Designer.cs @@ -12,7 +12,7 @@ namespace ServerManagerTool.Common { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.0.3.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.2.0.0")] public sealed partial class CommonConfig : global::System.Configuration.ApplicationSettingsBase { private static CommonConfig defaultInstance = ((CommonConfig)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new CommonConfig()))); @@ -163,7 +163,7 @@ namespace ServerManagerTool.Common { [global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("http://whatismyip.akamai.com/")] + [global::System.Configuration.DefaultSettingValueAttribute("https://whatismyip.akamai.com/")] public string PublicIPCheckUrl2 { get { return ((string)(this["PublicIPCheckUrl2"])); diff --git a/src/ServerManager.Common/CommonConfig.settings b/src/ServerManager.Common/CommonConfig.settings index 290ed90c..7f38118f 100644 --- a/src/ServerManager.Common/CommonConfig.settings +++ b/src/ServerManager.Common/CommonConfig.settings @@ -45,7 +45,7 @@ https://api.ipify.org
- http://whatismyip.akamai.com/ + https://whatismyip.akamai.com/ \ No newline at end of file diff --git a/src/ServerManager.Common/Model/WorkshopFileItem.cs b/src/ServerManager.Common/Model/WorkshopFileItem.cs index 8d67e01d..fe664eac 100644 --- a/src/ServerManager.Common/Model/WorkshopFileItem.cs +++ b/src/ServerManager.Common/Model/WorkshopFileItem.cs @@ -75,7 +75,7 @@ namespace ServerManagerTool.Common.Model private set; } - public string WorkshopUrl => $"http://steamcommunity.com/sharedfiles/filedetails/?id={WorkshopId}"; + public string WorkshopUrl => $"https://steamcommunity.com/sharedfiles/filedetails/?id={WorkshopId}"; public static WorkshopFileItem GetItem(WorkshopFileDetail item) { diff --git a/src/ServerManager.Common/app.config b/src/ServerManager.Common/app.config index 2160090b..177c202e 100644 --- a/src/ServerManager.Common/app.config +++ b/src/ServerManager.Common/app.config @@ -41,7 +41,7 @@ https://api.ipify.org - http://whatismyip.akamai.com/ + https://whatismyip.akamai.com/