summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2018-08-03 09:25:15 +0100
committerErik Johnston <erik@matrix.org>2018-08-03 09:25:15 +0100
commitcb298ff623c1ad375084f7687b7f6e546c4c1c1f (patch)
tree81854fc4ae0a45bed487a58f2c40974b683adb92 /changelog.d
parentNewsfile (diff)
parentMerge pull request #3645 from matrix-org/michaelkaye/mention_newsfragment (diff)
downloadsynapse-cb298ff623c1ad375084f7687b7f6e546c4c1c1f.tar.xz
Merge branch 'develop' of github.com:matrix-org/synapse into erikj/refactor_repl_servlet
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/2952.bugfix1
-rw-r--r--changelog.d/3384.misc1
-rw-r--r--changelog.d/3543.misc1
-rw-r--r--changelog.d/3569.bugfix1
-rw-r--r--changelog.d/3612.misc1
-rw-r--r--changelog.d/3621.misc1
-rw-r--r--changelog.d/3628.misc1
-rw-r--r--changelog.d/3630.feature1
-rw-r--r--changelog.d/3634.misc1
-rw-r--r--changelog.d/3638.misc1
-rw-r--r--changelog.d/3639.feature1
-rw-r--r--changelog.d/3645.misc1
12 files changed, 12 insertions, 0 deletions
diff --git a/changelog.d/2952.bugfix b/changelog.d/2952.bugfix
new file mode 100644

index 0000000000..07a3e48304 --- /dev/null +++ b/changelog.d/2952.bugfix
@@ -0,0 +1 @@ +Make /directory/list API return 404 for room not found instead of 400 diff --git a/changelog.d/3384.misc b/changelog.d/3384.misc new file mode 100644
index 0000000000..5d56c876d9 --- /dev/null +++ b/changelog.d/3384.misc
@@ -0,0 +1 @@ +Rewrite cache list decorator diff --git a/changelog.d/3543.misc b/changelog.d/3543.misc new file mode 100644
index 0000000000..d231d17749 --- /dev/null +++ b/changelog.d/3543.misc
@@ -0,0 +1 @@ +Improve Dockerfile and docker-compose instructions diff --git a/changelog.d/3569.bugfix b/changelog.d/3569.bugfix new file mode 100644
index 0000000000..d77f035ee0 --- /dev/null +++ b/changelog.d/3569.bugfix
@@ -0,0 +1 @@ +Unicode passwords are now normalised before hashing, preventing the instance where two different devices or browsers might send a different UTF-8 sequence for the password. diff --git a/changelog.d/3612.misc b/changelog.d/3612.misc new file mode 100644
index 0000000000..f90d2f2ff5 --- /dev/null +++ b/changelog.d/3612.misc
@@ -0,0 +1 @@ +Make EventStore inherit from EventFederationStore diff --git a/changelog.d/3621.misc b/changelog.d/3621.misc new file mode 100644
index 0000000000..83e5fc8aa1 --- /dev/null +++ b/changelog.d/3621.misc
@@ -0,0 +1 @@ +Refactor FederationHandler to move DB writes into separate functions diff --git a/changelog.d/3628.misc b/changelog.d/3628.misc new file mode 100644
index 0000000000..1aebefbe18 --- /dev/null +++ b/changelog.d/3628.misc
@@ -0,0 +1 @@ +Remove unused field "pdu_failures" from transactions. diff --git a/changelog.d/3630.feature b/changelog.d/3630.feature new file mode 100644
index 0000000000..8007a04840 --- /dev/null +++ b/changelog.d/3630.feature
@@ -0,0 +1 @@ +Add ability to limit number of monthly active users on the server diff --git a/changelog.d/3634.misc b/changelog.d/3634.misc new file mode 100644
index 0000000000..2cd6af91ff --- /dev/null +++ b/changelog.d/3634.misc
@@ -0,0 +1 @@ +rename replication_layer to federation_client diff --git a/changelog.d/3638.misc b/changelog.d/3638.misc new file mode 100644
index 0000000000..9faab15cf2 --- /dev/null +++ b/changelog.d/3638.misc
@@ -0,0 +1 @@ +Factor out exception handling in federation_client diff --git a/changelog.d/3639.feature b/changelog.d/3639.feature new file mode 100644
index 0000000000..c8c387e219 --- /dev/null +++ b/changelog.d/3639.feature
@@ -0,0 +1 @@ +When we fail to join a room over federation, pass the error code back to the client. \ No newline at end of file diff --git a/changelog.d/3645.misc b/changelog.d/3645.misc new file mode 100644
index 0000000000..0fe6b28da1 --- /dev/null +++ b/changelog.d/3645.misc
@@ -0,0 +1 @@ +Update CONTRIBUTING to mention newsfragments.