mumble-voip/mumble

Improve error message for invalid channel name

オープン

#3,993 opened on 2020/03/13

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)C++ (1,062 件のフォーク)batch import
feature-requestgood first issueserver

Repository metrics

Stars
 (5,642 個のスター)
PR merge metrics
 (平均マージ 6d) (30d で 7 merged PRs)

説明

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.

コントリビューターガイド