benevo
November 23, 2024, 8:45am
1
Hey I noted that my pr has been triaged, thanks. However, the priory level of said triage does not match the linked issue. I would like to bring this up for further discussion here.
My opinion is that these should not deviate. If a re-assessment of the issue is required, then do so, but to have a difference in PR and issue level assessments, does not make since.
Errant
November 23, 2024, 9:16am
2
Link the Issue or PR please
benevo
November 23, 2024, 11:15am
3
opened 08:30AM - 04 Sep 24 UTC
P1: High
T: New Feature
It's very easy to end the round while trying to change tab. I definitely do not … know this from experience.
opened 06:43PM - 26 Aug 23 UTC
P1: High
T: New Feature
WizDen currently deals with bad usernames by placing an account ban, but since y… ou can easily change usernames now this is not ideal. There are two primary purposes which should be served:
# Preemptive bans
In this use case, multiple blacklist regex are defined. Unlike notes and bans, these are likely to be modified frequently, at least in the time around their initial creation, so it may be beneficial to keep that in mind when designing a way to audit the changes. This would also benefit from a whitelist system, where specific usernames are provided that will be permitted even if they match a blacklist regex. Neither the regex blacklist nor the username whitelist strictly require the ability for admins to interact with them in-game, interaction through SS14.Admin is probably ideal.
# Reactive bans
In this use case, a player joins with a username that the game admins want to ban, so the specific player's username is blacklisted. This should be possible in-game.
# Ban message
The ban message for a username blacklist should probably be configurable, and each blacklist entry should probably have the ability to have a note added to it, especially regex blacklists, but a public per username ban reason is probably not needed. Players that hit a username ban should just be clearly told that their username isn't permitted and they can change it at (link) or appeal at (link).
These are the issues; however, I more hoping that this could be addressed in policy so that it does not happen. Resolving specific cases is less important.