mumble-voip/mumble

Improve error message for invalid channel name

Open

#3993 opened on Mar 13, 2020

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C++ (5,642 stars) (1,062 forks)batch import
feature-requestgood first issueserver

Description

Context We had a bunch of users that have been confused as to why they can't name their channels in a certain way. This is because from the error message it isn't clear what names would be allowed and that this is a server setting that can be tweaked.

Describe the feature you have in mind We should enhance the error message to include the RegEx that is currently set for the server when stating that the name is invalid. And potentially we also want to include a hint that this is a setting of the server and nothing hard-coded.

Contributor guide