| Commit message (Expand) | Author | Age | Files | Lines |
* | Optimise room creation event lookups part 2 (#13224) | Nick Mills-Barrett | 2022-07-13 | 2 | -15/+73 |
* | Reduce duplicate code in receipts servlets. (#13198) | Patrick Cloke | 2022-07-13 | 2 | -44/+32 |
* | Add prometheus counters for content types other than events (#13175) | Brad Murray | 2022-07-13 | 1 | -0/+14 |
* | Drop unused tables from groups/communities. (#12967) | Patrick Cloke | 2022-07-13 | 3 | -19/+35 |
* | Fix "add user" admin api error when request contains a "msisdn" threepid (#13... | Thomas Weston | 2022-07-13 | 1 | -0/+1 |
* | Inline URL preview documentation. (#13261) | Patrick Cloke | 2022-07-12 | 1 | -4/+58 |
* | Drop unused table `event_reference_hashes` (#13218) | Richard van der Hoff | 2022-07-12 | 1 | -0/+17 |
* | Drop support for calling `/_matrix/client/v3/account/3pid/bind` without an `i... | Jacek Kuśnierz | 2022-07-12 | 2 | -26/+10 |
* | Drop support for delegating email validation (#13192) | Richard van der Hoff | 2022-07-12 | 8 | -234/+76 |
* | Log the stack when waiting for an entire room to be un-partial stated (#13257) | Sean Quah | 2022-07-12 | 1 | -0/+1 |
* | Make the AS login method call `Auth.get_user_by_req` for checking the AS toke... | Quentin Gliech | 2022-07-12 | 1 | -2/+8 |
* | expose whether a room is a space in the Admin API (#13208) | andrew do | 2022-07-12 | 1 | -2/+4 |
* | Don't pull out the full state when calculating push actions (#13078) | Erik Johnston | 2022-07-11 | 4 | -341/+160 |
* | Reduce event lookups during room creation by passing known event IDs (#13210) | Nick Mills-Barrett | 2022-07-11 | 1 | -2/+16 |
* | Uniformize spam-checker API, part 5: expand other spam-checker callbacks to r... | David Teller | 2022-07-11 | 8 | -50/+176 |
* | Fix to-device messages not being sent to MSC3202-enabled appservices (#13235) | Travis Ralston | 2022-07-11 | 1 | -2/+3 |
* | Remove delay when rotating event push actions (#13211) | Erik Johnston | 2022-07-11 | 1 | -3/+1 |
* | Add a `filter_event_for_clients_with_state` function (#13222) | Erik Johnston | 2022-07-11 | 2 | -138/+399 |
* | Fix appservice EDUs failing to send if the EDU doesn't have a room ID (#13236) | Travis Ralston | 2022-07-11 | 1 | -1/+3 |
* | Ensure portdb selects _all_ rows with negative rowids (#13226) | David Robertson | 2022-07-11 | 1 | -1/+4 |
* | Fix notification count after a highlighted message (#13223) | Erik Johnston | 2022-07-08 | 1 | -3/+8 |
* | Fix exception when using MSC3030 to look for remote federated events before r... | Eric Eastwood | 2022-07-07 | 1 | -1/+5 |
* | Faster room joins: fix race in recalculation of current room state (#13151) | Sean Quah | 2022-07-07 | 6 | -55/+211 |
* | Use a single query in `ProfileHandler.get_profile` (#13209) | Nick Mills-Barrett | 2022-07-07 | 1 | -12/+7 |
* | Check that `auto_vacuum` is disabled when porting a SQLite database to Postgr... | reivilibre | 2022-07-07 | 1 | -0/+34 |
* | Make `_get_state_map_for_room` not break when room state events don't contain... | David Teller | 2022-07-07 | 1 | -8/+1 |
* | Fix bug where we failed to delete old push actions (#13194) | Erik Johnston | 2022-07-06 | 1 | -2/+4 |
* | Handle race between persisting an event and un-partial stating a room (#13100) | Sean Quah | 2022-07-05 | 9 | -74/+233 |
* | Type `tests.utils` (#13028) | David Robertson | 2022-07-05 | 2 | -2/+6 |
* | Use upserts for updating `event_push_summary` (#13153) | Erik Johnston | 2022-07-05 | 1 | -40/+7 |
* | Fix application service not being able to join remote federated room without ... | Eric Eastwood | 2022-07-05 | 1 | -9/+23 |
* | Merge tag 'v1.62.0rc3' into develop | Andrew Morgan | 2022-07-04 | 1 | -2/+7 |
|\ |
|
| * | Fix stuck notification counts on small servers (#13168) | Erik Johnston | 2022-07-04 | 1 | -2/+7 |
* | | Extra validation for rest/client/account_data (#13148) | David Robertson | 2022-07-01 | 1 | -2/+17 |
* | | `_process_received_pdu`: Improve exception handling (#13145) | Richard van der Hoff | 2022-07-01 | 1 | -7/+6 |
* | | Skip waiting for full state for incoming events (#13144) | Richard van der Hoff | 2022-07-01 | 1 | -3/+9 |
* | | Allow dependency errors to pass through (#13113) | Jacek Kuśnierz | 2022-06-30 | 7 | -58/+15 |
* | | Merge remote-tracking branch 'origin/release-v1.62' into develop | Patrick Cloke | 2022-06-30 | 3 | -26/+57 |
|\| |
|
| * | Fix unread counts on large servers (#13140) | Erik Johnston | 2022-06-30 | 1 | -22/+26 |
| * | Add index to help delete old push actions (#13141) | Erik Johnston | 2022-06-30 | 3 | -4/+31 |
* | | Don't process /send requests for users who have hit their ratelimit (#13134) | Shay | 2022-06-30 | 1 | -0/+3 |
* | | Cleanup references to sample config in the docs and redirect users to configu... | Shay | 2022-06-30 | 1 | -1/+1 |
* | | More type hints for `synapse.logging` (#13103) | Patrick Cloke | 2022-06-30 | 2 | -42/+54 |
* | | Improve startup times in Complement test runs against workers, particularly i... | reivilibre | 2022-06-30 | 2 | -2/+196 |
* | | Rate limiting invites per issuer (#13125) | David Teller | 2022-06-30 | 2 | -2/+23 |
* | | Don't actually one-line the SQL statements we send to the DB (#13129) | Brendan Abolivier | 2022-06-30 | 1 | -3/+4 |
* | | Implement MSC3827: Filtering of `/publicRooms` by room type (#13031) | Šimon Brandner | 2022-06-29 | 8 | -10/+186 |
* | | Improve performance of getting unread counts in rooms (#13119) | Erik Johnston | 2022-06-29 | 4 | -4/+37 |
|/ |
|
* | fix linting error from the 1.61.1 main -> develop merge | Andrew Morgan | 2022-06-28 | 1 | -1/+2 |
* | Merge branch 'master' into develop | Andrew Morgan | 2022-06-28 | 1 | -24/+39 |
|\ |
|
| * | Merge pull request from GHSA-22p3-qrh9-cx32 | reivilibre | 2022-06-28 | 1 | -24/+39 |
* | | Fix serialization errors when rotating notifications (#13118) | Erik Johnston | 2022-06-28 | 3 | -78/+171 |
* | | Remove unspecced DELETE endpoint that modifies room visibility (#13123) | santhoshivan23 | 2022-06-28 | 1 | -11/+0 |
* | | Update MSC3786 implementation: Check the `state_key` (#12939) | Šimon Brandner | 2022-06-27 | 1 | -1/+7 |
* | | Add Cross-Origin-Resource-Policy header to thumbnail and download media endpo... | Robert Long | 2022-06-27 | 3 | -2/+23 |
* | | validate room alias before interacting with the room directory (#13106) | santhoshivan23 | 2022-06-22 | 1 | -0/+6 |
* | | Fix inconsistencies in event validation (#13088) | Richard van der Hoff | 2022-06-17 | 1 | -2/+21 |
* | | Fix inconsistencies in event validation for `m.room.create` events (#13087) | Richard van der Hoff | 2022-06-17 | 1 | -23/+44 |
* | | Fix type error that made its way onto develop (#13098) | reivilibre | 2022-06-17 | 1 | -2/+2 |
* | | Simplify the alias deletion logic as an application service. (#13093) | Quentin Gliech | 2022-06-17 | 1 | -22/+13 |
* | | Rotate notifications more frequently (#13096) | Erik Johnston | 2022-06-17 | 1 | -1/+1 |
* | | Use new `device_list_changes_in_room` table when getting device list changes ... | Erik Johnston | 2022-06-17 | 3 | -31/+116 |
* | | Allow MSC3030 'timestamp_to_event' calls from anyone on world-readable rooms.... | Quentin Gliech | 2022-06-17 | 1 | -1/+3 |
* | | Fix logging context misuse when we fail to persist a federation event (#13089) | Sean Quah | 2022-06-17 | 1 | -4/+2 |
* | | Add desc to `get_earliest_token_for_stats` (#13085) | Erik Johnston | 2022-06-16 | 1 | -0/+1 |
* | | Improve URL previews for sites with only Twitter card information. (#13056) | Patrick Cloke | 2022-06-16 | 1 | -17/+95 |
* | | Reduce the duplication of code that invokes the rate limiter. (#13070) | reivilibre | 2022-06-16 | 1 | -27/+3 |
* | | Add custom well-known (#13035) | Jacek Kuśnierz | 2022-06-16 | 2 | -1/+28 |
* | | Move some event auth checks out to a different method (#13065) | Richard van der Hoff | 2022-06-15 | 5 | -44/+105 |
* | | Change default `sync_response_cache_duration` (#13042) | Erik Johnston | 2022-06-15 | 1 | -1/+1 |
* | | Replace pyjwt with authlib in `org.matrix.login.jwt` (#13011) | Hannes Lerchl | 2022-06-15 | 2 | -13/+43 |
* | | Type annotations in `synapse.databases.main.devices` (#13025) | David Robertson | 2022-06-15 | 3 | -20/+35 |
* | | Speed up `get_unread_event_push_actions_by_room` (#13005) | Erik Johnston | 2022-06-15 | 10 | -135/+276 |
* | | Track a histogram of state res durations (#13036) | David Robertson | 2022-06-15 | 1 | -0/+12 |
* | | Fix a long-standing bug which meant that rate limiting was not restrictive en... | reivilibre | 2022-06-15 | 1 | -1/+4 |
* | | Don't use keyword arguments when initialising modules (#13060) | Brendan Abolivier | 2022-06-15 | 1 | -1/+1 |
* | | Clean up schema for `event_edges` (#12893) | Richard van der Hoff | 2022-06-15 | 6 | -11/+215 |
* | | Refactor entry points so that they all have a `main` function. (#13052) | reivilibre | 2022-06-14 | 10 | -10/+60 |
* | | Fix `destination_is` errors seen in sentry. (#13041) | David Robertson | 2022-06-14 | 3 | -7/+23 |
* | | Remove code generating comments in configuration file (#12941) | Shay | 2022-06-14 | 38 | -2873/+53 |
* | | Rename delta to apply in the proper schema version. (#13050) | Patrick Cloke | 2022-06-14 | 1 | -0/+0 |
* | | Move the "email unsubscribe" resource, refactor the macaroon generator & simp... | Quentin Gliech | 2022-06-14 | 10 | -424/+454 |
* | | Decouple `synapse.api.auth_blocking.AuthBlocking` from `synapse.api.auth.Auth... | Quentin Gliech | 2022-06-14 | 8 | -24/+18 |
* | | Uniformize spam-checker API, part 4: port other spam-checker callbacks to ret... | David Teller | 2022-06-13 | 8 | -121/+258 |
* | | Replace noop background updates with DELETE. (#12954) | Patrick Cloke | 2022-06-13 | 12 | -118/+61 |
* | | Merge branch 'rav/simplify_event_auth_interface' into develop | Richard van der Hoff | 2022-06-13 | 9 | -73/+36 |
|\ \ |
|
| * | | Remove redundant `room_version` param from `check_auth_rules_from_context` | Richard van der Hoff | 2022-06-12 | 4 | -35/+8 |
| * | | Remove `room_version` param from `check_auth_rules_for_event` | Richard van der Hoff | 2022-06-12 | 5 | -24/+14 |
| * | | Remove `room_version` param from `validate_event_for_room_version` | Richard van der Hoff | 2022-06-12 | 6 | -14/+14 |
| |/ |
|
* | | Stop depending on `room_id` to be returned for children state in the hierarch... | Patrick Cloke | 2022-06-10 | 1 | -4/+0 |
* | | Faster joins: add issue links to the TODOs (#13004) | Richard van der Hoff | 2022-06-09 | 8 | -2/+26 |
* | | Type annotations for `test_v2` (#12985) | David Robertson | 2022-06-09 | 1 | -15/+42 |
* | | Use READ COMMITTED isolation level when inserting read receipts (#12957) | Nick Mills-Barrett | 2022-06-09 | 1 | -0/+5 |
* | | Move the (unstable) `dir` parameter for /relations behind an experimental fla... | Patrick Cloke | 2022-06-08 | 2 | -3/+13 |
* | | Use dummy fallback engines if imports fail (#12979) | David Robertson | 2022-06-07 | 4 | -21/+46 |
* | | Return the same error message from `/login` when password is incorrect and wh... | Daniel Aloni | 2022-06-07 | 1 | -2/+6 |
* | | Fix Synapse git info missing in version strings (#12973) | David Robertson | 2022-06-07 | 12 | -32/+29 |
* | | Reduce amount of state we pull out when attempting to send catchup PDUs. (#12... | Erik Johnston | 2022-06-07 | 1 | -11/+20 |
* | | Fix a stale comment in get_room_version_id_txn. (#12969) | Patrick Cloke | 2022-06-07 | 1 | -6/+1 |
* | | Consolidate the logic of delete_device/delete_devices. (#12970) | Patrick Cloke | 2022-06-07 | 6 | -46/+9 |
|/ |
|
* | Prevent breaking old sqlite's when media retention is enabled (#12977) | Andrew Morgan | 2022-06-07 | 1 | -1/+1 |
* | Prevent local quarantined media from being claimed by media retention (#12972) | Andrew Morgan | 2022-06-07 | 3 | -16/+82 |
* | Remove remaining pieces of groups code. (#12966) | Patrick Cloke | 2022-06-06 | 6 | -207/+5 |
* | Reduce state pulled from DB due to sending typing and receipts over federatio... | Erik Johnston | 2022-06-06 | 6 | -7/+56 |
* | Do not break URL previews if an image is unreachable. (#12950) | Patrick Cloke | 2022-06-06 | 1 | -6/+17 |
* | Implement MSC3816, consider the root event for thread participation. (#12766) | Patrick Cloke | 2022-06-06 | 1 | -21/+37 |
* | Allow updating passwords using the admin api without logging out devices (#12... | Jan Christian Grünhage | 2022-06-06 | 1 | -1/+7 |
* | Reduce the amount of state we pull from the DB (#12811) | Erik Johnston | 2022-06-06 | 17 | -130/+133 |
* | Remove groups code from synapse_port_db. (#12899) | Patrick Cloke | 2022-06-03 | 2 | -15/+17 |
* | Improve URL previews for some pages (#12951) | Patrick Cloke | 2022-06-03 | 1 | -17/+35 |
* | Wait for lazy join to complete when getting current state (#12872) | Erik Johnston | 2022-06-01 | 27 | -75/+288 |
* | Remove remaining bits of groups code. (#12936) | Patrick Cloke | 2022-06-01 | 5 | -9/+0 |
* | Fix 404 on `/sync` when the last event is a redaction of an unknown/purged ev... | Richard van der Hoff | 2022-06-01 | 5 | -65/+128 |
* | Fix potential thumbnail memory leaks. (#12932) | Erik Johnston | 2022-06-01 | 2 | -135/+201 |
* | Remove most groups datastore code. (#12895) | Patrick Cloke | 2022-05-31 | 2 | -1396/+6 |
* | Improve logging when signature checks fail (#12925) | Richard van der Hoff | 2022-05-31 | 3 | -65/+94 |
* | Remove groups replication code. (#12900) | Patrick Cloke | 2022-05-31 | 6 | -90/+0 |
* | Add config options for media retention (#12732) | Andrew Morgan | 2022-05-31 | 2 | -1/+86 |
* | Faster room joins: Resume state re-syncing after a Synapse restart (#12813) | Sean Quah | 2022-05-31 | 2 | -2/+52 |
* | Faster room joins: Try other destinations when resyncing the state of a parti... | Sean Quah | 2022-05-31 | 3 | -9/+93 |
* | Merge branch 'master' into develop | Erik Johnston | 2022-05-31 | 5 | -60/+51 |
|\ |
|
| * | Fix import in module_api module and docs on the new check_event_for_spam sign... | Brendan Abolivier | 2022-05-31 | 5 | -58/+46 |
* | | Reduce DB load of /sync when using presence (#12885) | Erik Johnston | 2022-05-31 | 1 | -27/+48 |
* | | Stop reading from `event_edges.room_id`. (#12914) | Richard van der Hoff | 2022-05-31 | 3 | -24/+21 |
* | | Rename storage classes (#12913) | Erik Johnston | 2022-05-31 | 30 | -484/+592 |
* | | Rework stream token to stop caring about groups. (#12897) | Patrick Cloke | 2022-05-31 | 2 | -3/+7 |
* | | Fix M_USER_ACCOUNT_SUSPENDED error code for spec compliance (#12923) | Travis Ralston | 2022-05-31 | 1 | -1/+1 |
* | | Revert "Fix M_USER_ACCOUNT_SUSPENDED error code for spec compliance (#12922)" | Travis Ralston | 2022-05-30 | 1 | -1/+1 |
* | | Fix M_USER_ACCOUNT_SUSPENDED error code for spec compliance (#12922) | Travis Ralston | 2022-05-31 | 1 | -1/+1 |
* | | Don't return `end` from `/messages` if there are no more events (#12903) | Jacek Kuśnierz | 2022-05-30 | 1 | -6/+17 |
* | | Document the Synapse version of a new module API method (#12917) | Brendan Abolivier | 2022-05-30 | 1 | -1/+6 |
* | | Uniformize spam-checker API, part 3: Expand check_event_for_spam with the abi... | David Teller | 2022-05-30 | 3 | -17/+41 |
* | | Add a migration step to cleanup potential leftovers of bug 11833 (#12784) | Mathieu Velten | 2022-05-30 | 1 | -0/+19 |
* | | Fix invite notifications for users without pushers (#12840) | DeepBlueV7.X | 2022-05-30 | 2 | -12/+4 |
* | | Fix `get_metadata_for_events` (#12904) | Richard van der Hoff | 2022-05-30 | 1 | -2/+2 |
* | | Bump jsonschema stubs (#12912) | David Robertson | 2022-05-30 | 1 | -2/+7 |
* | | Mutual rooms: Remove dependency on user directory (#12836) | Jonathan de Jong | 2022-05-30 | 3 | -56/+26 |
* | | LockStore: fix acquiring a lock via `LockStore.try_acquire_lock` (#12832) | Sumner Evans | 2022-05-30 | 1 | -1/+18 |
* | | Add a background job to automatically delete stale devices (#12855) | Brendan Abolivier | 2022-05-27 | 3 | -1/+79 |
* | | Add code M_USER_ACCOUNT_SUSPENDED, as per MSC3823. (#12845) | David Teller | 2022-05-27 | 1 | -0/+7 |
* | | Clean-up some receipts code (#12888) | Patrick Cloke | 2022-05-27 | 1 | -42/+47 |
* | | Additional constants for EDU types. (#12884) | Patrick Cloke | 2022-05-27 | 19 | -41/+64 |
* | | Remove federation client code for groups. (#12563) | Patrick Cloke | 2022-05-27 | 1 | -483/+0 |
* | | Merge tag 'v1.60.0rc2' into develop | Sean Quah | 2022-05-27 | 5 | -14/+62 |
|\| |
|
| * | Close `ijson` coroutines ourselves instead of letting the GC close them (#12875) | Sean Quah | 2022-05-27 | 2 | -2/+18 |
| * | Add an option allowing users to use their password to reauthenticate even tho... | reivilibre | 2022-05-27 | 2 | -11/+35 |
| * | Improve URL previews by not including the content of media tags in the genera... | reivilibre | 2022-05-26 | 1 | -1/+9 |
* | | Add storage and module API methods to get monthly active users and their apps... | Matt C | 2022-05-27 | 2 | -0/+65 |
* | | Easy type hints in synapse.logging.opentracing (#12894) | David Robertson | 2022-05-27 | 3 | -57/+72 |
* | | Fix room deletion (#12889) | Richard van der Hoff | 2022-05-27 | 1 | -9/+10 |
* | | Refactor have_seen_events to reduce OOMs (#12886) | Richard van der Hoff | 2022-05-27 | 1 | -18/+24 |
* | | Remove backing code for groups/communities (#12558) | Patrick Cloke | 2022-05-26 | 10 | -1873/+3 |
* | | Fix ambiguous column name that would prevent use of MSC2716 History Import wh... | reivilibre | 2022-05-26 | 1 | -1/+1 |
* | | Remove unstable APIs for /hierarchy. (#12851) | Patrick Cloke | 2022-05-26 | 3 | -15/+2 |
* | | Avoid attempting to delete push actions for remote users. (#12879) | Patrick Cloke | 2022-05-26 | 4 | -4/+7 |
* | | Pull out less state when handling gaps mk2 (#12852) | Erik Johnston | 2022-05-26 | 4 | -109/+190 |
* | | Allow bigger responses to `/federation/v1/state` (#12877) | Richard van der Hoff | 2022-05-25 | 2 | -29/+15 |
* | | Fix up `state_store` naming (#12871) | Erik Johnston | 2022-05-25 | 13 | -47/+55 |
* | | Remove user-visible groups/communities code (#12553) | Patrick Cloke | 2022-05-25 | 14 | -2043/+1 |
* | | Fix caching behavior for relations push rules. (#12859) | Patrick Cloke | 2022-05-25 | 2 | -9/+11 |
* | | Misc clean-up of push rules datastore (#12856) | Patrick Cloke | 2022-05-25 | 1 | -11/+5 |
* | | Add the `batch_send` endpoint to generic workers (#12868) | Nick Mills-Barrett | 2022-05-25 | 1 | -0/+2 |
* | | Don't create empty AS txns when the AS is down (#12869) | Nick Mills-Barrett | 2022-05-25 | 1 | -1/+5 |
* | | Add the `/account/whoami` endpoint to generic workers (#12866) | Nick Mills-Barrett | 2022-05-25 | 1 | -1/+2 |
* | | Make sure `prev_ids` defaults to empty list (#12829) | Carl Bordum Hansen | 2022-05-25 | 1 | -0/+4 |
* | | Correct annotation of `_iterate_over_text` (#12860) | David Robertson | 2022-05-24 | 1 | -1/+1 |
* | | Fixes to MSC3787 implementation (#12858) | David Robertson | 2022-05-24 | 2 | -19/+19 |
* | | Remove `dont_notify` from the `.m.rule.room.server_acl` rule (#12849) | Šimon Brandner | 2022-05-24 | 1 | -1/+1 |
* | | Add authentication to thirdparty bridge APIs (#12746) | Will Hunt | 2022-05-24 | 1 | -3/+12 |
* | | Experimental support for MSC3772 (#12740) | Patrick Cloke | 2022-05-24 | 8 | -3/+205 |
|/ |
|
* | Marker events as state - MSC2716 (#12718) | Eric Eastwood | 2022-05-23 | 1 | -1/+25 |
* | Uniformize spam-checker API, part 2: check_event_for_spam (#12808) | David Teller | 2022-05-23 | 7 | -21/+82 |
* | Prevent expired events from being filtered out when retention is disabled (#1... | Brendan Abolivier | 2022-05-23 | 4 | -24/+35 |
* | add SpamChecker callback for silently dropping inbound federated events (#12744) | Jess Porter | 2022-05-23 | 3 | -4/+89 |
* | Fix media thumbnails being unusable before the index had been added in the ba... | reivilibre | 2022-05-23 | 1 | -0/+2 |
* | Send `USER_IP` commands on a different Redis channel, in order to reduce traf... | reivilibre | 2022-05-20 | 2 | -3/+15 |
* | Uniformize spam-checker API, part 1: the `Code` enum. (#12703) | David Teller | 2022-05-20 | 1 | -2/+9 |
* | Update EventContext `get_current_event_ids` and `get_prev_event_ids` to accep... | Shay | 2022-05-20 | 8 | -17/+63 |
* | Fix `RetryDestinationLimiter` re-starting finished log contexts (#12803) | Sean Quah | 2022-05-19 | 1 | -2/+2 |
* | Add a unit test for copying over arbitrary room types when upgrading a room (... | Andrew Morgan | 2022-05-19 | 1 | -1/+1 |
* | Lay some foundation work to allow workers to only subscribe to some kinds of ... | reivilibre | 2022-05-19 | 2 | -12/+57 |
* | Properly close providers.json file stream. (#12794) | Petr Vaněk | 2022-05-19 | 1 | -3/+3 |
* | Add a unique index to `state_group_edges` to prevent duplicates being acciden... | reivilibre | 2022-05-19 | 3 | -0/+48 |
* | hash_password: raise an error if no config file is specified (#12789) | Jae Lo Presti | 2022-05-19 | 1 | -5/+5 |
* | Implement MSC3818: copy room type on upgrade (#12786) | Aminda Suomalainen | 2022-05-19 | 1 | -8/+8 |
* | Downgrade some OIDC exceptions to warnings (#12723) | David Robertson | 2022-05-18 | 1 | -2/+2 |
* | Skip waiting for full state if a StateFilter does not require it (#12498) | Richard van der Hoff | 2022-05-18 | 1 | -4/+59 |
* | Refactor `resolve_state_groups_for_events` to not pull out full state when no... | Shay | 2022-05-18 | 3 | -23/+26 |
* | Add some type hints to `event_federation` datastore (#12753) | Dirk Klimpel | 2022-05-18 | 2 | -64/+125 |
* | Do not keep going if there are 5 back-to-back background update failures. (#1... | reivilibre | 2022-05-18 | 1 | -0/+8 |
* | Give a meaningful error message when a client tries to create a room with an ... | reivilibre | 2022-05-18 | 2 | -0/+18 |
* | Discard null-containing strings before updating the user directory (#12762) | David Robertson | 2022-05-18 | 4 | -11/+16 |
* | Make handling of federation Authorization header (more) compliant with RFC723... | Hubert Chathi | 2022-05-18 | 2 | -4/+6 |
* | Move methods that call add_push_rule to PushRuleStore (#12772) | Adam | 2022-05-18 | 1 | -51/+51 |
* | Delete events from federation_inbound_events_staging table on purge (#12770) | Mathieu Velten | 2022-05-17 | 1 | -0/+1 |
* | allow `on_invalidate=None` in `@cached` methods (#12769) | David Robertson | 2022-05-17 | 1 | -1/+2 |
* | Add some type hints to datastore (#12717) | Dirk Klimpel | 2022-05-17 | 8 | -159/+253 |
* | Add a new room version for MSC3787's knock+restricted join rule (#12623) | Travis Ralston | 2022-05-17 | 5 | -7/+67 |
* | Remove code which updates `application_services_state.last_txn` (#12680) | Richard van der Hoff | 2022-05-17 | 2 | -24/+28 |
* | Fix push for m.read events (#12721) | SpiritCroc | 2022-05-17 | 1 | -1/+1 |
* | Merge branch 'master' into develop | David Robertson | 2022-05-17 | 1 | -1/+1 |
|\ |
|
| * | Fix query performance for /sync (#12745) | Erik Johnston | 2022-05-16 | 1 | -1/+1 |
* | | Add index to cache invalidations (#12747) | Erik Johnston | 2022-05-17 | 2 | -0/+26 |
* | | Track in memory events using weakrefs (#10533) | Erik Johnston | 2022-05-17 | 1 | -2/+33 |
* | | Tidy up and type-hint the database engine modules (#12734) | David Robertson | 2022-05-17 | 5 | -94/+178 |
* | | Add `StreamKeyType` class and replace string literals with constants (#12567) | Andrew Morgan | 2022-05-16 | 18 | -80/+124 |
* | | Avoid unnecessary copies when filtering private read receipts. (#12711) | Šimon Brandner | 2022-05-16 | 2 | -35/+65 |
* | | Merge tag 'v1.59.0rc2' into develop | David Robertson | 2022-05-16 | 1 | -8/+11 |
|\| |
|
| * | Fix bug /sync returning 404 (#12729) | Erik Johnston | 2022-05-16 | 1 | -8/+11 |
* | | Fix typo in listener config (#12742) | Dirk Klimpel | 2022-05-16 | 1 | -1/+1 |
* | | Fix room upgrades creating an empty room when auth fails (#12696) | Sean Quah | 2022-05-16 | 1 | -43/+82 |
* | | Consolidate logic for parsing relations. (#12693) | Patrick Cloke | 2022-05-16 | 5 | -59/+91 |
* | | Add config flags to allow for cache auto-tuning (#12701) | Shay | 2022-05-13 | 3 | -51/+175 |
* | | Don't create an empty room when checking for MAU limits (#12713) | Brendan Abolivier | 2022-05-13 | 2 | -55/+55 |
* | | Another batch of type annotations (#12726) | David Robertson | 2022-05-13 | 9 | -79/+122 |
* | | SpamChecker metrics (#12513) | Jess Porter | 2022-05-13 | 2 | -24/+59 |
* | | URL preview cache expiry logs: INFO -> DEBUG, text clarifications (#12720) | Andrew Morgan | 2022-05-12 | 1 | -9/+21 |
* | | Reduce the number of "untyped defs" (#12716) | David Robertson | 2022-05-12 | 14 | -69/+117 |
* | | add default_power_level_content_override config option. (#12618) | Andy Balaam | 2022-05-12 | 2 | -1/+62 |
* | | Enable cancellation of `GET /members` and `GET /state` requests (#12708) | Sean Quah | 2022-05-11 | 2 | -2/+8 |
* | | No longer permit empty body when sending receipts (#12709) | David Robertson | 2022-05-11 | 1 | -12/+1 |
* | | Complain if a federation endpoint has the `@cancellable` flag (#12705) | Sean Quah | 2022-05-11 | 1 | -1/+12 |
* | | Reload cache factors from disk on SIGHUP (#12673) | David Robertson | 2022-05-11 | 6 | -61/+166 |
* | | Respect the `@cancellable` flag for `ReplicationEndpoint`s (#12700) | Sean Quah | 2022-05-11 | 1 | -2/+19 |
* | | Respect the `@cancellable` flag for `RestServlet`s and `BaseFederationServlet... | Sean Quah | 2022-05-11 | 1 | -0/+5 |
* | | Respect the `@cancellable` flag for `DirectServe{Html,Json}Resource`s (#12698) | Sean Quah | 2022-05-11 | 1 | -0/+2 |
* | | Remove unneeded `ActionGenerator` class. (#12691) | Patrick Cloke | 2022-05-11 | 6 | -60/+16 |
* | | Fix `/messages` throwing a 500 when querying for non-existent room (#12683) | Eric Eastwood | 2022-05-10 | 2 | -16/+12 |
* | | Refactor `EventContext` (#12689) | Erik Johnston | 2022-05-10 | 8 | -197/+59 |
* | | Capture the `Deferred` for request cancellation in `_AsyncResource` (#12694) | Sean Quah | 2022-05-10 | 2 | -5/+8 |
* | | Fix incorrect type hint in filtering code. (#12695) | Patrick Cloke | 2022-05-10 | 1 | -2/+3 |
* | | Add some type hints to datastore. (#12477) | Dirk Klimpel | 2022-05-10 | 3 | -71/+121 |
* | | Stop writing to `event_reference_hashes` (#12679) | Richard van der Hoff | 2022-05-10 | 3 | -29/+4 |
* | | Add ability to cancel disconnected requests to `SynapseRequest` (#12588) | Sean Quah | 2022-05-10 | 1 | -1/+23 |
* | | Add `@cancellable` decorator, for use on request handlers (#12586) | Sean Quah | 2022-05-10 | 1 | -0/+61 |
* | | Merge tag 'v1.59.0rc1' into develop | David Robertson | 2022-05-10 | 5 | -22/+9 |
|\| |
|
| * | Add the `update_user_directory_from_worker` configuration option (superseding... | reivilibre | 2022-05-10 | 5 | -22/+9 |
* | | Move free functions into PushRuleEvaluatorForEvent. (#12677) | Patrick Cloke | 2022-05-10 | 2 | -34/+68 |
* | | Add class-diagrams and notes for push. (#12676) | Patrick Cloke | 2022-05-10 | 1 | -0/+79 |
|/ |
|
* | Immediately retry any requests that have backed off when a server comes back ... | Erik Johnston | 2022-05-10 | 4 | -6/+98 |
* | Implement MSC3786: Add a default push rule to ignore m.room.server_acl events... | Šimon Brandner | 2022-05-10 | 3 | -11/+55 |
* | Update `replication.md` with info on TCP module structure (#12621) | Shay | 2022-05-09 | 1 | -1/+1 |
* | Fix inconsistent spelling of 'M_UNRECOGNIZED'. (#12665) | Val Lorentz | 2022-05-09 | 1 | -1/+1 |
* | Implement cancellation support/protection for module callbacks (#12568) | Sean Quah | 2022-05-09 | 5 | -27/+85 |
* | Fix mypy against latest pillow stubs (#12671) | David Robertson | 2022-05-09 | 1 | -3/+3 |
* | Use `ParamSpec` in a few places (#12667) | David Robertson | 2022-05-09 | 11 | -66/+143 |
* | Don't error on unknown receipt types (#12670) | Erik Johnston | 2022-05-09 | 1 | -12/+15 |
* | Use `Concatenate` to annotate `do_execute` (#12666) | David Robertson | 2022-05-09 | 1 | -5/+14 |
* | Convert stringy power levels to integers on room upgrade (#12657) | David Robertson | 2022-05-07 | 2 | -22/+53 |
* | Prevent memory leak from reoccurring when presence is disabled. (#12656) | Erik Johnston | 2022-05-06 | 2 | -28/+53 |