Reserve/namespace bot names vs player signatures #49
Labels
No labels
bug
ci-cd
client
epic:security-hardening
feature
optimization
priority:high
priority:low
priority:medium
server
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
BlackLobster/Server#49
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
signature = Protocol.Name.to_long(downcase(name))is the world-wide identity for both bots and players. A human registering a name matching a bot shares a signature. DB rows do not collide (bots →bot_profilesby name; players →profiles/skillsby signature), but the newSessionGuardtreats them as one identity — a human cannot log in while a same-named bot is online (and vice-versa). Availability quirk, not corruption, but worth closing.Fix options
Acceptance
Part of the Security & Data-Integrity Hardening epic.