-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
Limit Each Anonymous Chatter to 1 Occupant (by IP Address)? #487
Comments
Hi, I'm aware of this issue. This will not prevent bad actors to create multiple account, but it will help in the normal use case. |
Thank you for the consideration. Your solution sounds great to me; it sounds like this issue is caused by using "XMPP anonymous accounts," which I'm not familiar with because I know nothing about XMPP. I presumed that the current behavior was like what you described: creating throwaway accounts. It sounds like this XMPP 'anonymous accounts' feature is very convenient; it's a shame that it causes this problem. I also agree that 'bad actors' aren't really worth worrying about in the short term. It seems like peertube-plugin-livechat's moderation features are fairly strong and rapidly improving. Thank you again, good luck, and have a nice remainder of your morning! |
An XMPP anonymous account is an account that meets following:
The issue of having no password is that you can connect two browser tabs to the same account (maybe i'm wrong on this, i recently saw a SCRAM option to open sessions, and maybe it is available for anonymous users). The solution i have in mind is pretty simple:
Doing so will make handling anonymous accounts more easy for moderation, and makes a lot of sense with the recent features i'm working on (for example, moderation notes that will come with v11). |
See #546 to follow this new anonymous mode. |
Is your feature request related to a problem? Please describe.
The list of viewers in the chat is filled with duplicate (or alternate) names as anonymous viewers return to the chat in a new tab.
Describe the solution you'd like
When an anonymous viewer requests to join the chat, their IP address is compared to other users in the chat. If it's the same address, they take over the same occupant ID and nickname (which they presumably had before).
Describe alternatives you've considered
Maybe this could be done with cookies, but maybe IP address check would be cleaner. Maybe, rather than taking over the same occupant ID, the old occupant with the same IP address could just be booted, but restricting anonymous users to 1 Occupant could also make viewer Affiliations more useful, etc.
Additional context
The viewer list fills up with duplication / alternate names so quickly that it's not really that useful; it might say that there are 19 chatters but it's really just 4 chatters with 5 entries each. The pasted image is actually the most mild case I've seen of this issue.
Thank you so much for creating and maintaining this fantastic plug-in. I've been using it for a few weeks now with great success, and viewers love it. I'm extremely grateful for many of its features and I'm grateful that it's continuing to improve.
The text was updated successfully, but these errors were encountered: