The Wayback Machine - https://web.archive.org/web/20200707134102/https://github.com/mumble-voip/mumble/issues/3967
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

Possibility to set a local nickname for users #3967

Open
nifker opened this issue Feb 12, 2020 · 7 comments
Open

Possibility to set a local nickname for users #3967

nifker opened this issue Feb 12, 2020 · 7 comments

Comments

@nifker
Copy link

@nifker nifker commented Feb 12, 2020

Mumble-Client.

It would be nice if it would be possible to give others users(only seen by yourself) nickname next to the username, so people can be fastly recognized even if they e.g. have a username which is similiar to another users username.

Suggestion:
This can be set by right-clicking the users name with an entry called "Set nickname".

Then name would like the following in the UI:
< username > [< nickname >]

@Krzmbrzl
Copy link
Member

@Krzmbrzl Krzmbrzl commented Feb 12, 2020

Should this nickname be persistent or do you have a scenario in mind in which these nicknames apply to one server-session only.
In the latter case I think it would be almost trivial to implement this 🤔

@nifker
Copy link
Author

@nifker nifker commented Feb 12, 2020

Would be saved client-side only and for one specific client(identified from cert) only.

@Krzmbrzl
Copy link
Member

@Krzmbrzl Krzmbrzl commented Feb 12, 2020

So persistence based on a certain certificate.

Hm, I don't even know right now whether a client will have access to another clients certificate. Though I think I read somewhere that one can view other user's certificates...
If this is the case, this should still be more or less easy to implement.

@Vipulsh
Copy link

@Vipulsh Vipulsh commented Mar 1, 2020

I would like to work on this. Everyone should have unique nicknames, is that correct?
I am a beginner on this , so looking forward to work on it.

@nifker
Copy link
Author

@nifker nifker commented Mar 1, 2020

@Vipulsh I dont think that would be mandatory, as many people just name them after real life names(and thus there can be people having the same name).

@Krzmbrzl
Copy link
Member

@Krzmbrzl Krzmbrzl commented Mar 1, 2020

@Vipulsh very good to hear you are willing to take up the task 👍

Users are identified by an ID which is an integer that is assigned to them by the server. The user name is for displaying purposes only so there's no need for them to be unique.

I think it might be best if you were to join our IRC channel via matrix (https://riot.im/app/#/room/#mumble:matrix.org). That's often times the best place to discuss implementation details :)
If you don't want to it'd be also fine to do the discussion on this issue though.

If you need anything else, please let me know :D

@Vipulsh
Copy link

@Vipulsh Vipulsh commented Mar 2, 2020

@Krzmbrzl @nifker Thanks for the updates . I'll surely be joining the channel to discuss it further. Meanwhile, I'll go through the code and see what changes I can make.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.