Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mac build fix #11

Open
wants to merge 111 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
111 commits
Select commit Hold shift + click to select a range
9ef4340
Add protobuff files
LauraRozier Mar 16, 2023
029e695
Add (improvised) missing files
LauraRozier Mar 16, 2023
98e3444
Update bindings
LauraRozier Mar 16, 2023
e0b914f
Fix AttributeError('out_of_game_heartbeat_seconds')
LauraRozier Mar 16, 2023
cb9f8c3
Update README.md
TheSentry Apr 10, 2023
0d24e8a
implemented the RSA call.
ABaumher Apr 30, 2023
4f39c71
actually staging the changes this time, lol
ABaumher Apr 30, 2023
4edb254
Updated enums to the current version available. Continued modificatio…
ABaumher Apr 30, 2023
d0c2a14
Updated protocol buffer message files to work with auth. Merged chang…
ABaumher May 2, 2023
0b16bfc
updated the EMsg constants. They were out of date
ABaumher May 2, 2023
77474d5
minor changes to protobuf client. Prototyping new workflow. Preparing…
ABaumher May 4, 2023
6cc7ecb
Updated bugfixes to a version that runs in GOG Galaxy. This still req…
ABaumher May 4, 2023
b61273b
Got the RSA Key all the way back to the Backend, so we can change the…
ABaumher May 4, 2023
58c8f29
Update that gets the password RSA key for the user. Implements the ba…
ABaumher May 5, 2023
7498c57
Maybe breaking. Looking for an old message i wrote, so i need this ba…
ABaumher May 5, 2023
da90375
updated consts, protobuf, protocol buffer to report modern os types (…
ABaumher May 5, 2023
83a69a1
Testing various changes. This will break at some point before hitting…
ABaumher May 6, 2023
76ccfca
Breaking Change: Renamed types.py so Visual Studio would stop complai…
ABaumher May 6, 2023
708083c
adding type hints, mostly. need to track down where job_list was adde…
ABaumher May 6, 2023
141eed8
Public Key data comes back in hexidecimal, so that is now handled pro…
ABaumher May 6, 2023
0eef845
Full login with no SteamGuard test. Likely will require a few bugfixe…
ABaumher May 6, 2023
dc762dd
Login processed properly, goes to confirm to get the tokens, and none…
ABaumher May 7, 2023
0285aa2
Merged in Thibmo's fixes and proto files. this is not a complete merg…
ABaumher May 7, 2023
4429a71
Dealing with getting the proto files properly parsed and built so the…
ABaumher May 8, 2023
3cd0b49
Added Protos. Updated Tasks.py to properly import them. They still do…
ABaumher May 8, 2023
91f2670
Reverted py files to what they were before merging with Thibmo's fork.
ABaumher May 8, 2023
95bbacf
Updated the protobuf list to the files we currently use. There are a …
ABaumher May 8, 2023
f65f179
Figured out how to handle conflicts with the service messages. we sho…
ABaumher May 8, 2023
e4cf9bd
Finally found the version of protoc the old version was using. we can…
ABaumher May 9, 2023
a44be78
Updates throughout the code base. Preparing for full auth workflow an…
ABaumher May 10, 2023
a135724
Full integration of all parts of new auth flow implemented. Bugfixing…
ABaumher May 10, 2023
d9641f3
Bugs Fixed. Now logs in, but no other messages are sent. needs a Clie…
ABaumher May 10, 2023
0d50163
Experimental branch; i don't want to break something on the main fix.…
ABaumher May 10, 2023
7922c28
Added a readme for alpha testers
ABaumher May 10, 2023
452d83a
Update README_ALPHA.md
ABaumher May 10, 2023
dc6adcd
Attempt to fix issue raised by HiddenAnomaly
ABaumher May 10, 2023
d008b6c
preparing to call old client login method. preparing to remove public…
ABaumher May 11, 2023
825de45
Merge branch 'remove_public_profiles_backend' into AuthFix
ABaumher May 11, 2023
5869ef9
Finished removing public profiles. Started adding the token login cal…
ABaumher May 11, 2023
81e3a66
Fixed a few issues created by removing public backend
ABaumher May 11, 2023
f506150
Getting persistent login to work. Fixed a few errors.
ABaumher May 11, 2023
b8f9a0e
Removed logger info for packet information. This massively bloated th…
ABaumher May 11, 2023
0bcaf03
fix mobile confirm flow. not pretty but should work
May 11, 2023
8946473
Enable job processing - achievements, collections, game times
slo May 11, 2023
6f1aa9e
Merge pull request #1 from don-de-marco/AuthFix
ABaumher May 12, 2023
398c39d
bugfix. trying to stay logged in. failing. Currently, the stay logged…
ABaumher May 12, 2023
ad838f2
disabled cache login. Wrote comments explaining it
ABaumher May 12, 2023
e45d0e5
Temporary "fix" that removes the job_list so the code will work again.
ABaumher May 12, 2023
a656d12
Persistent login now works.
ABaumher May 15, 2023
167aa0f
Remove guard data requirements, as they were breaking mobile login
ABaumher May 15, 2023
fe25334
(try to) fix the conflicting protobuf files situation
May 13, 2023
33908dc
fix proto2 syntax statement
May 13, 2023
46c3370
Bugfix to properly recover when refresh token expires or is revoked.
ABaumher May 15, 2023
921bd72
Update README_ALPHA.md
ABaumher May 15, 2023
6869909
Update README_ALPHA.md
ABaumher May 15, 2023
7f01fc0
Update README_ALPHA.md
ABaumher May 15, 2023
d75bf9c
Update README_ALPHA.md
ABaumher May 15, 2023
4647e5f
Update README_ALPHA.md
ABaumher May 15, 2023
5805697
Update README.md
ABaumher May 15, 2023
8521a9b
Update protobuf_steammessages.txt
ABaumher May 15, 2023
86a709e
Merge pull request #1 from don-de-marco/abaumher-rebase
ABaumher May 15, 2023
6aa370d
Update README.md
ABaumher May 16, 2023
9873e50
Update README.md
ABaumher May 16, 2023
e0a78a1
Update README.md
ABaumher May 16, 2023
374dbd2
added install.txt so readme works properly
ABaumher May 16, 2023
e0a00a5
Update the install so it works properly. Merge changes that i didn't …
ABaumher May 16, 2023
04ff339
Fix the readme and install.txt so they now work
ABaumher May 16, 2023
7b23678
Actually fixed it this time. Requires galaxy plugin in install
ABaumher May 16, 2023
3b7c90e
Added beautiful soup to app requirements so it does not crash. fixed …
ABaumher May 16, 2023
9435073
revert app.txt change. remove user_profile, which caused the conflict…
ABaumher May 16, 2023
e511960
Bugfix so mobile code works correctly
ABaumher May 17, 2023
3f242fe
updated translate error to log the error received so we can more easi…
ABaumher May 17, 2023
8cfb1c4
bugfix for mobile confirm. If you hit continue before confirming, it …
ABaumher May 17, 2023
bc8af72
Reverted UI so it's user and password. cleaned up the css and html so…
ABaumher May 18, 2023
6d5e8e3
fixes multiple bugs: a residual debug that caused errors on a failed …
ABaumher May 18, 2023
4247b66
missed a pair of errors related to removing user name from pages.
ABaumher May 18, 2023
cb6f315
Mobile confirm bugfix, html now displays errors properly.
ABaumher May 18, 2023
050f9e1
Attempting to refactor all the code to work with mobile confirm. I st…
ABaumher May 18, 2023
45d450b
fallback on mobile confirm should now work.
ABaumher May 18, 2023
4b3f3ff
Bugfixes (again). Email code works again.
ABaumher May 18, 2023
1ede3a7
Tracked down a bug where the client would silently crash if you revok…
ABaumher May 19, 2023
276cabe
bugfix, priority list was sorting ascending, wanted descending.
ABaumher May 19, 2023
37762fd
Multiple bugfixes. Mobile confirm should finally work (though, probab…
ABaumher May 20, 2023
50ceaab
Bugfix. Wrapping recv in a task was done improperly. it's now fixed. …
ABaumher May 20, 2023
c8b8a7b
Updated the ui for mobile confirm for clarity. link now uses the prop…
ABaumher May 20, 2023
bb47e90
Experiemental Resend Code implementation. Two Factor expire now kicks…
ABaumher May 21, 2023
9e226de
Revert "Updated the ui for mobile confirm for clarity. link now uses …
ABaumher May 21, 2023
e2d6f6c
Revert "Experiemental Resend Code implementation. Two Factor expire n…
ABaumher May 21, 2023
23423d9
Reverts all the changes made to try to fix the resend issue. We now j…
ABaumher May 21, 2023
b68aff8
Merge pull request #4 from ABaumher/revert_pls
ABaumher May 21, 2023
cd5133a
hopefully fixed error message for login page after a timeout
ABaumher May 21, 2023
05a1615
Updated index with a message explaining what happens when email times…
ABaumher May 21, 2023
a137cd5
some fixes to readme, move pip req to reqs file, fix start of pytest
MisterZeus May 22, 2023
30369f8
Merge pull request #5 from ABaumher/mobile_confirm_refactor
ABaumher May 22, 2023
236ab56
Update README.md
ABaumher May 22, 2023
f93ea59
Update README.md
ABaumher May 22, 2023
9c700b7
Merge branch 'master' into master
MisterZeus May 22, 2023
489230c
check whether users have py installed
MisterZeus May 22, 2023
3aa2cfa
Merge branch 'master' of https://github.com/MisterZeus/galaxy-integra…
MisterZeus May 22, 2023
a51a0fc
remove exeprobe, make if simpler
MisterZeus May 22, 2023
23ef0c0
readme tweaks
MisterZeus May 22, 2023
3a03a84
Merge pull request #3 from MisterZeus/master
ABaumher May 23, 2023
eb8879b
Update gitignore to ignore zip files, so it excudes the release. reim…
ABaumher May 23, 2023
432e77c
Temporary fix for achievements sync. Limit simultaneous jobs.
wwMRd May 25, 2023
3da5c06
Merge pull request #8 from wwMRd/achievements_temp_fix
ABaumher May 26, 2023
5231719
Added .DStore to ignore list
bgebhardt May 29, 2023
e3bb216
Revert "Added .DStore to ignore list"
bgebhardt May 29, 2023
6a253d0
Added mac-related .dot files
bgebhardt May 29, 2023
9ab4a60
updated required pip-tools
bgebhardt May 29, 2023
dbd6f45
Updated mac build instructions
bgebhardt May 29, 2023
33d791d
Added instructions to setup protobuf compiling on Mac
bgebhardt May 29, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add protobuff files
  • Loading branch information
LauraRozier committed Mar 16, 2023
commit 9ef43407c389a39382e539d7956acfa4415aca72
11 changes: 11 additions & 0 deletions protobuf_files/encrypted_app_ticket.proto
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
syntax = "proto2";
option optimize_for = SPEED;
option cc_generic_services = false;

message EncryptedAppTicket {
optional uint32 ticket_version_no = 1;
optional uint32 crc_encryptedticket = 2;
optional uint32 cb_encrypteduserdata = 3;
optional uint32 cb_encrypted_appownershipticket = 4;
optional bytes encrypted_ticket = 5;
}
Loading