summary refs log tree commit diff
path: root/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* Proper types for tests.test_terms_auth (#15007)David Robertson2023-02-071-6/+13
* Add tests for using _flatten_dict with an event. (#15002)Patrick Cloke2023-02-071-1/+62
* Properly typecheck types.http (#14988)David Robertson2023-02-0713-185/+289
* Add missing types to test_state. (#14985)Patrick Cloke2023-02-061-61/+137
* Type hints for tests.federation (#14991)David Robertson2023-02-068-91/+125
* Add missing type hints to tests.replication. (#14987)Patrick Cloke2023-02-0619-149/+189
* Type hints for tests.appservice (#14990)David Robertson2023-02-063-51/+100
* Properly typecheck tests.api (#14983)David Robertson2023-02-034-107/+134
* Implement MSC3958: suppress notifications from edits (#14960)Patrick Cloke2023-02-031-1/+41
* Properly typecheck tests.app (#14984David Robertson2023-02-033-14/+25
* Add a docstring & tests for _flatten_dict. (#14981)Patrick Cloke2023-02-031-1/+25
* Support the backwards compatibility features in MSC3952. (#14958)Patrick Cloke2023-02-032-58/+151
* Faster joins: Refactor handling of servers in room (#14954)Sean Quah2023-02-032-2/+2
* Reload the pyo3-log config when the Python logging config changes. (#14976)Patrick Cloke2023-02-031-0/+3
* Add helper to parse an enum from query args & use it. (#14956)Patrick Cloke2023-02-011-1/+4
* Attempt to delete more duplicate rows in receipts_linearized table. (#14915)Patrick Cloke2023-02-011-1/+3
* Add more user information to export-data command. (#14894)Dirk Klimpel2023-02-011-0/+60
* Make sqlite database migrations transactional again, part two (#14926)Sean Quah2023-01-311-0/+96
* Handle malformed values of `notification.room` in power level events (#14942)David Robertson2023-01-302-14/+111
* Implement MSC3952: Intentional mentions (#14823)Patrick Cloke2023-01-272-7/+147
* Add missing type hints in tests (#14879)Patrick Cloke2023-01-265-38/+69
* Fix type hints in typing edu unit tests (#14886)Andrew Morgan2023-01-263-42/+65
* Add missing type hints for tests.events. (#14904)Patrick Cloke2023-01-253-61/+85
* Fix type hints in knocking tests. (#14887)Andrew Morgan2023-01-252-6/+4
* Faster joins: omit partial rooms from eager syncs until the resync completes ...David Robertson2023-01-233-8/+10
* Skip processing stats for broken rooms. (#14873)Patrick Cloke2023-01-231-34/+54
* Fix type hints for Monthly Active Users tests (#14889)Andrew Morgan2023-01-221-6/+7
* Add type hints to `TestRatelimiter` (#14885)Andrew Morgan2023-01-211-15/+51
* Always notify replication when a stream advances (#14877)Erik Johnston2023-01-203-16/+14
* Faster joins: Avoid starting duplicate partial state syncs (#14844)Sean Quah2023-01-201-1/+111
* Wait for streams to catch up when processing HTTP replication. (#14820)Erik Johnston2023-01-182-15/+14
* Change default room version to 10. Implements MSC3904 (#14111)Catalan Lover2023-01-181-3/+9
* Stabilise serving partial join responses (#14839)David Robertson2023-01-171-2/+1
* Fix bug in `wait_for_stream_position` (#14856)Erik Johnston2023-01-171-0/+78
* Remove unnecessary reactor reference from `_PerHostRatelimiter` (#14842)Sean Quah2023-01-161-4/+4
* Also use stable name in SendJoinResponse struct (#14841)David Robertson2023-01-161-3/+3
* Use stable identifiers for faster joins (#14832)David Robertson2023-01-132-21/+58
* Fix stack overflow in `_PerHostRatelimiter` due to synchronous requests (#14812)Sean Quah2023-01-131-3/+42
* Re-enable some linting (#14821)Erik Johnston2023-01-121-3/+3
* Add `set_displayname` to the module API (#14629)Emelie Graven2023-01-111-0/+18
* Factor out common code in tests and fix comments. (#14819)Patrick Cloke2023-01-111-36/+49
* Fix-up type hints for tests.push module. (#14816)Patrick Cloke2023-01-114-57/+61
* Implement MSC3925: changes to bundling of edits (#14811)Richard van der Hoff2023-01-101-55/+130
* Unescape HTML entities in oEmbed titles. (#14781)Jeyachandran Rathnam2023-01-091-0/+10
* Disable sending confirmation email when 3pid is disabled #14682 (#14725)Jeyachandran Rathnam2023-01-091-25/+5
* Support RFC7636 PKCE in the OAuth 2.0 flow. (#14750)Patrick Cloke2023-01-042-8/+145
* Add missing type hints to tests. (#14687)Patrick Cloke2022-12-283-62/+90
* Add missing type hints to tests.config. (#14681)Patrick Cloke2022-12-1614-91/+102
* Add missing type hints to tests.handlers. (#14680)Patrick Cloke2022-12-1619-373/+524
* Allow selecting "prejoin" events by state keys (#14642)David Robertson2022-12-135-627/+803
* Move `StateFilter` to `synapse.types` (#14668)David Robertson2022-12-121-1/+1
* Revert the deletion of stale devices due to performance issues. (#14662)reivilibre2022-12-122-35/+2
* Add optional ICU support for user search (#14464)Brendan Abolivier2022-12-121-0/+43
* Require types in tests.storage. (#14646)Patrick Cloke2022-12-0933-330/+483
* Limit the number of devices we delete at once (#14649)Erik Johnston2022-12-091-0/+31
* Delete stale non-e2e devices for users, take 2 (#14595)Erik Johnston2022-12-092-2/+4
* Respond with proper error responses on unknown paths. (#14621)Patrick Cloke2022-12-084-5/+5
* Check the stream position before checking if the cache is empty. (#14639)Patrick Cloke2022-12-081-3/+4
* Reject receipt requests with invalid room or event IDs. (#14632)Nick Mills-Barrett2022-12-071-0/+76
* Fix a long-standing bug where the user directory would return 1 more row than...reivilibre2022-12-071-0/+6
* Faster remote room joins: unblock tasks waiting for full room state when the ...reivilibre2022-12-061-0/+65
* Improve logging and opentracing for to-device message handling (#14598)Richard van der Hoff2022-12-061-1/+6
* Better return type for `get_all_entities_changed` (#14604)Erik Johnston2022-12-051-8/+12
* Compare to the earliest known stream pos in the stream change cache. (#14435)Patrick Cloke2022-12-051-25/+13
* Add missing types to tests.util. (#14597)Patrick Cloke2022-12-0219-266/+357
* Add `push.enabled` option to disable push notification calculation (#14551)Will Hunt2022-12-011-2/+43
* Merge branch 'release-v1.73' into developDavid Robertson2022-12-012-4/+2
|\
| * Revert "POC delete stale non-e2e devices for users (#14038)" (#14582)David Robertson2022-11-292-4/+2
* | Modernize unit tests configuration settings for workers. (#14568)realtyem2022-12-0117-81/+122
* | Aggregate unread notif count query for badge count calculation (#14255)Nick Mills-Barrett2022-11-301-8/+39
* | Use servers list approx to send read receipts when in partial state (#14549)Mathieu Velten2022-11-301-0/+4
* | Stop using deprecated `keyIds` param on /key/v2/server (#14525)Richard van der Hoff2022-11-302-17/+2
|/
* POC delete stale non-e2e devices for users (#14038)Erik Johnston2022-11-292-2/+4
* Initial support for MSC3931: Room version push rule feature flags (#14520)Travis Ralston2022-11-281-0/+2
* Move MSC3030 `/timestamp_to_event` endpoint to stable v1 location (#14471)Eric Eastwood2022-11-281-6/+1
* Use `device_one_time_keys_count` to match MSC3202 (#14565)Andrew Ferrazzutti2022-11-282-5/+5
* Include thread information when sending receipts over federation. (#14466)Patrick Cloke2022-11-281-0/+77
* Add support for handling avatar with SSO login (#13917)Ashish Kumar2022-11-251-0/+145
* Implement message forward pagination from start when no from is given, fixes ...Benjamin Kampmann2022-11-241-0/+40
* Remove legacy Prometheus metrics names. They were deprecated in Synapse v1.69...reivilibre2022-11-241-3/+4
* Add missing type hints to test.util.caches (#14529)Patrick Cloke2022-11-225-61/+69
* Add a type hint for `get_device_handler()` and fix incorrect types. (#14055)Patrick Cloke2022-11-222-7/+17
* Track unconverted device list outbound pokes using a position instead (#14516)Sean Quah2022-11-221-2/+1
* Batch fetch bundled references (#14508)Patrick Cloke2022-11-221-2/+2
* Batch fetch bundled annotations (#14491)Patrick Cloke2022-11-221-2/+2
* Faster joins: filter out non local events when a room doesn't have its full s...Mathieu Velten2022-11-211-5/+5
* Fix /key/v2/server calls with URL-unsafe key IDs (#14490)David Robertson2022-11-181-0/+12
* Reintroduce #14376, with bugfix for monoliths (#14468)David Robertson2022-11-161-10/+152
* Fix an invalid comparison of `UserPresenceState` to `str` (#14393)Andrew Morgan2022-11-163-7/+44
* Remove redundant types from comments. (#14412)Patrick Cloke2022-11-165-26/+30
* Fix background updates failing to add unique indexes on receipts (#14453)Sean Quah2022-11-161-0/+209
* Include heroes in partial join responses' state (#14442)David Robertson2022-11-151-4/+7
* Add an Admin API endpoint for looking up users based on 3PID (#14405)Ashish Kumar2022-11-111-13/+94
* Merge/remove `Slaved*` stores into `WorkerStores` (#14375)Nick Mills-Barrett2022-11-111-3/+3
* Drop support for Postgres 10 in full text search code. (#14397)Patrick Cloke2022-11-091-52/+17
* Correctly create power level event during initial room creation (#14361)Shay2022-11-071-2/+2
* Do not reject `/sync` requests with unrecognised filter fields (#14369)Sean Quah2022-11-071-2/+19
* Fix /refresh endpoint version (#14364)Tulir Asokan2022-11-041-8/+8
* Implement MSC3912: Relation-based redactions (#14260)Brendan Abolivier2022-11-032-4/+306
* Run trial tests against Python 3.11 (#13812)David Robertson2022-11-011-0/+11
* Fix dehydrated device REST checks (#14336)David Robertson2022-10-311-0/+34
* Support OIDC backchannel logouts (#11414)Quentin Gliech2022-10-314-30/+448
* Avoid incrementing bg process utime/stime counters by negative durations (#14...David Robertson2022-10-313-2/+27
* Merge branch 'master' into developOlivier Wilkinson (reivilibre)2022-10-282-6/+56
|\
| * Fix room creation being rate limited too aggressively since Synapse v1.69.0. ...reivilibre2022-10-281-3/+51
| * Fix incorrectly sending authentication tokens to application service as heade...David Robertson2022-10-261-3/+5
* | Check appservice user interest against the local users instead of all users (...Eric Eastwood2022-10-272-10/+162
* | Fix tests for change in PostgreSQL 14 behavior change. (#14310)Patrick Cloke2022-10-271-4/+12
* | Refactor MSC3030 `/timestamp_to_event` to move away from our snowflake pull f...Eric Eastwood2022-10-261-4/+8
* | fix broken avatar checks when server_name contains a port (#13927)Ashish Kumar2022-10-261-0/+49
* | Save login tokens in database (#13844)Quentin Gliech2022-10-262-85/+78
* | Unified search query syntax using the full-text search capabilities of the un...James Salter2022-10-251-0/+213
* | Merge branch 'release-v1.70' into developOlivier Wilkinson (reivilibre)2022-10-251-33/+77
|\|
| * Properly update the threads table when thread events are redacted. (#14248)Patrick Cloke2022-10-211-33/+77
* | Refactor OIDC tests to better mimic an actual OIDC provider. (#13910)Quentin Gliech2022-10-257-455/+734
* | Implementation for MSC3664: Pushrules for relations (#11804)DeepBlueV7.X2022-10-251-1/+214
* | Remove unused `@lru_cache` decorator (#13595)Nick Mills-Barrett2022-10-251-36/+4
* | Add initial power level event to batch of bulk persisted events when creating...Shay2022-10-212-2/+2
* | Show erasure status when listing users in the Admin API (#14205)Tadeusz Sośnierz2022-10-211-1/+34
* | Use servlets for /key/ endpoints. (#14229)Patrick Cloke2022-10-202-3/+3
* | Bump flake8-bugbear from 21.3.2 to 22.9.23 (#14042)dependabot[bot]2022-10-192-5/+4
|/
* Fix MSC3030 `/timestamp_to_event` returning `outliers` that it has no idea wh...Eric Eastwood2022-10-181-0/+65
* Implementation of HTTP 307 response for MSC3886 POST endpoint (#14018)Hugh Nimmo-Smith2022-10-184-28/+120
* Avoid checking the event cache when backfilling events (#14164)Andrew Morgan2022-10-181-1/+104
* Remove `_get_events_cache` check optimisation from `_have_seen_events_dict` (...Andrew Morgan2022-10-181-12/+0
* Support filtering the /messages API by relation type (MSC3874). (#14148)Patrick Cloke2022-10-174-172/+155
* Stop getting missing `prev_events` after we already know their signature is i...Eric Eastwood2022-10-152-2/+263
* Accept threaded receipts for events related to the root event. (#14174)Patrick Cloke2022-10-141-0/+111
* Do not allow a None-limit on PaginationConfig. (#14146)Patrick Cloke2022-10-141-1/+2
* Stabilize the threads API. (#14175)Patrick Cloke2022-10-141-18/+29
* Add an API for listing threads in a room. (#13394)Patrick Cloke2022-10-131-0/+151
* Remove the experimental implementation of MSC3772. (#14094)Patrick Cloke2022-10-121-74/+2
* Fix a bug where redactions were not being sent over federation if we did not ...Shay2022-10-111-7/+11
* Making parse_server_name more consistent (#14007)Abdullah Osama2022-10-111-0/+3
* Indicate what endpoint came back with a JSON response we were unable to parse...Eric Eastwood2022-10-071-1/+3
* Be more lenient in the oEmbed response parsing. (#14089)Patrick Cloke2022-10-071-1/+102
* Always close _all_ `ijson` coroutines, even if doing so raises Exceptions (#1...David Robertson2022-10-061-0/+37
* Merge tag 'v1.69.0rc2' into developSean Quah2022-10-061-0/+74
|\
| * Fix sending events into rooms with non-integer power levels (#14073)David Robertson2022-10-061-0/+74
* | Fix handling of public rooms filter with a network tuple. (#14053)Patrick Cloke2022-10-051-10/+31
* | Use threaded receipts when fetching events for push. (#13878)Patrick Cloke2022-10-041-18/+39
* | Recursively fetch the thread for receipts & notifications. (#13824)Patrick Cloke2022-10-041-0/+100
* | Mark events as read using threaded read receipts from MSC3771. (#13877)Patrick Cloke2022-10-041-1/+188
* | Track notification counts per thread (implement MSC3773). (#13776)Patrick Cloke2022-10-042-6/+180
* | Send the appservice access token as a header. (#13996)Patrick Cloke2022-10-041-2/+6
|/
* Track when the pulled event signature fails (#13815)Eric Eastwood2022-10-032-2/+77
* Do not return unspecced original_event field when using the stable /relations...Patrick Cloke2022-10-031-5/+8
* Add query parameter `ts` to allow appservices set the `origin_server_ts` for ...lukasdenk2022-10-031-2/+117
* Skip filtering during push if there are no push actions (#13992)Erik Johnston2022-09-301-2/+2
* Update mypy and mypy-zope, attempt 3 (#13993)David Robertson2022-09-302-4/+7
* Revert "Update mypy and mypy-zope (#13925)"David Robertson2022-09-302-7/+3
* Update mypy and mypy-zope (#13925)David Robertson2022-09-302-3/+7
* Speed up calculating push actions in large rooms (#13973)Erik Johnston2022-09-301-2/+80
* Fix overflows in /messages backfill calculation (#13936)David Robertson2022-09-301-12/+49
* Don't require `setuptools_rust` at runtime (#13952)David Robertson2022-09-291-2/+18
* Implement push rule evaluation in Rust. (#13838)Erik Johnston2022-09-291-11/+9
* Optimise get_rooms_for_user (drop with_stream_ordering) (#13787)Nick Mills-Barrett2022-09-291-0/+1
* Allow admins to require a manual approval process before new accounts can be ...Brendan Abolivier2022-09-296-8/+398
* Expose MSC3882 only be under an unstable endpoint. (#13868)Hugh Nimmo-Smith2022-09-291-7/+9
* Clarify that a method returns only unthreaded receipts. (#13937)Patrick Cloke2022-09-291-36/+38
* Limit and filter the number of backfill points to get from the database (#13879)Eric Eastwood2022-09-281-22/+58
* Persist CreateRoom events to DB in a batch (#13800)Shay2022-09-284-6/+20
* Prepatory work for batching events to send (#13487)Shay2022-09-281-2/+2
* Fix `have_seen_event` cache not being invalidated (#13863)Eric Eastwood2022-09-272-49/+136
* Support the stable dir parameter for /relations. (#13920)Patrick Cloke2022-09-271-4/+2
* Improve tests for get_unread_push_actions_for_user_in_range_*. (#13893)Patrick Cloke2022-09-261-16/+72
* typing: check origin server of typing event against room's servers (#13830)Mathieu Velten2022-09-261-0/+4
* Only try to backfill event if we haven't tried before recently (#13635)Eric Eastwood2022-09-231-4/+477
* Accept & store thread IDs for receipts (implement MSC3771). (#13782)Patrick Cloke2022-09-236-14/+62
* Faster Remote Room Joins: tell remote homeservers that we are unable to autho...reivilibre2022-09-231-1/+1
* Properly paginate forward in the /relations API. (#13840)Patrick Cloke2022-09-221-1/+28
* Track device IDs for pushers (#13831)Brendan Abolivier2022-09-211-5/+50
* Implementation of MSC3882 login token request (#13722)Hugh Nimmo-Smith2022-09-211-0/+132
* Support enabling/disabling pushers (from MSC3881) (#13799)Brendan Abolivier2022-09-214-17/+139
* Add cache invalidation across workers to module API (#13667)Mathieu Velten2022-09-211-0/+79
* Improve the `synapse.api.auth.Auth` mock used in unit tests. (#13809)Quentin Gliech2022-09-211-26/+10
* Port the push rule classes to Rust. (#13768)Erik Johnston2022-09-201-15/+12
* Add an admin API endpoint to find a user based on its external ID in an auth ...Quentin Gliech2022-09-161-0/+87
* Avoid putting rejected events in room state (#13723)Sean Quah2022-09-161-0/+399
* A third batch of Pydantic validation for rest/client/account.py (#13736)David Robertson2022-09-151-3/+26
* Add a `MXCUri` class to make working with mxc uri's easier. (#13162)Andrew Morgan2022-09-151-64/+38
* Keep track when we try and fail to process a pulled event (#13589)Eric Eastwood2022-09-141-0/+222
* Update event push action and receipt tables to support threads. (#13753)Patrick Cloke2022-09-141-0/+1
* Fix bug in device list caching when remote users leave rooms (#13749)Sean Quah2022-09-141-1/+7
* Require SQLite >= 3.27.0 (#13760)David Robertson2022-09-091-1/+0
* Add timestamp to user's consent (#13741)Dirk Klimpel2022-09-082-7/+27
* Fix error in `is_mine_id` when encountering a malformed ID (#13746)Sean Quah2022-09-081-1/+25
* Cancel the processing of key query requests when they time out. (#13680)reivilibre2022-09-072-1/+38
* Rename the `EventFormatVersions` enum values so that they line up with room v...reivilibre2022-09-073-4/+4
* Add Admin API to Fetch Messages Within a Particular Window (#13672)Connor Davis2022-09-071-1/+157
* Add a stub Rust crate (#12595)Erik Johnston2022-09-061-0/+11
* Remove configuration options for direct TCP replication. (#13647)Patrick Cloke2022-09-063-4/+3
* Share some metrics between the Prometheus exporter and the phone home stats (...Brendan Abolivier2022-09-051-1/+45
* Disable calculating unread counts unless the config flag is enabled. (#13694)Patrick Cloke2022-09-011-22/+20
* Remove support for unstable private read receipts (#13653)Šimon Brandner2022-09-013-83/+36
* Drop support for calling `/_matrix/client/v3/rooms/{roomId}/invite` without a...Jacek Kuśnierz2022-08-313-3/+25
* Generalise the `@cancellable` annotation so it can be used on functions other...reivilibre2022-08-314-4/+6
* Fix admin List Room API return type on sqlite (#13509)David Robertson2022-08-311-5/+14
* Fix that user cannot `/forget` rooms after the last member has left (#13546)Dirk Klimpel2022-08-302-4/+93
* Update `get_users_in_room` mis-use to get hosts with dedicated `get_current_h...Eric Eastwood2022-08-241-5/+12
* Directly lookup local membership instead of getting all members in a room fir...Eric Eastwood2022-08-241-6/+6
* Add experimental configuration option to allow disabling legacy Prometheus me...reivilibre2022-08-241-0/+36
* Drop support for delegating email validation, round 2 (#13596)David Robertson2022-08-231-1/+1
* Fix that sending server notices fail if avatar is `None` (#13566)Dirk Klimpel2022-08-232-3/+62
* `synapse.api.auth.Auth` cleanup: make permission-related methods use `Request...Quentin Gliech2022-08-224-9/+17
* Implement MSC3852: Expose `last_seen_user_agent` to users for their own devic...Andrew Morgan2022-08-192-1/+106
* Register homeserver modules when creating test homeserver (#13558)Andrew Morgan2022-08-194-22/+14
* Reduce the number of tests using TCP replication. (#13543)Patrick Cloke2022-08-195-77/+35
* Fix validation problem that occurs when a user tries to deactivate their acco...reivilibre2022-08-191-0/+15
* Fix a bug in the `/event_reports` Admin API which meant that the total count ...reivilibre2022-08-171-0/+27
* Add forgotten status to Room Details API (#13503)Dirk Klimpel2022-08-172-0/+71
* Make push rules use proper structures. (#13522)Erik Johnston2022-08-161-16/+17
* Use Pydantic to systematically validate a first batch of endpoints in `synaps...David Robertson2022-08-152-5/+58
* Revert "Update locked versions of mypy and mypy-zope (#13521)"David Robertson2022-08-151-1/+3
* Update locked versions of mypy and mypy-zope (#13521)David Robertson2022-08-151-3/+1
* Use literals in place of `HTTPStatus` constants in tests (#13488)Dirk Klimpel2022-08-1011-447/+176
* Allow use of both `@trace` and `@tag_args` stacked on the same function (#13453)Eric Eastwood2022-08-091-0/+83
* Use literals in place of `HTTPStatus` constants in tests (#13479)Dirk Klimpel2022-08-0911-141/+140
* Strengthen tests about deleted old push actions. (#13471)Patrick Cloke2022-08-091-0/+15
* Use literals in place of `HTTPStatus` constants in tests (#13469)Dirk Klimpel2022-08-0812-331/+328
* Support stable identifiers for MSC2285: private read receipts. (#13273)Šimon Brandner2022-08-053-52/+119
* Use literals in place of `HTTPStatus` constants in tests (#13463)Dirk Klimpel2022-08-0517-191/+171
* Update module API "update room membership" method to allow for remote joins (...Matt C2022-08-051-0/+29
* Add module API method to create a room (#13429)Matt C2022-08-041-0/+51
* Fix rooms not being properly excluded from incremental sync (#13408)Brendan Abolivier2022-08-041-0/+21
* Return 404 or member list when getting joined_members after leaving (#13374)andrew do2022-08-031-0/+15
* Add module API method to resolve a room alias to a room ID (#13428)Matt C2022-08-031-0/+19
* Faster Room Joins: don't leave a stuck room partial state flag if the join fa...reivilibre2022-08-011-1/+121
* Refactor `_resolve_state_at_missing_prevs` to return an `EventContext` (#13404)Sean Quah2022-08-011-4/+11
* Merge tag 'v1.64.0rc2' into developRichard van der Hoff2022-07-291-1/+1
|\
| * Revert "Drop support for delegating email validation (#13192)" (#13406)3nprob2022-07-291-1/+1
* | Use stable prefixes for MSC3827: filtering of `/publicRooms` by room type (#1...Šimon Brandner2022-07-271-3/+2
* | Add missing type hints for tests.unittest. (#13397)Patrick Cloke2022-07-275-52/+65
* | Implement MSC3848: Introduce errcodes for specific event sending failures (#1...Will Hunt2022-07-271-2/+3
* | Make minor clarifications to the error messages given when we fail to join a ...reivilibre2022-07-271-1/+4
* | Faster room joins: avoid blocking when pulling events with missing prevs (#13...Sean Quah2022-07-263-1/+9
|/
* Support Implicit TLS for sending emails (#13317)Jan Schär2022-07-251-1/+56
* Remove old empty/redundant slaved stores. (#13349)Nick Mills-Barrett2022-07-212-72/+26
* Make DictionaryCache have better expiry properties (#13292)Erik Johnston2022-07-212-9/+36
* Add missing types to opentracing. (#13345)Patrick Cloke2022-07-211-9/+21
* Update `get_pdu` to return the original, pristine `EventBase` (#13320)Eric Eastwood2022-07-201-12/+113
* Validate federation destinations and log an error if server name is invalid. ...Shay2022-07-201-2/+2
* Merge remote-tracking branch 'origin/master' into developErik Johnston2022-07-201-0/+85
|\
| * Don't include appservice users when calculating push rules (#13332)Erik Johnston2022-07-201-0/+85
* | Rate limit joins per-room (#13276)David Robertson2022-07-196-6/+358
* | Update expected DB query count when creating a room (#13307)Andrew Morgan2022-07-181-2/+2
* | Remove unnecessary `json.dumps` from tests (#13303)Dirk Klimpel2022-07-1712-200/+142
* | Use HTTPStatus constants in place of literals in tests. (#13297)Dirk Klimpel2022-07-158-238/+307
* | Provide more info why we don't have any thumbnails to serve (#13038)Eric Eastwood2022-07-151-8/+62
* | Don't pull out the full state when storing state (#13274)Erik Johnston2022-07-152-2/+6