diff options
author | Kegsay <kegan@matrix.org> | 2020-06-23 13:15:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-23 13:15:15 +0100 |
commit | 914f6cadceebad98ed2a3f134437531a1426fc30 (patch) | |
tree | b28669455d59bef1a95e78a90180bc3b84e92735 /sytest-whitelist | |
parent | 4220a374cabbc1a885d9c79037fcf42e14fef677 (diff) |
Add /send restrictions and return correct error codes (#1156)
* Add /send restrictions and return correct error codes
- Max 50 PDUs / 100 EDUs
- Fail the transaction when PDUs contain bad JSON
* Update whitelist
* Unbreak test
* Linting
Diffstat (limited to 'sytest-whitelist')
-rw-r--r-- | sytest-whitelist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sytest-whitelist b/sytest-whitelist index 77ec6cd9..ef91507b 100644 --- a/sytest-whitelist +++ b/sytest-whitelist @@ -317,6 +317,8 @@ Invalid JSON integers Invalid JSON special values Invalid JSON floats Outbound federation will ignore a missing event with bad JSON for room version 6 +Server correctly handles transactions that break edu limits +Server rejects invalid JSON in a version 6 room Can download without a file name over federation POST /media/r0/upload can create an upload GET /media/r0/download can fetch the value again |