From 6e6c9ae4cb82f02061bf1fb17bba1076667489db Mon Sep 17 00:00:00 2001 From: Ginger Date: Thu, 8 Jan 2026 20:14:43 -0500 Subject: [PATCH] chore: Update news fragments --- changelog.d/+6de5f7b2.misc.md | 2 +- changelog.d/+f4a756d9.feature.md | 2 +- changelog.d/783.feature.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/changelog.d/+6de5f7b2.misc.md b/changelog.d/+6de5f7b2.misc.md index 35f98e0a..e23ea61f 100644 --- a/changelog.d/+6de5f7b2.misc.md +++ b/changelog.d/+6de5f7b2.misc.md @@ -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 diff --git a/changelog.d/+f4a756d9.feature.md b/changelog.d/+f4a756d9.feature.md index e1ed7f56..dc131667 100644 --- a/changelog.d/+f4a756d9.feature.md +++ b/changelog.d/+f4a756d9.feature.md @@ -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 diff --git a/changelog.d/783.feature.md b/changelog.d/783.feature.md index fe9925ed..447d885d 100644 --- a/changelog.d/783.feature.md +++ b/changelog.d/783.feature.md @@ -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