Commit Graph

590 Commits (master)
 

Author SHA1 Message Date
dependabot[bot] 14fc1c7a8e
Bump SteamKit2 from 2.4.0-Alpha.3 to 2.4.1
Bumps [SteamKit2](https://github.com/SteamRE/SteamKit) from 2.4.0-Alpha.3 to 2.4.1.
- [Release notes](https://github.com/SteamRE/SteamKit/releases)
- [Commits](https://github.com/SteamRE/SteamKit/compare/2.4.0-Alpha.3...2.4.1)

---
updated-dependencies:
- dependency-name: SteamKit2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Yaakov e45c8c3d21
Merge pull request #286 from SteamRE/sk-2.4.0
Update to SteamKit2 2.4.0, net6.0
4 years ago
Pavel Djundik 6f4bb748eb Delete app.config, move RollForward to csproj 4 years ago
Yaakov 7dc4ec999e we actually need to specify an sdk version otherwise this does nothing 4 years ago
Yaakov 60ff69d6e9 Update README for net6.0 4 years ago
Yaakov e735f1aa61 Merge remote-tracking branch 'origin/pr/278' into sk-2.4.0 4 years ago
Yaakov 4e81487aee Update to SK2.4.0 / net6.0 4 years ago
Pavel Djundik e915870db7 Use SteamContent.GetServersForSteamPipe 4 years ago
Pavel Djundik bef429908a Updates for SteamKit updates 4 years ago
Pavel Djundik a479aa9301 Update SteamKit 4 years ago
Wesley Pyburn (TechNobo) 389e7eb788 Removed quotes 4 years ago
Wesley Pyburn (TechNobo) 559ba38d38 Added usage for -remember-password
Not very well explained how to use -remember-password. This simple change to the README should contain everything users need to know about it.
Also added to code help.
4 years ago
Ryan Kistner 14160c39a2 Include version and runtime information in debug log 4 years ago
Ryan Kistner 2c038fd038 Remove the CDN authentication call 4 years ago
NicknineTheEagle 8b4dcc2339 Added gitattributes 4 years ago
Ryan Kistner bd1314da2e Updated to SteamKit2 2.4.0-Alpha.3 4 years ago
Ryan Kistner bb778e3883 Close file handles after validation and lazily open them as chunks are downloaded 4 years ago
Ryan Kistner 16b2f52b6f AArch64 OSX won't have a suffix on the ABI import 4 years ago
Ryan Kistner c0e837de93 Backspace in masked password input didn't work on Windows 4 years ago
Ryan Kistner 7b89e0c1c4 Simplify the FilePermissions into one set of flags 4 years ago
Ryan Kistner 08eb74a7cc Moved UnixUtilities to PlatformUtilities and added OSX support. 4 years ago
js6pak 0a1e3bf6b0 Use libc directly instead of Mono.Posix 4 years ago
js6pak 711888ebe9 Add support for Executable removal and update it only when its actually changed in the manifest 4 years ago
js6pak 0e785d04b7 Set executable permissions to files with Executable flag 4 years ago
js6pak afab5e44b6
Add roslyn-like .editorconfig (#236) 4 years ago
Yaakov 33483e594b
Merge pull request #233 from js6pak/assemblyinfo
Convert legacy AssemblyInfo.cs to the csproj format
4 years ago
js6pak bd229b4de3
Convert legacy AssemblyInfo.cs to the csproj format 4 years ago
Ryan Kistner 913c85a4dd Connection state flag fixes to ensure we actually recover when TryAnotherCM is returned 4 years ago
Ryan Kistner 22b4b5fe3c Handle TryAnotherCM as an expected disconnection 4 years ago
Ryan Kistner a9e400949d Handle TryAnotherCM as a reconnection attempt 4 years ago
Rick Gibbed ad72f53cd7
Don't pointlessly make copies of every file when verifying. (#225) 4 years ago
Ryan Kistner bdc6ebf7ee 2.4.3: Prevent HTTP sockets from using IPv6 4 years ago
Ryan Kistner 06d25ef1ed 2.4.2: Added HTTP diagnostics to -debug 4 years ago
NicknineTheEagle 4b0cbb06dc
Updated manifest-to-text conversion to imitate Steam format (#195) 4 years ago
Ryan Kistner 3111e787ef Catch and abort on out-of-space exceptions when allocating files #220 4 years ago
Ryan Kistner 08b7911d2d Provide visual feedback for masked password input #207 #216 4 years ago
Ryan Kistner 36b9684eb2 2.4.1: Target .NET 5.0 to simplify release packaging 4 years ago
Yaakov cb5c6c8a65
Merge pull request #202 from SteamRE/dependabot/add-v2-config-file
Upgrade to GitHub-native Dependabot
4 years ago
dependabot-preview[bot] 783197b960
Upgrade to GitHub-native Dependabot 4 years ago
Yaakov 5fd7a6ed37
Merge pull request #190 from SteamRE/dependabot/nuget/protobuf-net-3.0.101
Bump protobuf-net from 3.0.73 to 3.0.101
4 years ago
dependabot-preview[bot] ec8b5f4628
Bump protobuf-net from 3.0.73 to 3.0.101
Bumps [protobuf-net](https://github.com/protobuf-net/protobuf-net) from 3.0.73 to 3.0.101.
- [Release notes](https://github.com/protobuf-net/protobuf-net/releases)
- [Changelog](https://github.com/protobuf-net/protobuf-net/blob/main/docs/releasenotes.md)
- [Commits](https://github.com/protobuf-net/protobuf-net/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years ago
Ryan Kistner 6b05a3e8cb When downloading files into a target directory, remove files with conflicting paths from earlier depots. Fixes #188 5 years ago
Ryan Kistner 27960f3d18 Target SteamKit 2.4.0-Alpha.2 5 years ago
Pavel Djundik 60b4451417
Normalize slashes in filepath; explicit regex support (#175)
Fixes #30 #18 #17
5 years ago
Pavel Djundik 9d4b87ba60
Fix ugc web download and remove dead code (#174) 5 years ago
Margen67 d7870040fe
ci improvements (#169) 5 years ago
Margen67 11e1bdbea6
Delete .travis.yml (#168) 5 years ago
Yaakov 069e8985ed
Merge pull request #156 from SteamRE/dependabot/nuget/protobuf-net-3.0.73
Bump protobuf-net from 3.0.52 to 3.0.73
5 years ago
dependabot-preview[bot] 223815dca5
Bump protobuf-net from 3.0.52 to 3.0.73
Bumps [protobuf-net](https://github.com/protobuf-net/protobuf-net) from 3.0.52 to 3.0.73.
- [Release notes](https://github.com/protobuf-net/protobuf-net/releases)
- [Changelog](https://github.com/protobuf-net/protobuf-net/blob/main/docs/releasenotes.md)
- [Commits](https://github.com/protobuf-net/protobuf-net/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years ago
Ryan Kistner 70da480efe Allow a list of -manifest ids to match -depot 5 years ago