chore: Update news fragments

This commit is contained in:
Ginger 2026-01-08 20:14:43 -05:00
parent 5a2a1b6240
commit 6e6c9ae4cb
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
The `console` feature is now enabled by default, allowing the server console to be used for running admin commands directly.
The `console` feature is now enabled by default, allowing the server console to be used for running admin commands directly. Contributed by @ginger

View file

@ -1 +1 @@
Certain potentially dangerous admin commands are now restricted to only be usable in the admin room and server console.
Certain potentially dangerous admin commands are now restricted to only be usable in the admin room and server console. Contributed by @ginger

View file

@ -1 +1 @@
Added support for issuing additional registration tokens, stored in the database, which supplement the existing registration token hardcoded in the config file. These tokens may optionally expire after a certain number of uses or after a certain amount of time has passed. Additionally, the `registration_token_file` configuration option is superseded by this feature and **has been removed**.
Added support for issuing additional registration tokens, stored in the database, which supplement the existing registration token hardcoded in the config file. These tokens may optionally expire after a certain number of uses or after a certain amount of time has passed. Additionally, the `registration_token_file` configuration option is superseded by this feature and **has been removed**. Contributed by @ginger