mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-16 05:38:27 +00:00
[Loginserver] Worldserver Name Sanitization (#1739)
* Sanitize bad words in server names * Add config options and enforcement for dev/test servers and servers starting with a special character * Refine bad word logic * Add installer to dev/test servers * Change server prefixes * Special char prefix * Formatting * Remove multi words * Add server types enum * Add error constants * Remove sanitize from world level * Use strn0cpy
This commit is contained in:
@@ -603,8 +603,6 @@ void LoginServer::SendInfo()
|
||||
WorldConfig::SetLocalAddress(l->local_ip_address);
|
||||
}
|
||||
|
||||
SanitizeWorldServerName(l->server_long_name);
|
||||
|
||||
LogInfo(
|
||||
"[LoginServer::SendInfo] protocol_version [{}] server_version [{}] long_name [{}] short_name [{}] account_name [{}] remote_ip_address [{}] local_ip [{}]",
|
||||
l->protocol_version,
|
||||
|
||||
Reference in New Issue
Block a user