matrix-org/dendrite

Special case /register for application services

オープン

#630 opened on 2019/01/08

 (4 件のコメント) (0 件のリアクション) (0 人の担当者)Go (658 件のフォーク)auto 404
C-App-ServicesC-Client-APIT-Enhancementgood first issuespec-compliance

Repository metrics

Stars
 (5,632 個のスター)
PR merge metrics
 (PR metrics pending)

説明

  • Allow an application service to register usernames starting with underscores if its configuration file allows it.
  • Support non-exclusive namespaces.

The latter means we shouldn't respond with Only 1 match allowed-like errors if a user ID provided during registration from an appservice matches more than one namespace and none of these namespaces is defined as exclusive. This requires checking whether a namespace is exclusive during registration.

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