mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-12 17:14:52 -07:00
Add ability to ban by client id
This commit is contained in:
parent
26e63a9a3a
commit
b102a05a36
17 changed files with 114 additions and 24 deletions
|
|
@ -14,4 +14,5 @@ message Command_BanFromServer {
|
|||
optional uint32 minutes = 3;
|
||||
optional string reason = 4;
|
||||
optional string visible_reason = 5;
|
||||
optional string clientid = 6;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -23,4 +23,5 @@ message ServerInfo_User {
|
|||
optional uint64 session_id = 10;
|
||||
optional uint64 accountage_secs = 11;
|
||||
optional string email = 12;
|
||||
optional string clientid = 13;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -119,6 +119,7 @@ message Command_Register {
|
|||
// Country code of the user. 2 letter ISO format
|
||||
optional string country = 5;
|
||||
optional string real_name = 6;
|
||||
optional string clientid = 7;
|
||||
}
|
||||
|
||||
// User wants to activate an account
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue