jech / galene

The Galène videoconference server
https://galene.org
MIT License
899 stars 119 forks source link

Feature request: Add UUID to username metadata of chat #196

Closed TechnologyClassroom closed 2 months ago

TechnologyClassroom commented 2 months ago

If two people login with the same username such as two people with the same chosen name or no username (anon) and then one of them says something inappropriate in the chat, there is no way for the operator to tell which user should be kicked.

As a technical measure, adding a UUID such as the string that looks like user-1bb1b976001905674edf7386e26a8ec6 when you look at the user list could maybe be added to the message-user class of each user entry in the chat.

Edit: Alternatively, the chat log including IP addresses could be logged in the server-side.

jech commented 2 months ago

What about having a context menu on chat entries that allows:

TechnologyClassroom commented 2 months ago

That would be incredible.

jech commented 2 months ago

Done in e68ff86. The menu is bound to double-click, since otherwise it would interfere with copy-paste.

TechnologyClassroom commented 2 months ago

I tested this and this works as long as the account is still logged in. Thank you!