Skip to content

Feature: Banned nicks collection

Christopher Mark Fullarton requested to merge featureBannedNicksCollection into staging

This update adds a collection for banned nicks. A user will not be able to join if the entered name matches any banned nicknames. There is also an option field now in the kick member dialog which will add the kicked member name to the collection if selected.

On a fresh server startup where the collection is empty it will be filled with the predefined nicks found in the forbiddenNicks.js (ex. forbiddenNicks.json) file in the server folder.

Fixes #171 (closed)

Merge request reports