-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Banning users that are no longer connected to the server. #5895
Comments
I'm an undergrad student looking to contribute to my first open source project. Would I be able to try implementing this? |
Yes, I would think so. i was thinking that essentially the client needs to keep a liftoff recently disconnected users and use that to provide the required functionality. |
@Krzmbrzl Yes, I would appreciate that. Thank you! |
Alright, so here's what I think might be important in this context:
In case it might be relevant/interesting: Here's the function that formats a user's name such that it becomes clickable and interactable in the first place: Lines 531 to 556 in 600ffb4
I would suggest you create a draft PR as soon as possible, so I can have a few glances at what direction you are picking and potentially give some advice early on :) |
Hi, is this issue open? I'd like to work on it |
Hi, it's indeed still open and as far as I know nobody is working on it currently. |
Actually, @BryantArias wanted to work on this. I have not heard back from them since then though, so I'm not quite sure if that is still the case. @BryantArias maybe you could comment on this? |
Yes, unfortunately I had to drop this issue and forgot to update you. They're good to take it on if they'd like. |
Cool |
Alright, @fuushyn then this is all yours :) |
Context
Banning users that are no longer connected to the server.
Description
Currently Mumble has no way to ban users that have left the server. Client should locally store all required info of users that are in chat history (including auto announcements like someone joining channel) to allow right click ban option. Currently nothing happens if you right click someone's nickname after the left the server. This should change.
Mumble component
Both
OS-specific?
No
Additional information
No response
The text was updated successfully, but these errors were encountered: