Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Room code scrambling + personalization #15

Open
rcelyte opened this issue Aug 25, 2023 · 0 comments
Open

Room code scrambling + personalization #15

rcelyte opened this issue Aug 25, 2023 · 0 comments
Labels
enhancement New feature or request server Involves BeatUpServer

Comments

@rcelyte
Copy link
Owner

rcelyte commented Aug 25, 2023

Room codes should be randomized for private rooms and mapped to wire handles via hash accelerated table lookup, avoiding duplicate codes. A filter is needed to avoid unfortunate strings showing up in codes from any source: indexed, random, or custom set by the host. Additionally, the following characters should be aliased due to similar appearance in-game:

  • B -> 8
  • D -> 0
  • I -> 1
  • O -> 0
@rcelyte rcelyte added the enhancement New feature or request label Aug 25, 2023
@rcelyte rcelyte added the server Involves BeatUpServer label Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request server Involves BeatUpServer
Projects
None yet
Development

No branches or pull requests

1 participant