summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2019-01-31 11:44:04 +0000
committerAmber Brown <hawkowl@atleastfornow.net>2019-01-31 11:44:04 +0000
commit563f6a832b379e2cde6b5618a7c344c2bcd793a1 (patch)
tree4a2510a5ff614ac0db5ffd8c8f9445f38f0cf44b /changelog.d
parentMerge remote-tracking branch 'origin/release-v0.99.0' into develop (diff)
downloadsynapse-563f6a832b379e2cde6b5618a7c344c2bcd793a1.tar.xz
Reject large transactions on federation (#4513)
* Reject large transactions on federation

* Add changelog

* lint

* Simplify large transaction handling
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/4513.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4513.misc b/changelog.d/4513.misc
new file mode 100644
index 0000000000..1f64a96465
--- /dev/null
+++ b/changelog.d/4513.misc
@@ -0,0 +1 @@
+Reject federation transactions if they include more than 50 PDUs or 100 EDUs.
\ No newline at end of file