diff --git a/QueryMaster/QueryMaster/MasterServer.cs b/QueryMaster/QueryMaster/MasterServer.cs index b39d707..72fa5e1 100644 --- a/QueryMaster/QueryMaster/MasterServer.cs +++ b/QueryMaster/QueryMaster/MasterServer.cs @@ -26,7 +26,7 @@ public MasterServer() /// Limit GetAddresses to stop requesting more servers once this number is reached or exceeded. /// The steam master server throttles communication with clients to 30 UDP packets per minute. /// As a result, trying to get more servers than can fit in those packets will only cause timeouts. - /// This throtteling happens per client machine. Once reached, Steam won't answer any further + /// This throttling happens per client machine. Once reached, Steam won't answer any further /// queries from that machine for the next minute. /// In a single UDP packet of 1392 bytes the master server will return 231 IP addresses, which /// results in an absolute maximum of 6930 servers to be retrieved (if no other requests happened in the same minute). diff --git a/ServerBrowser/Properties/licenses.licx b/ServerBrowser/Properties/licenses.licx index 20d9770..e69de29 100644 --- a/ServerBrowser/Properties/licenses.licx +++ b/ServerBrowser/Properties/licenses.licx @@ -1,8 +0,0 @@ -DevExpress.XtraEditors.Repository.RepositoryItemComboBox, DevExpress.XtraEditors.v23.2, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a -DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit, DevExpress.XtraEditors.v23.2, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a -DevExpress.XtraEditors.ComboBoxEdit, DevExpress.XtraEditors.v23.2, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a -DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox, DevExpress.XtraEditors.v23.2, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a -DevExpress.XtraEditors.ButtonEdit, DevExpress.XtraEditors.v23.2, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a -DevExpress.XtraGrid.GridControl, DevExpress.XtraGrid.v23.2, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a -DevExpress.XtraBars.Docking.DockManager, DevExpress.XtraBars.v23.2, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a -DevExpress.XtraEditors.CheckEdit, DevExpress.XtraEditors.v23.2, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a diff --git a/ServerBrowser/ServerBrowser.csproj b/ServerBrowser/ServerBrowser.csproj index 9fc025f..b4311ad 100644 --- a/ServerBrowser/ServerBrowser.csproj +++ b/ServerBrowser/ServerBrowser.csproj @@ -86,58 +86,58 @@ app.manifest - + False True - + False True - + False True - + False True - + False True - + False True - + False True - + False True - + False True - + False True - + False True - + False True - - - - + + + + diff --git a/ServerBrowser/ServerBrowserForm.Designer.cs b/ServerBrowser/ServerBrowserForm.Designer.cs index b68ed5a..82d842f 100644 --- a/ServerBrowser/ServerBrowserForm.Designer.cs +++ b/ServerBrowser/ServerBrowserForm.Designer.cs @@ -2609,7 +2609,7 @@ private void InitializeComponent() this.txtFilterInfoClient.Size = new System.Drawing.Size(270, 39); this.txtFilterInfoClient.TabIndex = 19; this.txtFilterInfoClient.Text = "These are client-side filters, applied by your Browser.\r\nThey will further filter" + - " down the received server list\r\nand are not restricted by any throtteling.\r\n"; + " down the received server list\r\nand are not restricted by any throttling.\r\n"; // // comboMinPlayers // diff --git a/ServerBrowser/ServerBrowserForm.cs b/ServerBrowser/ServerBrowserForm.cs index 8fab244..6a3cee9 100644 --- a/ServerBrowser/ServerBrowserForm.cs +++ b/ServerBrowser/ServerBrowserForm.cs @@ -33,7 +33,7 @@ namespace ServerBrowser { public partial class ServerBrowserForm : XtraForm { - private const string Version = "2.66"; + private const string Version = "2.67"; private const string DevExpressVersion = "v23.2"; private const string OldSteamWebApiText = ""; private const string CustomDetailColumnPrefix = "ServerInfo."; diff --git a/ServerBrowser/ServerBrowserForm.resx b/ServerBrowser/ServerBrowserForm.resx index 762d264..81b6c69 100644 --- a/ServerBrowser/ServerBrowserForm.resx +++ b/ServerBrowser/ServerBrowserForm.resx @@ -126,7 +126,7 @@ 130, 54 - + AAEAAAD/////AQAAAAAAAAAMAgAAAFpEZXZFeHByZXNzLlV0aWxzLnYyMy4yLCBWZXJzaW9uPTIzLjIu diff --git a/changelog.md b/changelog.md index e68c5eb..bd0af83 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,8 @@ +2.67 +--- +- fixed typo in "throtteling" +- using same compiled (and digitally signed) .exe for GitHub and Steam Workshop + 2.61 --- - fixed support for A2S_INFO responses with a challenge