mumble-voip/mumble

Improve error message for invalid channel name

Aberta

#3.993 aberto em 13 de mar. de 2020

 (0 comentário) (0 reação) (0 responsável)C++ (1.062 forks)batch import
feature-requestgood first issueserver

Métricas do repositório

Stars
 (5.642 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador