summary refs log tree commit diff
path: root/synapse/handlers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' into madlittlemods/11850-migrate-to-opentelemetry github/madlittlemods/11850-migrate-to-opentelemetry madlittlemods/11850-migrate-to-opentelemetryEric Eastwood2022-11-211-5/+10
|\
| * Faster joins: filter out non local events when a room doesn't have its full s...Mathieu Velten2022-11-211-5/+10
* | Merge branch 'develop' into madlittlemods/11850-migrate-to-opentelemetryEric Eastwood2022-11-1817-246/+757
|\|
| * Fix an invalid comparison of `UserPresenceState` to `str` (#14393)Andrew Morgan2022-11-161-1/+1
| * Remove redundant types from comments. (#14412)Patrick Cloke2022-11-167-10/+11
| * Don't filter state in /context response (#14461)Erik Johnston2022-11-161-1/+1
| * Include heroes in partial join responses' state (#14442)David Robertson2022-11-151-17/+3
| * Quieter logging for stateres failure at missing prev events (#14346)David Robertson2022-11-101-3/+2
| * Correctly create power level event during initial room creation (#14361)Shay2022-11-071-2/+23
| * Bump flake8-bugbear from 22.9.23 to 22.10.27 (#14329)dependabot[bot]2022-11-041-2/+4
| * Implement MSC3912: Relation-based redactions (#14260)Brendan Abolivier2022-11-032-10/+93
| * Allow PUT/GET of aliases during faster join (#14292)David Robertson2022-11-011-2/+2
| * Support OIDC backchannel logouts (#11414)Quentin Gliech2022-10-312-36/+416
| * Prevent federation user keys query from returning device names if disallowed ...Andrew Morgan2022-10-281-4/+33
| * Merge branch 'master' into developOlivier Wilkinson (reivilibre)2022-10-281-5/+11
| |\
| | * Fix room creation being rate limited too aggressively since Synapse v1.69.0. ...reivilibre2022-10-281-5/+11
| * | Refactor MSC3030 `/timestamp_to_event` to move away from our snowflake pull f...Eric Eastwood2022-10-263-100/+72
| * | fix broken avatar checks when server_name contains a port (#13927)Ashish Kumar2022-10-261-1/+5
| * | Save login tokens in database (#13844)Quentin Gliech2022-10-261-10/+54
| * | Refactor OIDC tests to better mimic an actual OIDC provider. (#13910)Quentin Gliech2022-10-251-4/+11
| * | Add initial power level event to batch of bulk persisted events when creating...Shay2022-10-214-43/+18
| * | Show erasure status when listing users in the Admin API (#14205)Tadeusz Sośnierz2022-10-211-0/+1
| |/
* | Merge branch 'develop' into madlittlemods/11850-migrate-to-opentelemetryEric Eastwood2022-10-2020-295/+490
|\|
| * Prepatory work for adding power level event to batched events (#14214)Shay2022-10-184-16/+28
| * Implementation of HTTP 307 response for MSC3886 POST endpoint (#14018)Hugh Nimmo-Smith2022-10-181-1/+1
| * When restarting a partial join resync, prioritise the server which actioned a...David Robertson2022-10-182-24/+38
| * Avoid checking the event cache when backfilling events (#14164)Andrew Morgan2022-10-181-13/+34
| * Use Pydantic when PUTting room aliases (#14179)David Robertson2022-10-171-8/+11
| * Stop getting missing `prev_events` after we already know their signature is i...Eric Eastwood2022-10-152-0/+47
| * Do not allow a None-limit on PaginationConfig. (#14146)Patrick Cloke2022-10-148-36/+11
| * Add an API for listing threads in a room. (#13394)Patrick Cloke2022-10-131-1/+85
| * Fix a bug where the joined hosts for a given event were not being properly ca...Shay2022-10-122-45/+50
| * Correct field name for stripped state events when knocking. `knock_state_even...Andrew Morgan2022-10-121-4/+16
| * Fix a bug where redactions were not being sent over federation if we did not ...Shay2022-10-111-3/+6
| * Remove support for the unstable dir flag on relations. (#14106)Patrick Cloke2022-10-071-17/+16
| * Use stable identifiers for MSC3771 & MSC3773. (#14050)Patrick Cloke2022-10-072-13/+5
| * Batch up notifications after event persistence (#14033)Shay2022-10-052-15/+14
| * Remove get rooms for user with stream ordering (#13991)Nick Mills-Barrett2022-10-041-80/+69
| * Track notification counts per thread (implement MSC3773). (#13776)Patrick Cloke2022-10-041-5/+35
| * Do not return unspecced original_event field when using the stable /relations...Patrick Cloke2022-10-031-12/+13
| * Add query parameter `ts` to allow appservices set the `origin_server_ts` for ...lukasdenk2022-10-031-0/+13
| * Fix twisted trunk mypy errors (#14012)David Robertson2022-10-032-0/+6
| * Revert the general exception recording introduced in #13814 (#13969)Eric Eastwood2022-10-031-10/+0
| * Fix `get_users_in_room` mis-use in `transfer_room_state_on_room_upgrade` (#13...Eric Eastwood2022-09-301-2/+2
* | Merge branch 'develop' into madlittlemods/11850-migrate-to-opentelemetryEric Eastwood2022-09-3014-515/+947
|\|
| * Clarifications in user directory for users who share rooms tracking (#13966)Eric Eastwood2022-09-301-12/+24
| * Discourage automatic replies to Synapse's emails (#13957)David Robertson2022-09-301-0/+13
| * Fix performance regression in `get_users_in_room` (#13972)Erik Johnston2022-09-302-2/+6
| * Optimise get_rooms_for_user (drop with_stream_ordering) (#13787)Nick Mills-Barrett2022-09-292-14/+6
| * Allow admins to require a manual approval process before new accounts can be ...Brendan Abolivier2022-09-293-0/+24
| * Improve backfill robustness by trying more servers. (#13890)reivilibre2022-09-291-2/+31
| * Handle local device list updates during partial join (#13934)Erik Johnston2022-09-281-2/+82
| * Limit and filter the number of backfill points to get from the database (#13879)Eric Eastwood2022-09-281-48/+61
| * Handle remote device list updates during partial join (#13913)Erik Johnston2022-09-282-0/+66
| * fix: Push notifications for invite over federation (#13719)Kateřina Churanová2022-09-282-3/+11
| * Persist CreateRoom events to DB in a batch (#13800)Shay2022-09-284-331/+367
| * Prepatory work for batching events to send (#13487)Shay2022-09-282-106/+224
| * Add new columns tracking when we partial-joined (#13892)David Robertson2022-09-271-1/+13
| * Carry IdP Session IDs through user-mapping sessions. (#13839)Quentin Gliech2022-09-271-0/+9
| * Faster room joins: Fix spurious error when joining a room (#13872)Sean Quah2022-09-271-3/+19
* | Merge branch 'develop' into madlittlemods/11850-migrate-to-opentelemetryEric Eastwood2022-09-269-44/+87
|\|
| * typing: check origin server of typing event against room's servers (#13830)Mathieu Velten2022-09-261-2/+5
| * Only try to backfill event if we haven't tried before recently (#13635)Eric Eastwood2022-09-231-3/+1
| * Faster room joins: Avoid blocking `/keys/changes` (#13888)Sean Quah2022-09-231-2/+5
| * Accept & store thread IDs for receipts (implement MSC3771). (#13782)Patrick Cloke2022-09-231-2/+21
| * Send device list updates out to servers in partially joined rooms (#13874)Sean Quah2022-09-231-1/+5
| * Faster Remote Room Joins: tell remote homeservers that we are unable to autho...reivilibre2022-09-236-32/+45
| * Support enabling/disabling pushers (from MSC3881) (#13799)Brendan Abolivier2022-09-211-2/+2
| * Correct documentation for map_user_attributes of OpenID Mapping Providers (#1...Peter Scheu2022-09-211-0/+3
* | Merge branch 'develop' into madlittlemods/11850-migrate-to-opentelemetryEric Eastwood2022-09-204-43/+27
|\|
| * Remove the `complete_sso_login` method from the Module API which was deprecat...Quentin Gliech2022-09-201-33/+1
| * Port the push rule classes to Rust. (#13768)Erik Johnston2022-09-201-1/+4
| * Remove error spam when users query the keys of departed remote users (#13826)Sean Quah2022-09-161-9/+12
| * Record any exception when processing a pulled event (#13814)Eric Eastwood2022-09-151-0/+10
* | Merge branch 'develop' into madlittlemods/11850-migrate-to-opentelemetryEric Eastwood2022-09-145-29/+35
|\|
| * Keep track when we try and fail to process a pulled event (#13589)Eric Eastwood2022-09-141-0/+7
| * Deduplicate `is_server_notices_room`. (#13780)reivilibre2022-09-142-18/+2
| * Fix bug in device list caching when remote users leave rooms (#13749)Sean Quah2022-09-142-11/+26
* | Merge branch 'develop' into madlittlemods/11850-migrate-to-opentelemetryEric Eastwood2022-09-0923-403/+271
|\|
| * Re-type hint some collections in `/sync` code as read-only (#13754)Sean Quah2022-09-081-10/+10
| * Add timestamp to user's consent (#13741)Dirk Klimpel2022-09-081-0/+1
| * Cancel the processing of key query requests when they time out. (#13680)reivilibre2022-09-072-16/+27
| * Add Admin API to Fetch Messages Within a Particular Window (#13672)Connor Davis2022-09-071-13/+24
| * Remove the unspecced room_id field in the /hierarchy response. (#13506)reivilibre2022-09-061-1/+0
| * Remove support for unstable private read receipts (#13653)Šimon Brandner2022-09-011-23/+6
| * Drop support for calling `/_matrix/client/v3/rooms/{roomId}/invite` without a...Jacek Kuśnierz2022-08-313-125/+43
| * Fix that user cannot `/forget` rooms after the last member has left (#13546)Dirk Klimpel2022-08-301-2/+5
| * Optimize how we calculate `likely_domains` during backfill (#13575)Eric Eastwood2022-08-302-51/+16
| * Move the execution of the retention purge_jobs to the main worker (#13632)Brad Murray2022-08-261-4/+2
| * Comment about a better future where we can get the state diff between two eve...Eric Eastwood2022-08-241-0/+8
| * Update `get_users_in_room` mis-use to get hosts with dedicated `get_current_h...Eric Eastwood2022-08-244-12/+18
| * Directly lookup local membership instead of getting all members in a room fir...Eric Eastwood2022-08-244-9/+19
| * Use dedicated `get_local_users_in_room` to find local users when calculating ...Eric Eastwood2022-08-241-6/+3
| * Merge tag 'v1.66.0rc1' into developDavid Robertson2022-08-232-73/+4
| |\
| | * Drop support for delegating email validation, round 2 (#13596)David Robertson2022-08-232-73/+4
| * | Cache user IDs instead of profile objects (#13573)Nick Mills-Barrett2022-08-231-2/+2
| |/
| * Fix that sending server notices fail if avatar is `None` (#13566)Dirk Klimpel2022-08-231-1/+1
| * Fix Prometheus metrics being negative (mixed up start/end) (#13584)Eric Eastwood2022-08-232-1/+16
| * `synapse.api.auth.Auth` cleanup: make permission-related methods use `Request...Quentin Gliech2022-08-2210-54/+59
| * MSC2716v4 room version - remove namespace from MSC2716 event content fields (...Eric Eastwood2022-08-191-1/+1
| * Implement MSC3852: Expose `last_seen_user_agent` to users for their own devic...Andrew Morgan2022-08-191-1/+8
* | Merge branch 'develop' into madlittlemods/11850-migrate-to-opentelemetryEric Eastwood2022-08-185-96/+501
|\|
| * Avoid blocking lazy-loading `/sync`s during partial joins (#13477)Sean Quah2022-08-181-30/+223
| * Time how long it takes us to do backfill processing (#13535)Eric Eastwood2022-08-172-16/+89
| * Instrument the federation/backfill part of `/messages` (#13489)Eric Eastwood2022-08-162-15/+107
| * Faster room joins: make `/joined_members` block whilst the room is partial st...reivilibre2022-08-161-1/+5
| * Instrument `FederationStateIdsServlet` - `/state_ids` (#13499)Eric Eastwood2022-08-151-1/+3
| * Merge branch 'release-v1.65' into developOlivier Wilkinson (reivilibre)2022-08-111-0/+1
| |\
| | * Revert 'Remove the unspecced field in the response. (#13365)' to give more ...reivilibre2022-08-111-0/+1
| * | Add some miscellaneous comments around sync (#13474)Sean Quah2022-08-101-38/+78
| |/
* | Merge branch 'develop' into madlittlemods/11850-migrate-to-opentelemetryEric Eastwood2022-08-094-27/+62
|\|
| * Support stable identifiers for MSC2285: private read receipts. (#13273)Šimon Brandner2022-08-052-17/+30
| * Faster Room Joins: prevent Synapse from answering federated join requests for...reivilibre2022-08-041-0/+17
| * Fix rooms not being properly excluded from incremental sync (#13408)Brendan Abolivier2022-08-041-10/+15
* | Fix tracing imports after merging in developEric Eastwood2022-08-036-10/+10
* | Merge branch 'develop' into madlittlemods/11850-migrate-to-opentelemetryEric Eastwood2022-08-036-35/+54
|\|
| * Add some tracing spans to give insight into local joins (#13439)Shay2022-08-032-33/+39
| * Instrument `/messages` for understandable traces in Jaeger (#13368)Eric Eastwood2022-08-034-0/+11
| * Return 404 or member list when getting joined_members after leaving (#13374)andrew do2022-08-031-2/+4
* | Merge branch 'develop' into madlittlemods/11850-migrate-to-opentelemetryEric Eastwood2022-08-0213-175/+300
|\|
| * Fix error when out of servers to sync partial state with (#13432)Sean Quah2022-08-021-2/+3
| * Faster Room Joins: don't leave a stuck room partial state flag if the join fa...reivilibre2022-08-011-14/+18
| * Fix missing import in `federation_event` handler. (#13431)Patrick Cloke2022-08-011-0/+1
| * Refactor `_resolve_state_at_missing_prevs` to return an `EventContext` (#13404)Sean Quah2022-08-011-82/+44
| * Faster joins: fix rejected events becoming un-rejected during resync (#13413)Richard van der Hoff2022-08-011-3/+26
| * Merge tag 'v1.64.0rc2' into developRichard van der Hoff2022-07-292-4/+73
| |\
| | * Revert "Drop support for delegating email validation (#13192)" (#13406)3nprob2022-07-292-4/+73
| * | Use stable prefixes for MSC3827: filtering of `/publicRooms` by room type (#1...Šimon Brandner2022-07-271-1/+1
| * | Implement MSC3848: Introduce errcodes for specific event sending failures (#1...Will Hunt2022-07-273-5/+15
| * | Make minor clarifications to the error messages given when we fail to join a ...reivilibre2022-07-271-1/+5
| * | Copy room serials before handling in `get_new_events_as` (#13392)Nick Mills-Barrett2022-07-261-3/+10
| * | Remove the unspecced `room_id` field in the `/hierarchy` response. (#13365)Patrick Cloke2022-07-261-1/+0
| * | Fix infinite loop in partial-state resync (#13353)Richard van der Hoff2022-07-261-7/+7
| * | Faster room joins: avoid blocking when pulling events with missing prevs (#13...Sean Quah2022-07-262-24/+96
| * | Remove unused argument for get_relations_for_event. (#13383)Patrick Cloke2022-07-261-3/+0
| |/
| * Support Implicit TLS for sending emails (#13317)Jan Schär2022-07-251-10/+26
| * Refactor presence so we can prune user in room caches (#13313)Erik Johnston2022-07-251-76/+36
* | Implement start_active_span_from_edu for OTELEric Eastwood2022-08-011-2/+2
* | Fix some lintsEric Eastwood2022-08-012-3/+3
* | Fix invalid attribute typeEric Eastwood2022-07-291-5/+5
* | Fixup some todosEric Eastwood2022-07-281-1/+1
* | Progress towards OTELEric Eastwood2022-07-271-1/+1
* | Some shim and some newEric Eastwood2022-07-265-36/+41
* | Migrate to OpenTelemetry tracingEric Eastwood2022-07-265-5/+5
|/
* Backfill remote event fetched by MSC3030 so we can paginate from it later (...Eric Eastwood2022-07-222-15/+93
* Skip soft fail checks for rooms with partial state (#13354)Sean Quah2022-07-221-0/+10
* Add missing types to opentracing. (#13345)Patrick Cloke2022-07-213-14/+14
* Update `get_pdu` to return the original, pristine `EventBase` (#13320)Eric Eastwood2022-07-201-4/+18
* Fix spurious warning when fetching state after a missing prev event (#13258)Sean Quah2022-07-191-0/+3
* Add type annotations to `trace` decorator. (#13328)Patrick Cloke2022-07-191-7/+9
* Rate limit joins per-room (#13276)David Robertson2022-07-193-0/+52
* Revert "Make all `process_replication_rows` methods async (#13304)" (#13312)Erik Johnston2022-07-181-2/+2
* Don't pull out full state when sending dummy events (#13310)Erik Johnston2022-07-181-7/+1
* Make all `process_replication_rows` methods async (#13304)Nick Mills-Barrett2022-07-171-2/+2
* Use state before join to determine if we `_should_perform_remote_join` (#13270)David Robertson2022-07-151-15/+20
* Federation Sender & Appservice Pusher Stream Optimisations (#13251)Nick Mills-Barrett2022-07-151-5/+6
* Rip out auth-event reconciliation code (#12943)Richard van der Hoff2022-07-141-195/+82
* Don't pull out state in `compute_event_context` for unconflicted state (#13267)Erik Johnston2022-07-141-1/+6
* Call the v2 identity service `/3pid/unbind` endpoint, rather than v1. (#13240)Jacek Kuśnierz2022-07-131-2/+2
* Optimise room creation event lookups part 2 (#13224)Nick Mills-Barrett2022-07-132-15/+73
* Drop support for calling `/_matrix/client/v3/account/3pid/bind` without an `i...Jacek Kuśnierz2022-07-121-24/+6
* Drop support for delegating email validation (#13192)Richard van der Hoff2022-07-122-73/+4
* Reduce event lookups during room creation by passing known event IDs (#13210)Nick Mills-Barrett2022-07-111-2/+16
* Uniformize spam-checker API, part 5: expand other spam-checker callbacks to r...David Teller2022-07-114-12/+36
* Fix exception when using MSC3030 to look for remote federated events before r...Eric Eastwood2022-07-071-1/+5
* Faster room joins: fix race in recalculation of current room state (#13151)Sean Quah2022-07-071-7/+2
* Use a single query in `ProfileHandler.get_profile` (#13209)Nick Mills-Barrett2022-07-071-12/+7
* Handle race between persisting an event and un-partial stating a room (#13100)Sean Quah2022-07-053-50/+119
* Fix application service not being able to join remote federated room without ...Eric Eastwood2022-07-051-9/+23
* `_process_received_pdu`: Improve exception handling (#13145)Richard van der Hoff2022-07-011-7/+6
* Don't process /send requests for users who have hit their ratelimit (#13134)Shay2022-06-301-0/+3
* Rate limiting invites per issuer (#13125)David Teller2022-06-301-2/+18
* Implement MSC3827: Filtering of `/publicRooms` by room type (#13031)Šimon Brandner2022-06-292-3/+23
* Use new `device_list_changes_in_room` table when getting device list changes ...Erik Johnston2022-06-172-31/+57
* Fix logging context misuse when we fail to persist a federation event (#13089)Sean Quah2022-06-171-4/+2
* Reduce the duplication of code that invokes the rate limiter. (#13070)reivilibre2022-06-161-27/+3
* Move some event auth checks out to a different method (#13065)Richard van der Hoff2022-06-152-12/+23
* Speed up `get_unread_event_push_actions_by_room` (#13005)Erik Johnston2022-06-151-7/+3
* Move the "email unsubscribe" resource, refactor the macaroon generator & simp...Quentin Gliech2022-06-142-231/+9
* Decouple `synapse.api.auth_blocking.AuthBlocking` from `synapse.api.auth.Auth...Quentin Gliech2022-06-145-8/+11
* Uniformize spam-checker API, part 4: port other spam-checker callbacks to ret...David Teller2022-06-135-38/+55
* Merge branch 'rav/simplify_event_auth_interface' into developRichard van der Hoff2022-06-135-54/+19
|\
| * Remove redundant `room_version` param from `check_auth_rules_from_context`Richard van der Hoff2022-06-124-35/+8
| * Remove `room_version` param from `check_auth_rules_for_event`Richard van der Hoff2022-06-122-13/+5
| * Remove `room_version` param from `validate_event_for_room_version`Richard van der Hoff2022-06-124-6/+6
* | Faster joins: add issue links to the TODOs (#13004)Richard van der Hoff2022-06-093-1/+15
* | Return the same error message from `/login` when password is incorrect and wh...Daniel Aloni2022-06-071-2/+6
* | Consolidate the logic of delete_device/delete_devices. (#12970)Patrick Cloke2022-06-071-31/+2
|/
* Remove remaining pieces of groups code. (#12966)Patrick Cloke2022-06-061-82/+1
* Reduce state pulled from DB due to sending typing and receipts over federatio...Erik Johnston2022-06-061-2/+5
* Implement MSC3816, consider the root event for thread participation. (#12766)Patrick Cloke2022-06-061-21/+37
* Reduce the amount of state we pull from the DB (#12811)Erik Johnston2022-06-068-15/+40
* Wait for lazy join to complete when getting current state (#12872)Erik Johnston2022-06-0113-21/+63
* Remove remaining bits of groups code. (#12936)Patrick Cloke2022-06-011-1/+0
* Fix 404 on `/sync` when the last event is a redaction of an unknown/purged ev...Richard van der Hoff2022-06-012-45/+96
* Faster room joins: Resume state re-syncing after a Synapse restart (#12813)Sean Quah2022-05-311-2/+25
* Faster room joins: Try other destinations when resyncing the state of a parti...Sean Quah2022-05-312-8/+89
* Merge branch 'master' into developErik Johnston2022-05-311-8/+20
|\
| * Fix import in module_api module and docs on the new check_event_for_spam sign...Brendan Abolivier2022-05-311-4/+15
* | Rename storage classes (#12913)Erik Johnston2022-05-3113-84/+119
* | Don't return `end` from `/messages` if there are no more events (#12903)Jacek Kuśnierz2022-05-301-6/+17
* | Uniformize spam-checker API, part 3: Expand check_event_for_spam with the abi...David Teller2022-05-301-0/+15
* | Add a background job to automatically delete stale devices (#12855)Brendan Abolivier2022-05-271-1/+29
* | Additional constants for EDU types. (#12884)Patrick Cloke2022-05-279-22/+29
* | Merge tag 'v1.60.0rc2' into developSean Quah2022-05-271-9/+20
|\|
| * Add an option allowing users to use their password to reauthenticate even tho...reivilibre2022-05-271-9/+20
* | Remove backing code for groups/communities (#12558)Patrick Cloke2022-05-261-503/+0
* | Remove unstable APIs for /hierarchy. (#12851)Patrick Cloke2022-05-261-4/+1
* | Pull out less state when handling gaps mk2 (#12852)Erik Johnston2022-05-262-97/+121
* | Fix up `state_store` naming (#12871)Erik Johnston2022-05-2511-37/+45
* | Remove user-visible groups/communities code (#12553)Patrick Cloke2022-05-252-76/+0
* | Make sure `prev_ids` defaults to empty list (#12829)Carl Bordum Hansen2022-05-251-0/+4
* | Fixes to MSC3787 implementation (#12858)David Robertson2022-05-241-1/+2
|/
* Marker events as state - MSC2716 (#12718)Eric Eastwood2022-05-231-1/+25
* Uniformize spam-checker API, part 2: check_event_for_spam (#12808)David Teller2022-05-231-5/+6
* Prevent expired events from being filtered out when retention is disabled (#1...Brendan Abolivier2022-05-231-1/+1
* Update EventContext `get_current_event_ids` and `get_prev_event_ids` to accep...Shay2022-05-205-9/+36
* Add a unit test for copying over arbitrary room types when upgrading a room (...Andrew Morgan2022-05-191-1/+1
* Implement MSC3818: copy room type on upgrade (#12786)Aminda Suomalainen2022-05-191-8/+8
* Downgrade some OIDC exceptions to warnings (#12723)David Robertson2022-05-181-2/+2
* Add some type hints to `event_federation` datastore (#12753)Dirk Klimpel2022-05-181-0/+2
* Give a meaningful error message when a client tries to create a room with an ...reivilibre2022-05-182-0/+18
* Add some type hints to datastore (#12717)Dirk Klimpel2022-05-171-3/+3
* Add a new room version for MSC3787's knock+restricted join rule (#12623)Travis Ralston2022-05-172-3/+16
* Add `StreamKeyType` class and replace string literals with constants (#12567)Andrew Morgan2022-05-1612-62/+83
* Avoid unnecessary copies when filtering private read receipts. (#12711)Šimon Brandner2022-05-162-35/+65
* Fix room upgrades creating an empty room when auth fails (#12696)Sean Quah2022-05-161-43/+82
* Consolidate logic for parsing relations. (#12693)Patrick Cloke2022-05-162-28/+22
* Another batch of type annotations (#12726)David Robertson2022-05-131-18/+11
* add default_power_level_content_override config option. (#12618)Andy Balaam2022-05-121-1/+15
* Remove unneeded `ActionGenerator` class. (#12691)Patrick Cloke2022-05-112-4/+6
* Fix `/messages` throwing a 500 when querying for non-existent room (#12683)Eric Eastwood2022-05-101-1/+1
* Refactor `EventContext` (#12689)Erik Johnston2022-05-103-7/+11
* Add the `update_user_directory_from_worker` configuration option (superseding...reivilibre2022-05-101-1/+1
* Implement cancellation support/protection for module callbacks (#12568)Sean Quah2022-05-092-7/+21
* Convert stringy power levels to integers on room upgrade (#12657)David Robertson2022-05-071-6/+8
* Prevent memory leak from reoccurring when presence is disabled. (#12656)Erik Johnston2022-05-061-15/+27
* Update mypy to 0.950 and fix complaints (#12650)David Robertson2022-05-061-1/+2
* Add the `notify_appservices_from_worker` configuration option (superseding `n...reivilibre2022-05-061-1/+1
* Support MSC3266 room summaries over federation (#11507)DeepBlueV7.X2022-05-051-5/+49
* Use `private` instead of `hidden` in MSC2285 related code. (#12635)Šimon Brandner2022-05-052-5/+5
* Edits/annotations should not have any bundled aggregations calculated. (#12633)Patrick Cloke2022-05-051-20/+18
* Fix typo in some instances of enable_registration_token_3pid_bypass. (#12639)Will Hunt2022-05-051-1/+1
* Use `getClientAddress` instead of `getClientIP`. (#12599)Patrick Cloke2022-05-043-4/+4
* Implement changes to MSC2285 (hidden read receipts) (#12168)Šimon Brandner2022-05-042-39/+28
* Include bundled aggregations for the latest event in a thread. (#12273)Patrick Cloke2022-05-041-20/+54
* remove constantly lib use and switch to enums. (#12624)andrew do2022-05-044-6/+6
* Add a module API to allow modules to edit push rule actions (#12406)Brendan Abolivier2022-04-271-0/+138
* Remove unused `# type: ignore`s (#12531)David Robertson2022-04-273-5/+5
* Consistently use collections.abc.Mapping to check frozendict. (#12564)Patrick Cloke2022-04-271-2/+2