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