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

Better mute system #245

Open
johnnyapol opened this issue Apr 1, 2021 · 1 comment
Open

Better mute system #245

johnnyapol opened this issue Apr 1, 2021 · 1 comment
Assignees
Labels
enhancement The issue describes a change to an existing feature

Comments

@johnnyapol
Copy link
Member

Computer-based mutes (rather than mere user/IP based).

  1. Compute some sort of hash that should be relatively unique to a machine (coveryourtracks from EFF ironically can give us some nice code for computing WebAudio fingerprints or canvas fingerprints).
  2. When muting is done, enforce mutes via logged in users+guests that have a matching hash.

Some caveats:

  1. if the hash is not unique enough, we rish penalizing unrelated people. That's why I'm tempted to tie the hash to the IP so that we can filter out bad actors without blocking an entire school or CGNAT group via their computer
  2. If we're pretty confident in lack of similar matches, we can use it in the short term to limit the effectiveness of raids.

Some study about collisions should be done

@johnnyapol johnnyapol added the enhancement The issue describes a change to an existing feature label Apr 1, 2021
@johnnyapol johnnyapol self-assigned this Apr 1, 2021
@A2Broslol
Copy link

no

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement The issue describes a change to an existing feature
Projects
None yet
Development

No branches or pull requests

2 participants