summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9636.bugfix1
-rw-r--r--changelog.d/9640.misc1
-rw-r--r--changelog.d/9643.feature1
-rw-r--r--changelog.d/9645.misc1
-rw-r--r--changelog.d/9647.misc1
5 files changed, 5 insertions, 0 deletions
diff --git a/changelog.d/9636.bugfix b/changelog.d/9636.bugfix
new file mode 100644

index 0000000000..fa772ed6fc --- /dev/null +++ b/changelog.d/9636.bugfix
@@ -0,0 +1 @@ +Checks if passwords are allowed before setting it for the user. \ No newline at end of file diff --git a/changelog.d/9640.misc b/changelog.d/9640.misc new file mode 100644
index 0000000000..3d410ed4cd --- /dev/null +++ b/changelog.d/9640.misc
@@ -0,0 +1 @@ +Improve performance of federation catch up by sending events the latest events in the room to the remote, rather than just the last event sent by the local server. diff --git a/changelog.d/9643.feature b/changelog.d/9643.feature new file mode 100644
index 0000000000..2f7ccedcfb --- /dev/null +++ b/changelog.d/9643.feature
@@ -0,0 +1 @@ +Add initial experimental support for a "space summary" API. diff --git a/changelog.d/9645.misc b/changelog.d/9645.misc new file mode 100644
index 0000000000..9a7ce364c1 --- /dev/null +++ b/changelog.d/9645.misc
@@ -0,0 +1 @@ +In the `federation_client` commandline client, stop automatically adding the URL prefix, so that servlets on other prefixes can be tested. diff --git a/changelog.d/9647.misc b/changelog.d/9647.misc new file mode 100644
index 0000000000..303a8c6606 --- /dev/null +++ b/changelog.d/9647.misc
@@ -0,0 +1 @@ +In the `federation_client` commandline client, handle inline `signing_key`s in `homeserver.yaml`.