steamutils 1.2.51 → 1.2.53
Sign up to get free protection for your applications and to get access to all the features.
- package/.idea/codeStyles/codeStyleConfig.xml +5 -0
- package/.idea/steamutils.iml +1 -1
- package/.idea/vcs.xml +1 -1
- package/SteamClient.js +18 -12
- package/example.js +1 -0
- package/helpers/protos.js +21 -0
- package/package.json +6 -6
- package/protos/{base_gcmessages.proto → csgo/base_gcmessages_csgo.proto} +547 -533
- package/protos/csgo/c_peer2peer_netmessages.proto +55 -0
- package/protos/csgo/clientmessages.proto +48 -0
- package/protos/csgo/connectionless_netmessages.proto +19 -0
- package/protos/csgo/cs_gameevents.proto +34 -0
- package/protos/csgo/cs_usercmd.proto +34 -0
- package/protos/{cstrike15_gcmessages.proto → csgo/cstrike15_gcmessages.proto} +1402 -1344
- package/protos/{cstrike15_usermessages.proto → csgo/cstrike15_usermessages.proto} +596 -597
- package/protos/csgo/demo.proto +160 -0
- package/protos/{econ_gcmessages.proto → csgo/econ_gcmessages.proto} +228 -225
- package/protos/{engine_gcmessages.proto → csgo/engine_gcmessages.proto} +14 -16
- package/protos/{enums_clientserver.proto → csgo/enums_clientserver.proto} +1529 -1534
- package/protos/{fatdemo.proto → csgo/fatdemo.proto} +125 -125
- package/protos/csgo/gameevents.proto +120 -0
- package/protos/{gcsdk_gcmessages.proto → csgo/gcsdk_gcmessages.proto} +323 -302
- package/protos/{gcsystemmsgs.proto → csgo/gcsystemmsgs.proto} +242 -246
- package/protos/csgo/netmessages.proto +604 -0
- package/protos/csgo/network_connection.proto +126 -0
- package/protos/csgo/networkbasetypes.proto +244 -0
- package/protos/csgo/networksystem_protomessages.proto +17 -0
- package/protos/{steamdatagram_messages_auth.proto → csgo/steamdatagram_messages_auth.proto} +65 -65
- package/protos/csgo/steamdatagram_messages_sdr.proto +534 -0
- package/protos/{steammessages.proto → csgo/steammessages.proto} +597 -601
- package/protos/{steammessages_base.proto → csgo/steammessages_base.proto} +301 -288
- package/protos/csgo/steammessages_cloud.steamworkssdk.proto +68 -0
- package/protos/{steammessages_gamenetworkingui.proto → csgo/steammessages_gamenetworkingui.proto} +61 -42
- package/protos/csgo/steammessages_helprequest.steamworkssdk.proto +22 -0
- package/protos/csgo/steammessages_oauth.steamworkssdk.proto +18 -0
- package/protos/csgo/steammessages_player.steamworkssdk.proto +254 -0
- package/protos/csgo/steammessages_publishedfile.steamworkssdk.proto +233 -0
- package/protos/csgo/steammessages_steamlearn.steamworkssdk.proto +357 -0
- package/protos/csgo/steammessages_unified_base.steamworkssdk.proto +30 -0
- package/protos/{steamnetworkingsockets_messages.proto → csgo/steamnetworkingsockets_messages.proto} +205 -204
- package/protos/{steamnetworkingsockets_messages_certs.proto → csgo/steamnetworkingsockets_messages_certs.proto} +39 -38
- package/protos/{steamnetworkingsockets_messages_udp.proto → csgo/steamnetworkingsockets_messages_udp.proto} +75 -75
- package/protos/csgo/te.proto +259 -0
- package/protos/{uifontfile_format.proto → csgo/uifontfile_format.proto} +13 -16
- package/protos/csgo/usercmd.proto +38 -0
- package/protos/csgo/usermessages.proto +721 -0
- package/protos/csgo/valveextensions.proto +17 -0
- package/protos/google/protobuf/descriptor.proto +281 -0
- package/protos/{clientmetrics.proto → steam/clientmetrics.proto} +45 -45
- package/protos/{content_manifest.proto → steam/content_manifest.proto} +62 -62
- package/protos/steam/contenthubs.proto +41 -0
- package/protos/{encrypted_app_ticket.proto → steam/encrypted_app_ticket.proto} +10 -10
- package/protos/{enums.proto → steam/enums.proto} +444 -285
- package/protos/steam/enums_clientserver.proto +1539 -0
- package/protos/steam/enums_productinfo.proto +13 -0
- package/protos/{htmlmessages.proto → steam/htmlmessages.proto} +1027 -993
- package/protos/steam/offline_ticket.proto +8 -0
- package/protos/{renderer → steam/renderer}/rendermessages.proto +893 -893
- package/protos/steam/steamdatagram_messages_auth.proto +65 -0
- package/protos/{steamdatagram_messages_sdr.proto → steam/steamdatagram_messages_sdr.proto} +533 -518
- package/protos/{steammessages_accounthardware.steamclient.proto → steam/steammessages_accounthardware.steamclient.proto} +201 -188
- package/protos/{steammessages_appoverview.proto → steam/steammessages_appoverview.proto} +187 -185
- package/protos/steam/steammessages_auth.steamclient.proto +435 -0
- package/protos/steam/steammessages_base.proto +332 -0
- package/protos/{steammessages_broadcast.steamclient.proto → steam/steammessages_broadcast.steamclient.proto} +759 -756
- package/protos/{steammessages_chat.steamclient.proto → steam/steammessages_chat.steamclient.proto} +1281 -1281
- package/protos/steam/steammessages_client_objects.proto +645 -0
- package/protos/{steammessages_clientlanp2p.proto → steam/steammessages_clientlanp2p.proto} +42 -26
- package/protos/{steammessages_clientmetrics.steamclient.proto → steam/steammessages_clientmetrics.steamclient.proto} +194 -176
- package/protos/{steammessages_clientnotificationtypes.proto → steam/steammessages_clientnotificationtypes.proto} +231 -129
- package/protos/{steammessages_clientserver.proto → steam/steammessages_clientserver.proto} +392 -384
- package/protos/{steammessages_clientserver_2.proto → steam/steammessages_clientserver_2.proto} +760 -776
- package/protos/{steammessages_clientserver_appinfo.proto → steam/steammessages_clientserver_appinfo.proto} +131 -166
- package/protos/{steammessages_clientserver_friends.proto → steam/steammessages_clientserver_friends.proto} +260 -260
- package/protos/{steammessages_clientserver_gameservers.proto → steam/steammessages_clientserver_gameservers.proto} +159 -159
- package/protos/{steammessages_clientserver_lbs.proto → steam/steammessages_clientserver_lbs.proto} +70 -70
- package/protos/{steammessages_clientserver_login.proto → steam/steammessages_clientserver_login.proto} +167 -159
- package/protos/{steammessages_clientserver_mms.proto → steam/steammessages_clientserver_mms.proto} +228 -235
- package/protos/{steammessages_clientserver_ucm.proto → steam/steammessages_clientserver_ucm.proto} +205 -202
- package/protos/{steammessages_clientserver_uds.proto → steam/steammessages_clientserver_uds.proto} +124 -104
- package/protos/{steammessages_clientserver_ufs.proto → steam/steammessages_clientserver_ufs.proto} +172 -172
- package/protos/{steammessages_clientserver_userstats.proto → steam/steammessages_clientserver_userstats.proto} +80 -80
- package/protos/steam/steammessages_clientsettings.proto +168 -0
- package/protos/{steammessages_cloud.steamclient.proto → steam/steammessages_cloud.steamclient.proto} +513 -512
- package/protos/{steammessages_contentsystem.steamclient.proto → steam/steammessages_contentsystem.steamclient.proto} +115 -77
- package/protos/{steammessages_credentials.steamclient.proto → steam/steammessages_credentials.steamclient.proto} +115 -141
- package/protos/steam/steammessages_datapublisher.steamclient.proto +116 -0
- package/protos/{steammessages_depotbuilder.steamclient.proto → steam/steammessages_depotbuilder.steamclient.proto} +118 -118
- package/protos/{steammessages_deviceauth.steamclient.proto → steam/steammessages_deviceauth.steamclient.proto} +203 -200
- package/protos/{steammessages_econ.steamclient.proto → steam/steammessages_econ.steamclient.proto} +150 -105
- package/protos/{steammessages_friendmessages.steamclient.proto → steam/steammessages_friendmessages.steamclient.proto} +168 -168
- package/protos/{steammessages_gamenetworking.steamclient.proto → steam/steammessages_gamenetworking.steamclient.proto} +32 -32
- package/protos/steam/steammessages_gamenetworkingui.proto +61 -0
- package/protos/{steammessages_gamenotifications.steamclient.proto → steam/steammessages_gamenotifications.steamclient.proto} +156 -156
- package/protos/{steammessages_gameservers.steamclient.proto → steam/steammessages_gameservers.steamclient.proto} +152 -152
- package/protos/{steammessages_hiddevices.proto → steam/steammessages_hiddevices.proto} +157 -156
- package/protos/{steammessages_inventory.steamclient.proto → steam/steammessages_inventory.steamclient.proto} +224 -224
- package/protos/{steammessages_linkfilter.steamclient.proto → steam/steammessages_linkfilter.steamclient.proto} +49 -49
- package/protos/{steammessages_lobbymatchmaking.steamclient.proto → steam/steammessages_lobbymatchmaking.steamclient.proto} +33 -33
- package/protos/{steammessages_market.steamclient.proto → steam/steammessages_market.steamclient.proto} +26 -26
- package/protos/steam/steammessages_marketingmessages.steamclient.proto +274 -0
- package/protos/{steammessages_offline.steamclient.proto → steam/steammessages_offline.steamclient.proto} +40 -37
- package/protos/{steammessages_parental.steamclient.proto → steam/steammessages_parental.steamclient.proto} +228 -186
- package/protos/{steammessages_parties.steamclient.proto → steam/steammessages_parties.steamclient.proto} +94 -94
- package/protos/{steammessages_partnerapps.steamclient.proto → steam/steammessages_partnerapps.steamclient.proto} +138 -136
- package/protos/{steammessages_player.steamclient.proto → steam/steammessages_player.steamclient.proto} +1060 -912
- package/protos/{steammessages_publishedfile.steamclient.proto → steam/steammessages_publishedfile.steamclient.proto} +813 -711
- package/protos/{steammessages_qms.steamclient.proto → steam/steammessages_qms.steamclient.proto} +125 -125
- package/protos/{steammessages_remoteclient.proto → steam/steammessages_remoteclient.proto} +99 -99
- package/protos/{steammessages_remoteclient_discovery.proto → steam/steammessages_remoteclient_discovery.proto} +235 -228
- package/protos/{steammessages_remoteclient_service.steamclient.proto → steam/steammessages_remoteclient_service.steamclient.proto} +86 -90
- package/protos/{steammessages_remoteclient_service_messages.proto → steam/steammessages_remoteclient_service_messages.proto} +217 -196
- package/protos/{steammessages_remoteplay.proto → steam/steammessages_remoteplay.proto} +976 -871
- package/protos/{steammessages_secrets.steamclient.proto → steam/steammessages_secrets.steamclient.proto} +39 -39
- package/protos/{steammessages_shader.steamclient.proto → steam/steammessages_shader.steamclient.proto} +108 -96
- package/protos/{steammessages_site_license.steamclient.proto → steam/steammessages_site_license.steamclient.proto} +128 -128
- package/protos/{steammessages_sitelicenseclient.proto → steam/steammessages_sitelicenseclient.proto} +38 -38
- package/protos/{steammessages_siteserverui.proto → steam/steammessages_siteserverui.proto} +130 -130
- package/protos/{steammessages_star.steamclient.proto → steam/steammessages_star.steamclient.proto} +64 -64
- package/protos/{steammessages_steamtv.steamclient.proto → steam/steammessages_steamtv.steamclient.proto} +630 -630
- package/protos/{steammessages_store.steamclient.proto → steam/steammessages_store.steamclient.proto} +371 -262
- package/protos/steam/steammessages_storebrowse.steamclient.proto +402 -0
- package/protos/{steammessages_timedtrial.steamclient.proto → steam/steammessages_timedtrial.steamclient.proto} +50 -50
- package/protos/{steammessages_twofactor.steamclient.proto → steam/steammessages_twofactor.steamclient.proto} +186 -154
- package/protos/{steammessages_unified_base.steamclient.proto → steam/steammessages_unified_base.steamclient.proto} +33 -33
- package/protos/{steammessages_unified_test.steamclient.proto → steam/steammessages_unified_test.steamclient.proto} +61 -50
- package/protos/{steammessages_useraccount.steamclient.proto → steam/steammessages_useraccount.steamclient.proto} +249 -210
- package/protos/{steammessages_vac.steamclient.proto → steam/steammessages_vac.steamclient.proto} +44 -44
- package/protos/steam/steammessages_video.steamclient.proto +171 -0
- package/protos/{steammessages_virtualcontroller.proto → steam/steammessages_virtualcontroller.proto} +138 -138
- package/protos/{steammessages_workshop.steamclient.proto → steam/steammessages_workshop.steamclient.proto} +23 -23
- package/protos/steam/steamnetworkingsockets_messages.proto +205 -0
- package/protos/steam/steamnetworkingsockets_messages_certs.proto +39 -0
- package/protos/steam/steamnetworkingsockets_messages_udp.proto +75 -0
- package/protos/steam/webuimessages_base.proto +24 -0
- package/protos/steam/webuimessages_gamenotes.proto +21 -0
- package/protos/steam/webuimessages_steamengine.proto +32 -0
- package/protos/steam/webuimessages_storagedevicemanager.proto +110 -0
- package/protos/steam/webuimessages_systemmanager.proto +17 -0
- package/protos/steam/webuimessages_transport.proto +18 -0
- package/protos/steam/webuimessages_transportvalidation.proto +97 -0
- package/protos/webui/common.proto +5508 -0
- package/protos/webui/common_base.proto +27 -0
- package/protos/webui/service_accountlinking.proto +27 -0
- package/protos/webui/service_accountprivacy.proto +42 -0
- package/protos/webui/service_auction.proto +97 -0
- package/protos/webui/service_authentication.proto +222 -0
- package/protos/webui/service_authenticationsupport.proto +74 -0
- package/protos/webui/service_broadcast.proto +562 -0
- package/protos/webui/service_chat.proto +11 -0
- package/protos/webui/service_chatroom.proto +810 -0
- package/protos/webui/service_chatusability.proto +107 -0
- package/protos/webui/service_clan.proto +41 -0
- package/protos/webui/service_clanchatrooms.proto +25 -0
- package/protos/webui/service_clanfaqs.proto +202 -0
- package/protos/webui/service_clientcomm.proto +150 -0
- package/protos/webui/service_clientmetrics.proto +63 -0
- package/protos/webui/service_cloud.proto +222 -0
- package/protos/webui/service_cloudconfigstore.proto +51 -0
- package/protos/webui/service_cloudgaming.proto +30 -0
- package/protos/webui/service_community.proto +365 -0
- package/protos/webui/service_econ.proto +134 -0
- package/protos/webui/service_embedded.proto +24 -0
- package/protos/webui/service_experimentservice.proto +6 -0
- package/protos/webui/service_fovasvideo.proto +15 -0
- package/protos/webui/service_friendmessages.proto +133 -0
- package/protos/webui/service_friendslist.proto +70 -0
- package/protos/webui/service_gamenotes.proto +15 -0
- package/protos/webui/service_helprequestlogs.proto +26 -0
- package/protos/webui/service_loyaltyrewards.proto +252 -0
- package/protos/webui/service_marketingmessages.proto +184 -0
- package/protos/webui/service_mobileapp.proto +18 -0
- package/protos/webui/service_mobileauth.proto +24 -0
- package/protos/webui/service_mobiledevice.proto +26 -0
- package/protos/webui/service_mobileperaccount.proto +31 -0
- package/protos/webui/service_news.proto +101 -0
- package/protos/webui/service_parental.proto +178 -0
- package/protos/webui/service_partnermembershipinvite.proto +29 -0
- package/protos/webui/service_partnerstorebrowse.proto +6 -0
- package/protos/webui/service_phone.proto +51 -0
- package/protos/webui/service_physicalgoods.proto +15 -0
- package/protos/webui/service_player.proto +885 -0
- package/protos/webui/service_promotioneventinvites.proto +50 -0
- package/protos/webui/service_promotionplanning.proto +72 -0
- package/protos/webui/service_publishedfile.proto +687 -0
- package/protos/webui/service_publishing.proto +119 -0
- package/protos/webui/service_quest.proto +127 -0
- package/protos/webui/service_salefeature.proto +315 -0
- package/protos/webui/service_saleitemrewards.proto +54 -0
- package/protos/webui/service_shoppingcart.proto +108 -0
- package/protos/webui/service_steamawards.proto +19 -0
- package/protos/webui/service_steamcharts.proto +75 -0
- package/protos/webui/service_steamengine.proto +36 -0
- package/protos/webui/service_steamlearn.proto +727 -0
- package/protos/webui/service_steamnotification.proto +84 -0
- package/protos/webui/service_steamtv.proto +495 -0
- package/protos/webui/service_steamvrvoicechat.proto +67 -0
- package/protos/webui/service_steamvrwebrtc.proto +48 -0
- package/protos/webui/service_storagedevicemanager.proto +104 -0
- package/protos/webui/service_store.proto +289 -0
- package/protos/webui/service_storeappsimilarity.proto +76 -0
- package/protos/webui/service_storebrowse.proto +73 -0
- package/protos/webui/service_storequery.proto +97 -0
- package/protos/webui/service_storesales.proto +15 -0
- package/protos/webui/service_storetopsellers.proto +44 -0
- package/protos/webui/service_systemmanager.proto +11 -0
- package/protos/webui/service_test_transporterror.proto +6 -0
- package/protos/webui/service_transportauth.proto +12 -0
- package/protos/webui/service_transportvalidation.proto +69 -0
- package/protos/webui/service_twofactor.proto +181 -0
- package/protos/webui/service_useraccount.proto +138 -0
- package/protos/webui/service_usergameactivity.proto +34 -0
- package/protos/webui/service_usergamenotes.proto +53 -0
- package/protos/webui/service_usernews.proto +68 -0
- package/protos/webui/service_userreviews.proto +96 -0
- package/protos/webui/service_video.proto +128 -0
- package/protos/webui/service_voicechat.proto +139 -0
- package/protos/webui/service_webrtc.proto +52 -0
- package/.idea/deployment.xml +0 -21
- package/protos/netmessages.proto +0 -491
- package/protos/network_connection.proto +0 -70
- package/protos/steamdatagram_messages.proto +0 -205
- package/protos/steammessages_auth.steamclient.proto +0 -192
- package/protos/steammessages_client_objects.proto +0 -336
- package/protos/steammessages_datapublisher.steamclient.proto +0 -67
- package/protos/steammessages_video.steamclient.proto +0 -84
@@ -1,205 +0,0 @@
|
|
1
|
-
option cc_generic_services = false;
|
2
|
-
|
3
|
-
enum ESteamDatagramMsgID {
|
4
|
-
k_ESteamDatagramMsg_RouterPingRequest = 1;
|
5
|
-
k_ESteamDatagramMsg_RouterPingReply = 2;
|
6
|
-
k_ESteamDatagramMsg_GameserverPingRequest = 3;
|
7
|
-
k_ESteamDatagramMsg_GameserverPingReply = 4;
|
8
|
-
k_ESteamDatagramMsg_GameserverSessionRequest = 5;
|
9
|
-
k_ESteamDatagramMsg_GameserverSessionEstablished = 6;
|
10
|
-
k_ESteamDatagramMsg_NoSession = 7;
|
11
|
-
k_ESteamDatagramMsg_Diagnostic = 8;
|
12
|
-
k_ESteamDatagramMsg_DataClientToRouter = 9;
|
13
|
-
k_ESteamDatagramMsg_DataRouterToServer = 10;
|
14
|
-
k_ESteamDatagramMsg_DataServerToRouter = 11;
|
15
|
-
k_ESteamDatagramMsg_DataRouterToClient = 12;
|
16
|
-
k_ESteamDatagramMsg_Stats = 13;
|
17
|
-
k_ESteamDatagramMsg_ClientPingSampleRequest = 14;
|
18
|
-
k_ESteamDatagramMsg_ClientPingSampleReply = 15;
|
19
|
-
k_ESteamDatagramMsg_ClientToRouterSwitchedPrimary = 16;
|
20
|
-
}
|
21
|
-
|
22
|
-
message CMsgSteamDatagramRouterPingReply {
|
23
|
-
optional fixed32 client_timestamp = 1;
|
24
|
-
repeated fixed32 latency_datacenter_ids = 2 [packed = true];
|
25
|
-
repeated uint32 latency_ping_ms = 3 [packed = true];
|
26
|
-
optional fixed32 your_public_ip = 4;
|
27
|
-
optional fixed32 server_time = 5;
|
28
|
-
optional fixed64 challenge = 6;
|
29
|
-
optional uint32 seconds_until_shutdown = 7;
|
30
|
-
optional fixed32 client_cookie = 8;
|
31
|
-
}
|
32
|
-
|
33
|
-
message CMsgSteamDatagramGameserverPing {
|
34
|
-
optional uint32 client_session = 1;
|
35
|
-
optional fixed64 client_steam_id = 2;
|
36
|
-
optional fixed32 client_timestamp = 3;
|
37
|
-
optional fixed32 router_timestamp = 4;
|
38
|
-
optional uint32 router_gameserver_latency = 5;
|
39
|
-
optional uint32 seq_number_router = 6;
|
40
|
-
optional uint32 seq_number_e2e = 7;
|
41
|
-
}
|
42
|
-
|
43
|
-
message CMsgSteamDatagramGameServerAuthTicket {
|
44
|
-
message ExtraField {
|
45
|
-
optional string name = 1;
|
46
|
-
optional string string_value = 2;
|
47
|
-
optional sint32 int32_value = 3;
|
48
|
-
optional fixed32 fixed32_value = 4;
|
49
|
-
optional fixed64 fixed64_value = 5;
|
50
|
-
}
|
51
|
-
|
52
|
-
optional fixed32 time_expiry = 1;
|
53
|
-
optional fixed64 authorized_steam_id = 2;
|
54
|
-
optional fixed32 authorized_public_ip = 3;
|
55
|
-
optional fixed64 gameserver_steam_id = 4;
|
56
|
-
optional fixed64 gameserver_net_id = 5;
|
57
|
-
optional bytes signature = 6;
|
58
|
-
optional uint32 app_id = 7;
|
59
|
-
repeated .CMsgSteamDatagramGameServerAuthTicket.ExtraField extra_fields = 8;
|
60
|
-
}
|
61
|
-
|
62
|
-
message CMsgSteamDatagramGameserverSessionRequest {
|
63
|
-
optional .CMsgSteamDatagramGameServerAuthTicket ticket = 1;
|
64
|
-
optional fixed32 challenge_time = 3;
|
65
|
-
optional fixed64 challenge = 4;
|
66
|
-
optional fixed32 client_cookie = 5;
|
67
|
-
}
|
68
|
-
|
69
|
-
message CMsgSteamDatagramGameserverSessionEstablished {
|
70
|
-
optional fixed32 client_cookie = 1;
|
71
|
-
optional fixed64 gameserver_steam_id = 3;
|
72
|
-
optional uint32 seconds_until_shutdown = 4;
|
73
|
-
}
|
74
|
-
|
75
|
-
message CMsgSteamDatagramNoSession {
|
76
|
-
optional fixed32 client_cookie = 7;
|
77
|
-
optional fixed32 your_public_ip = 2;
|
78
|
-
optional fixed32 server_time = 3;
|
79
|
-
optional fixed64 challenge = 4;
|
80
|
-
optional uint32 seconds_until_shutdown = 5;
|
81
|
-
}
|
82
|
-
|
83
|
-
message CMsgSteamDatagramDiagnostic {
|
84
|
-
optional uint32 severity = 1;
|
85
|
-
optional string text = 2;
|
86
|
-
}
|
87
|
-
|
88
|
-
message CMsgSteamDatagramDataCenterState {
|
89
|
-
message Server {
|
90
|
-
optional string address = 1;
|
91
|
-
optional uint32 ping_ms = 2;
|
92
|
-
}
|
93
|
-
|
94
|
-
message DataCenter {
|
95
|
-
optional string code = 1;
|
96
|
-
repeated .CMsgSteamDatagramDataCenterState.Server server_sample = 2;
|
97
|
-
}
|
98
|
-
|
99
|
-
repeated .CMsgSteamDatagramDataCenterState.DataCenter data_centers = 1;
|
100
|
-
}
|
101
|
-
|
102
|
-
message CMsgSteamDatagramLinkInstantaneousStats {
|
103
|
-
optional uint32 out_packets_per_sec_x10 = 1;
|
104
|
-
optional uint32 out_bytes_per_sec = 2;
|
105
|
-
optional uint32 in_packets_per_sec_x10 = 3;
|
106
|
-
optional uint32 in_bytes_per_sec = 4;
|
107
|
-
optional uint32 ping_ms = 5;
|
108
|
-
optional uint32 packets_dropped_pct = 6;
|
109
|
-
optional uint32 packets_weird_sequence_pct = 7;
|
110
|
-
}
|
111
|
-
|
112
|
-
message CMsgSteamDatagramLinkLifetimeStats {
|
113
|
-
optional uint64 packets_sent = 3;
|
114
|
-
optional uint64 kb_sent = 4;
|
115
|
-
optional uint64 packets_recv = 5;
|
116
|
-
optional uint64 kb_recv = 6;
|
117
|
-
optional uint64 packets_recv_sequenced = 7;
|
118
|
-
optional uint64 packets_recv_dropped = 8;
|
119
|
-
optional uint64 packets_recv_out_of_order = 9;
|
120
|
-
optional uint64 packets_recv_duplicate = 10;
|
121
|
-
optional uint64 packets_recv_lurch = 11;
|
122
|
-
}
|
123
|
-
|
124
|
-
message CMsgSteamDatagramConnectionQuality {
|
125
|
-
optional .CMsgSteamDatagramLinkInstantaneousStats instantaneous = 1;
|
126
|
-
optional .CMsgSteamDatagramLinkLifetimeStats lifetime = 2;
|
127
|
-
}
|
128
|
-
|
129
|
-
message CMsgSteamDatagramConnectionStatsClientToRouter {
|
130
|
-
optional .CMsgSteamDatagramConnectionQuality c2r = 1;
|
131
|
-
optional .CMsgSteamDatagramConnectionQuality c2s = 2;
|
132
|
-
optional fixed32 client_timestamp = 3;
|
133
|
-
optional fixed32 client_cookie = 8;
|
134
|
-
optional uint32 seq_num_c2r = 9;
|
135
|
-
optional uint32 seq_num_c2s = 10;
|
136
|
-
}
|
137
|
-
|
138
|
-
message CMsgSteamDatagramConnectionStatsRouterToClient {
|
139
|
-
optional .CMsgSteamDatagramConnectionQuality r2c = 1;
|
140
|
-
optional .CMsgSteamDatagramConnectionQuality s2c = 2;
|
141
|
-
optional fixed32 client_timestamp_from_router = 3;
|
142
|
-
optional fixed32 client_timestamp_from_server = 4;
|
143
|
-
optional uint32 router_gameserver_latency = 5;
|
144
|
-
optional uint32 seconds_until_shutdown = 6;
|
145
|
-
optional fixed32 client_cookie = 7;
|
146
|
-
optional uint32 seq_num_r2c = 8;
|
147
|
-
optional uint32 seq_num_s2c = 9;
|
148
|
-
}
|
149
|
-
|
150
|
-
message CMsgSteamDatagramConnectionStatsRouterToServer {
|
151
|
-
optional .CMsgSteamDatagramConnectionQuality r2s = 1;
|
152
|
-
optional .CMsgSteamDatagramConnectionQuality c2s = 2;
|
153
|
-
optional fixed32 client_timestamp = 3;
|
154
|
-
optional fixed32 router_timestamp = 4;
|
155
|
-
optional uint32 seq_num_r2s = 5;
|
156
|
-
optional uint32 seq_num_c2s = 6;
|
157
|
-
optional fixed64 client_steam_id = 7;
|
158
|
-
optional uint32 client_session_id = 8;
|
159
|
-
}
|
160
|
-
|
161
|
-
message CMsgSteamDatagramConnectionStatsServerToRouter {
|
162
|
-
optional .CMsgSteamDatagramConnectionQuality s2r = 1;
|
163
|
-
optional .CMsgSteamDatagramConnectionQuality s2c = 2;
|
164
|
-
optional uint32 seq_num_s2r = 3;
|
165
|
-
optional uint32 seq_num_s2c = 4;
|
166
|
-
optional fixed64 client_steam_id = 5;
|
167
|
-
optional uint32 client_session_id = 6;
|
168
|
-
}
|
169
|
-
|
170
|
-
message CMsgSteamDatagramClientPingSampleRequest {
|
171
|
-
optional fixed32 client_cookie = 1;
|
172
|
-
}
|
173
|
-
|
174
|
-
message CMsgSteamDatagramClientPingSampleReply {
|
175
|
-
message RoutingCluster {
|
176
|
-
optional fixed32 id = 1;
|
177
|
-
optional uint32 front_ping_ms = 2;
|
178
|
-
optional uint32 e2e_ping_ms = 3;
|
179
|
-
}
|
180
|
-
|
181
|
-
optional fixed32 client_cookie = 1;
|
182
|
-
repeated .CMsgSteamDatagramClientPingSampleReply.RoutingCluster routing_clusters = 2;
|
183
|
-
}
|
184
|
-
|
185
|
-
message CMsgSteamDatagramClientSwitchedPrimary {
|
186
|
-
message RouterQuality {
|
187
|
-
optional uint32 score = 1;
|
188
|
-
optional uint32 front_ping = 2;
|
189
|
-
optional uint32 back_ping = 3;
|
190
|
-
optional uint32 seconds_until_down = 4;
|
191
|
-
}
|
192
|
-
|
193
|
-
optional fixed32 client_cookie = 1;
|
194
|
-
optional fixed32 from_ip = 2;
|
195
|
-
optional uint32 from_port = 3;
|
196
|
-
optional fixed32 from_router_cluster = 4;
|
197
|
-
optional uint32 from_active_time = 5;
|
198
|
-
optional uint32 from_active_packets_recv = 6;
|
199
|
-
optional string from_dropped_reason = 7;
|
200
|
-
optional uint32 gap_ms = 8;
|
201
|
-
optional .CMsgSteamDatagramClientSwitchedPrimary.RouterQuality from_quality_now = 9;
|
202
|
-
optional .CMsgSteamDatagramClientSwitchedPrimary.RouterQuality to_quality_now = 10;
|
203
|
-
optional .CMsgSteamDatagramClientSwitchedPrimary.RouterQuality from_quality_then = 11;
|
204
|
-
optional .CMsgSteamDatagramClientSwitchedPrimary.RouterQuality to_quality_then = 12;
|
205
|
-
}
|
@@ -1,192 +0,0 @@
|
|
1
|
-
import "steammessages_base.proto";
|
2
|
-
import "steammessages_unified_base.steamclient.proto";
|
3
|
-
|
4
|
-
option cc_generic_services = true;
|
5
|
-
|
6
|
-
enum EAuthTokenPlatformType {
|
7
|
-
k_EAuthTokenPlatformType_Unknown = 0;
|
8
|
-
k_EAuthTokenPlatformType_SteamClient = 1;
|
9
|
-
k_EAuthTokenPlatformType_WebBrowser = 2;
|
10
|
-
k_EAuthTokenPlatformType_MobileApp = 3;
|
11
|
-
}
|
12
|
-
|
13
|
-
enum EAuthSessionGuardType {
|
14
|
-
k_EAuthSessionGuardType_Unknown = 0;
|
15
|
-
k_EAuthSessionGuardType_None = 1;
|
16
|
-
k_EAuthSessionGuardType_EmailCode = 2;
|
17
|
-
k_EAuthSessionGuardType_DeviceCode = 3;
|
18
|
-
k_EAuthSessionGuardType_DeviceConfirmation = 4;
|
19
|
-
k_EAuthSessionGuardType_EmailConfirmation = 5;
|
20
|
-
}
|
21
|
-
|
22
|
-
message CAuthentication_GetPasswordRSAPublicKey_Request {
|
23
|
-
optional string account_name = 1 [(description) = "user-provided account name to get an RSA key for"];
|
24
|
-
}
|
25
|
-
|
26
|
-
message CAuthentication_GetPasswordRSAPublicKey_Response {
|
27
|
-
optional string publickey_mod = 1 [(description) = "the public key modulus"];
|
28
|
-
optional string publickey_exp = 2 [(description) = "the public key exponent"];
|
29
|
-
optional uint64 timestamp = 3 [(description) = "the timestamp the key was generated"];
|
30
|
-
}
|
31
|
-
|
32
|
-
message CAuthentication_BeginAuthSessionViaQR_Request {
|
33
|
-
optional string device_friendly_name = 1;
|
34
|
-
optional .EAuthTokenPlatformType platform_type = 2 [default = k_EAuthTokenPlatformType_Unknown];
|
35
|
-
}
|
36
|
-
|
37
|
-
message CAuthentication_AllowedConfirmation {
|
38
|
-
optional .EAuthSessionGuardType confirmation_type = 1 [default = k_EAuthSessionGuardType_Unknown, (description) = "authentication can proceed with this confirmation type"];
|
39
|
-
optional string associated_message = 2 [(description) = "message to be interpreted depending on the confirmation type. for email confirmation, this might be the redacted email address to which email was sent."];
|
40
|
-
}
|
41
|
-
|
42
|
-
message CAuthentication_BeginAuthSessionViaQR_Response {
|
43
|
-
optional uint64 client_id = 1 [(description) = "unique identifier of requestor, also used for routing, portion of QR code"];
|
44
|
-
optional string challenge_url = 2 [(description) = "URL based on client ID, which will be rendered as QR code"];
|
45
|
-
optional bytes request_id = 3 [(description) = "unique request ID to be presented by requestor at poll time - must not be rendered in QR"];
|
46
|
-
optional float interval = 4 [(description) = "refresh interval with which requestor should call PollAuthSessionStatus"];
|
47
|
-
repeated .CAuthentication_AllowedConfirmation allowed_confirmations = 5 [(description) = "the confirmation types that will be able to confirm the request"];
|
48
|
-
optional int32 version = 6 [(description) = "version of the QR data"];
|
49
|
-
}
|
50
|
-
|
51
|
-
message CAuthentication_BeginAuthSessionViaCredentials_Request {
|
52
|
-
optional string device_friendly_name = 1;
|
53
|
-
optional string account_name = 2;
|
54
|
-
optional string encrypted_password = 3 [(description) = "password, RSA encrypted client side"];
|
55
|
-
optional uint64 encryption_timestamp = 4 [(description) = "timestamp to map to a key - STime"];
|
56
|
-
optional bool remember_login = 5;
|
57
|
-
optional .EAuthTokenPlatformType platform_type = 6 [default = k_EAuthTokenPlatformType_Unknown];
|
58
|
-
}
|
59
|
-
|
60
|
-
message CAuthentication_BeginAuthSessionViaCredentials_Response {
|
61
|
-
optional uint64 client_id = 1 [(description) = "unique identifier of requestor, also used for routing"];
|
62
|
-
optional bytes request_id = 2 [(description) = "unique request ID to be presented by requestor at poll time - must not be transferred or displayed"];
|
63
|
-
optional float interval = 3 [(description) = "refresh interval with which requestor should call PollAuthSessionStatus"];
|
64
|
-
repeated .CAuthentication_AllowedConfirmation allowed_confirmations = 4 [(description) = "the confirmation types that will be able to confirm the request"];
|
65
|
-
optional uint64 steamid = 5 [(description) = "steamid of the account logging in - will only be included if the credentials were correct"];
|
66
|
-
}
|
67
|
-
|
68
|
-
message CAuthentication_PollAuthSessionStatus_Request {
|
69
|
-
optional uint64 client_id = 1;
|
70
|
-
optional bytes request_id = 2;
|
71
|
-
}
|
72
|
-
|
73
|
-
message CAuthentication_PollAuthSessionStatus_Response {
|
74
|
-
optional uint64 new_client_id = 1 [(description) = "if challenge is old, this is the new client id"];
|
75
|
-
optional string new_challenge_url = 2 [(description) = "if challenge is old, this is the new challenge ID to re-render for mobile confirmation"];
|
76
|
-
optional string refresh_token = 3 [(description) = "if login has been confirmed, this is the requestor's new refresh token"];
|
77
|
-
optional string access_token = 4 [(description) = "if login has been confirmed, this is a new token subordinate to refresh_token"];
|
78
|
-
}
|
79
|
-
|
80
|
-
message CAuthentication_GetAuthSessionInfo_Request {
|
81
|
-
optional uint64 client_id = 1 [(description) = "client ID from scanned QR Code, used for routing"];
|
82
|
-
}
|
83
|
-
|
84
|
-
message CAuthentication_GetAuthSessionInfo_Response {
|
85
|
-
optional string ip = 1 [(description) = "IP address of requestor"];
|
86
|
-
optional string geoloc = 2 [(description) = "geoloc info of requestor"];
|
87
|
-
optional string city = 3 [(description) = "city of requestor"];
|
88
|
-
optional string state = 4 [(description) = "state of requestor"];
|
89
|
-
optional string country = 5 [(description) = "country of requestor"];
|
90
|
-
optional .EAuthTokenPlatformType platform_type = 6 [default = k_EAuthTokenPlatformType_Unknown, (description) = "platform type of requestor"];
|
91
|
-
optional string device_friendly_name = 7;
|
92
|
-
}
|
93
|
-
|
94
|
-
message CAuthentication_UpdateAuthSessionWithMobileConfirmation_Request {
|
95
|
-
optional int32 version = 1 [(description) = "version field"];
|
96
|
-
optional uint64 client_id = 2 [(description) = "pending client ID, from scanned QR Code"];
|
97
|
-
optional fixed64 steamid = 3 [(description) = "user who wants to login"];
|
98
|
-
optional bytes signature = 4 [(description) = "HMAC digest over {version,client_id,steamid} via user's private key"];
|
99
|
-
optional bool confirm = 5 [default = false, (description) = "Whether to confirm the login (true) or deny the login (false)"];
|
100
|
-
}
|
101
|
-
|
102
|
-
message CAuthentication_UpdateAuthSessionWithMobileConfirmation_Response {
|
103
|
-
}
|
104
|
-
|
105
|
-
message CAuthentication_UpdateAuthSessionWithSteamGuardCode_Request {
|
106
|
-
optional uint64 client_id = 1 [(description) = "pending client ID, from initialized session"];
|
107
|
-
optional fixed64 steamid = 2 [(description) = "user who wants to login"];
|
108
|
-
optional string code = 3 [(description) = "confirmation code"];
|
109
|
-
optional .EAuthSessionGuardType code_type = 4 [default = k_EAuthSessionGuardType_Unknown, (description) = "type of confirmation code"];
|
110
|
-
}
|
111
|
-
|
112
|
-
message CAuthentication_UpdateAuthSessionWithSteamGuardCode_Response {
|
113
|
-
}
|
114
|
-
|
115
|
-
message CAuthentication_GetAuthSessionsForAccount_Request {
|
116
|
-
}
|
117
|
-
|
118
|
-
message CAuthentication_GetAuthSessionsForAccount_Response {
|
119
|
-
repeated uint64 client_ids = 1 [(description) = "unique identifier of requestor, also used for routing"];
|
120
|
-
}
|
121
|
-
|
122
|
-
message CCloudGaming_CreateNonce_Request {
|
123
|
-
optional string platform = 1;
|
124
|
-
optional uint32 appid = 2;
|
125
|
-
}
|
126
|
-
|
127
|
-
message CCloudGaming_CreateNonce_Response {
|
128
|
-
optional string nonce = 1;
|
129
|
-
optional uint32 expiry = 2;
|
130
|
-
}
|
131
|
-
|
132
|
-
message CCloudGaming_GetTimeRemaining_Request {
|
133
|
-
optional string platform = 1;
|
134
|
-
repeated uint32 appid_list = 2;
|
135
|
-
}
|
136
|
-
|
137
|
-
message CCloudGaming_TimeRemaining {
|
138
|
-
optional uint32 appid = 1;
|
139
|
-
optional uint32 minutes_remaining = 2;
|
140
|
-
}
|
141
|
-
|
142
|
-
message CCloudGaming_GetTimeRemaining_Response {
|
143
|
-
repeated .CCloudGaming_TimeRemaining entries = 2;
|
144
|
-
}
|
145
|
-
|
146
|
-
service Authentication {
|
147
|
-
option (service_description) = "Authentication Service";
|
148
|
-
|
149
|
-
rpc GetPasswordRSAPublicKey (.CAuthentication_GetPasswordRSAPublicKey_Request) returns (.CAuthentication_GetPasswordRSAPublicKey_Response) {
|
150
|
-
option (method_description) = "Fetches RSA public key to use to encrypt passwords for a given account name";
|
151
|
-
}
|
152
|
-
|
153
|
-
rpc BeginAuthSessionViaQR (.CAuthentication_BeginAuthSessionViaQR_Request) returns (.CAuthentication_BeginAuthSessionViaQR_Response) {
|
154
|
-
option (method_description) = "start authentication process";
|
155
|
-
}
|
156
|
-
|
157
|
-
rpc BeginAuthSessionViaCredentials (.CAuthentication_BeginAuthSessionViaCredentials_Request) returns (.CAuthentication_BeginAuthSessionViaCredentials_Response) {
|
158
|
-
option (method_description) = "start authentication process";
|
159
|
-
}
|
160
|
-
|
161
|
-
rpc PollAuthSessionStatus (.CAuthentication_PollAuthSessionStatus_Request) returns (.CAuthentication_PollAuthSessionStatus_Response) {
|
162
|
-
option (method_description) = "poll during authentication process";
|
163
|
-
}
|
164
|
-
|
165
|
-
rpc GetAuthSessionInfo (.CAuthentication_GetAuthSessionInfo_Request) returns (.CAuthentication_GetAuthSessionInfo_Response) {
|
166
|
-
option (method_description) = "get metadata of specific auth session";
|
167
|
-
}
|
168
|
-
|
169
|
-
rpc UpdateAuthSessionWithMobileConfirmation (.CAuthentication_UpdateAuthSessionWithMobileConfirmation_Request) returns (.CAuthentication_UpdateAuthSessionWithMobileConfirmation_Response) {
|
170
|
-
option (method_description) = "approve an authentication session via mobile 2fa";
|
171
|
-
}
|
172
|
-
|
173
|
-
rpc UpdateAuthSessionWithSteamGuardCode (.CAuthentication_UpdateAuthSessionWithSteamGuardCode_Request) returns (.CAuthentication_UpdateAuthSessionWithSteamGuardCode_Response) {
|
174
|
-
option (method_description) = "approve an authentication session via steam guard code";
|
175
|
-
}
|
176
|
-
|
177
|
-
rpc GetAuthSessionsForAccount (.CAuthentication_GetAuthSessionsForAccount_Request) returns (.CAuthentication_GetAuthSessionsForAccount_Response) {
|
178
|
-
option (method_description) = "Gets all active auth sessions for an account for reference by the mobile app";
|
179
|
-
}
|
180
|
-
}
|
181
|
-
|
182
|
-
service CloudGaming {
|
183
|
-
option (service_description) = "Methods for Steam cloud gaming operations";
|
184
|
-
|
185
|
-
rpc CreateNonce (.CCloudGaming_CreateNonce_Request) returns (.CCloudGaming_CreateNonce_Response) {
|
186
|
-
option (method_description) = "Create a nonce for a cloud gaming service session";
|
187
|
-
}
|
188
|
-
|
189
|
-
rpc GetTimeRemaining (.CCloudGaming_GetTimeRemaining_Request) returns (.CCloudGaming_GetTimeRemaining_Response) {
|
190
|
-
option (method_description) = "Get the amount of streaming time remaining for a set of apps";
|
191
|
-
}
|
192
|
-
}
|