Skip to content

Commit f769d2a

Browse files
committed
Fixed SingleBoostr for newest version of Steam. Updated HourBoostr packages.
1 parent 673648e commit f769d2a

294 files changed

Lines changed: 86446 additions & 75359 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

HourBoostr/.vs/HourBoostr/v14/.suo

-1.5 KB
Binary file not shown.

HourBoostr/.vs/HourBoostr/v15/.suo

61.5 KB
Binary file not shown.

HourBoostr/.vs/HourBoostr/v15/Server/sqlite3/db.lock

Whitespace-only changes.
1.06 MB
Binary file not shown.

HourBoostr/HourBoostr/App.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<?xml version="1.0" encoding="utf-8" ?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<startup>
4-
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.1"/>
55
</startup>
6-
</configuration>
6+
</configuration>

HourBoostr/HourBoostr/Bot.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ public Bot(Config.AccountSettings info)
200200
Connect();
201201
}
202202

203-
204203
/// <summary>
205204
/// Connect to Steam
206205
/// </summary>
@@ -275,13 +274,6 @@ private void BackgroundWorkerOnRunWorkerCompleted(object sender, RunWorkerComple
275274
/// <param name="callback">SteamClient.ConnectedCallback</param>
276275
private void OnConnected(SteamClient.ConnectedCallback callback)
277276
{
278-
if (callback.Result != EResult.OK)
279-
{
280-
mLog.Write(Log.LogLevel.Warn, $"OnConnected error: {callback.Result}");
281-
mIsRunning = false;
282-
return;
283-
}
284-
285277
/*Set sentry hash*/
286278
byte[] sentryHash = null;
287279
if (File.Exists(mSteam.sentryPath))

HourBoostr/HourBoostr/Config.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ public class Settings
1717
public bool CheckForUpdates { get; set; } = true;
1818

1919

20+
/// <summary>
21+
/// If we should hide application to tray
22+
/// </summary>
23+
public bool HideToTray { get; set; } = true;
24+
25+
2026
/// <summary>
2127
/// List of accounts
2228
/// </summary>

HourBoostr/HourBoostr/HourBoostr.csproj

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>HourBoostr</RootNamespace>
1111
<AssemblyName>HourBoostr</AssemblyName>
12-
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
15+
<TargetFrameworkProfile />
1516
</PropertyGroup>
1617
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1718
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -22,6 +23,7 @@
2223
<DefineConstants>DEBUG;TRACE</DefineConstants>
2324
<ErrorReport>prompt</ErrorReport>
2425
<WarningLevel>4</WarningLevel>
26+
<Prefer32Bit>false</Prefer32Bit>
2527
</PropertyGroup>
2628
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2729
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -31,24 +33,34 @@
3133
<DefineConstants>TRACE</DefineConstants>
3234
<ErrorReport>prompt</ErrorReport>
3335
<WarningLevel>4</WarningLevel>
36+
<Prefer32Bit>false</Prefer32Bit>
3437
</PropertyGroup>
3538
<PropertyGroup>
3639
<ApplicationIcon>icon.ico</ApplicationIcon>
3740
</PropertyGroup>
3841
<ItemGroup>
42+
<Reference Include="Microsoft.Win32.Registry, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
43+
<HintPath>..\packages\Microsoft.Win32.Registry.4.4.0\lib\net461\Microsoft.Win32.Registry.dll</HintPath>
44+
</Reference>
3945
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
4046
<HintPath>..\packages\Newtonsoft.Json.10.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
41-
</Reference>
42-
<Reference Include="protobuf-net, Version=2.0.0.668, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL">
43-
<HintPath>..\packages\protobuf-net.2.0.0.668\lib\net40\protobuf-net.dll</HintPath>
4447
<Private>True</Private>
4548
</Reference>
46-
<Reference Include="SteamKit2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=ed3ce47ed5aad940, processorArchitecture=MSIL">
47-
<HintPath>..\packages\SteamKit2.1.8.2\lib\net45\SteamKit2.dll</HintPath>
49+
<Reference Include="protobuf-net, Version=2.1.0.0, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL">
50+
<HintPath>..\packages\protobuf-net.2.1.0\lib\net451\protobuf-net.dll</HintPath>
51+
</Reference>
52+
<Reference Include="SteamKit2, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
53+
<HintPath>..\packages\SteamKit2.2.0.0\lib\netstandard2.0\SteamKit2.dll</HintPath>
4854
</Reference>
4955
<Reference Include="System" />
5056
<Reference Include="System.Core" />
5157
<Reference Include="System.Drawing" />
58+
<Reference Include="System.Security.AccessControl, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
59+
<HintPath>..\packages\System.Security.AccessControl.4.4.0\lib\net461\System.Security.AccessControl.dll</HintPath>
60+
</Reference>
61+
<Reference Include="System.Security.Principal.Windows, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
62+
<HintPath>..\packages\System.Security.Principal.Windows.4.4.0\lib\net461\System.Security.Principal.Windows.dll</HintPath>
63+
</Reference>
5264
<Reference Include="System.Web" />
5365
<Reference Include="System.Xml.Linq" />
5466
<Reference Include="System.Data.DataSetExtensions" />
@@ -84,10 +96,10 @@
8496
</ItemGroup>
8597
<ItemGroup>
8698
<None Include="App.config" />
87-
<None Include="packages.config" />
8899
</ItemGroup>
89100
<ItemGroup>
90101
<Content Include="icon.ico" />
102+
<None Include="packages.config" />
91103
<None Include="Resources\icon.ico" />
92104
<None Include="media\icon.ico" />
93105
<None Include="media\icon.png" />

HourBoostr/HourBoostr/InMemoryServerListProvider.cs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,16 @@ public Task UpdateServerListAsync(IEnumerable<IPEndPoint> endPoints)
3838
return Task.Delay(0);
3939
}
4040

41+
Task<IEnumerable<ServerRecord>> IServerListProvider.FetchServerListAsync()
42+
{
43+
throw new NotImplementedException();
44+
}
45+
46+
public Task UpdateServerListAsync(IEnumerable<ServerRecord> endpoints)
47+
{
48+
throw new NotImplementedException();
49+
}
50+
4151
internal event EventHandler ServerListUpdated;
4252
}
4353
}

HourBoostr/HourBoostr/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("3.1.0")]
36-
[assembly: AssemblyFileVersion("3.1.0")]
35+
[assembly: AssemblyVersion("3.2.1")]
36+
[assembly: AssemblyFileVersion("3.2.1")]

0 commit comments

Comments
 (0)