Cockatrice 2026-09-01-Development-3.1.0-beta.10
A virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
serverinfo_user_session.proto
Go to the documentation of this file.
1syntax = "proto2";
2
6 */
8 optional string user_name = 1; // account that was logged in
9 optional string ip_address = 2; // IP address used for the session
10 optional string clientid = 3; // client id used for the session
11 optional uint64 start_time = 4; // session start, epoch seconds
12 optional uint64 end_time = 5; // session end, epoch seconds; 0 = still active
13 optional string connection_type = 6; // "tcp" or "websocket"
14}
syntax
Definition admin_commands.proto:1
Definition serverinfo_user_session.proto:6
optional string user_name
account that was logged in
Definition serverinfo_user_session.proto:7
optional string ip_address
IP address used for the session.
Definition serverinfo_user_session.proto:8
optional string connection_type
"tcp" or "websocket"
Definition serverinfo_user_session.proto:12
optional uint64 end_time
session end, epoch seconds; 0 = still active
Definition serverinfo_user_session.proto:11
optional uint64 start_time
session start, epoch seconds
Definition serverinfo_user_session.proto:10
optional string clientid
client id used for the session
Definition serverinfo_user_session.proto:9