Feature: console command to change authorized keys

This commit is contained in:
Rubidium
2024-03-17 19:11:55 +01:00
committed by rubidium42
parent b7dfa3eb90
commit 4af089b9be
4 changed files with 112 additions and 0 deletions

View File

@@ -121,6 +121,7 @@ public:
}
const std::string &GetClientIP();
std::string_view GetPeerPublicKey() const { return this->peer_public_key; }
static ServerNetworkGameSocketHandler *GetByClientID(ClientID client_id);
};