Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upPossibility to set a local nickname for users #3967
Comments
|
Should this nickname be persistent or do you have a scenario in mind in which these nicknames apply to one server-session only. |
|
Would be saved client-side only and for one specific client(identified from cert) only. |
|
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... |
|
I would like to work on this. Everyone should have unique nicknames, is that correct? |
|
@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). |
|
@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 need anything else, please let me know :D |


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 >]