| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Update mypy to 0.950 and fix complaints (#12650) | David Robertson | 2022-05-06 | 5 | -14/+43 |
* | Add the `notify_appservices_from_worker` configuration option (superseding `n... | reivilibre | 2022-05-06 | 4 | -19/+109 |
* | Support MSC3266 room summaries over federation (#11507) | DeepBlueV7.X | 2022-05-05 | 2 | -5/+51 |
* | Update `_on_new_receipts()` to work with MSC2285 changes. (#12636) | Šimon Brandner | 2022-05-05 | 1 | -5/+3 |
* | Improve comments and error messages around access tokens. (#12577) | reivilibre | 2022-05-05 | 1 | -8/+11 |
* | Use `private` instead of `hidden` in MSC2285 related code. (#12635) | Šimon Brandner | 2022-05-05 | 4 | -7/+7 |
* | Edits/annotations should not have any bundled aggregations calculated. (#12633) | Patrick Cloke | 2022-05-05 | 1 | -20/+18 |
* | Remove unused receipt datastore methods. (#12632) | Patrick Cloke | 2022-05-05 | 1 | -54/+0 |
* | Fix typo in some instances of enable_registration_token_3pid_bypass. (#12639) | Will Hunt | 2022-05-05 | 3 | -4/+4 |
* | Reduce log spam when running multiple event persisters (#12610) | Erik Johnston | 2022-05-05 | 2 | -2/+16 |
* | Add `mau_appservice_trial_days` config (#12619) | Will Hunt | 2022-05-04 | 2 | -2/+14 |
* | Use `getClientAddress` instead of `getClientIP`. (#12599) | Patrick Cloke | 2022-05-04 | 9 | -20/+28 |
* | Implement changes to MSC2285 (hidden read receipts) (#12168) | Šimon Brandner | 2022-05-04 | 8 | -107/+197 |
* | Disable device name lookup over federation by default (#12616) | Andrew Morgan | 2022-05-04 | 1 | -5/+5 |
* | Remove unstable/unspecced login types. (#12597) | Patrick Cloke | 2022-05-04 | 1 | -11/+4 |
* | Improve logging for cancelled requests (#12587) | Sean Quah | 2022-05-04 | 1 | -0/+30 |
* | Include bundled aggregations for the latest event in a thread. (#12273) | Patrick Cloke | 2022-05-04 | 3 | -50/+90 |
* | remove constantly lib use and switch to enums. (#12624) | andrew do | 2022-05-04 | 9 | -35/+35 |
* | Add a consistency check on events read from the database (#12620) | Richard van der Hoff | 2022-05-03 | 1 | -0/+12 |
* | Remove unstable identifiers for MSC3069. (#12596) | Patrick Cloke | 2022-05-03 | 1 | -2/+0 |
* | Add extra debug logging to federation sender (#12614) | Richard van der Hoff | 2022-05-03 | 1 | -2/+18 |
* | fix imports | Richard van der Hoff | 2022-05-03 | 1 | -1/+2 |
* | minor wording fix in docstring | Richard van der Hoff | 2022-05-03 | 1 | -3/+2 |
* | Exclude OOB memberships from the federation sender (#12570) | Richard van der Hoff | 2022-05-03 | 2 | -4/+50 |
* | Fix race when persisting an event and deleting a room (#12594) | Erik Johnston | 2022-05-03 | 2 | -2/+21 |
* | Remove special-case for `twisted` logger (#12589) | Richard van der Hoff | 2022-04-29 | 1 | -7/+0 |
* | Improve the docstrings for the receipts store. (#12581) | Patrick Cloke | 2022-04-28 | 1 | -5/+51 |
* | Fix logging of incorrect status codes for disconnected requests (#12580) | Sean Quah | 2022-04-28 | 1 | -3/+9 |
* | Prefer `make_awaitable` over `defer.succeed` in tests (#12505) | Sean Quah | 2022-04-27 | 1 | -9/+17 |
* | Add a module API to allow modules to edit push rule actions (#12406) | Brendan Abolivier | 2022-04-27 | 6 | -103/+235 |
* | Remove unused `# type: ignore`s (#12531) | David Robertson | 2022-04-27 | 12 | -27/+27 |
* | Consistently use collections.abc.Mapping to check frozendict. (#12564) | Patrick Cloke | 2022-04-27 | 4 | -9/+10 |
* | Add option to enable token registration without requiring 3pids (#12526) | Will Hunt | 2022-04-27 | 3 | -2/+18 |
* | Add some type hints to datastore (#12485) | Dirk Klimpel | 2022-04-27 | 11 | -84/+187 |
* | Bound ephemeral events by key (#12544) | Nick Mills-Barrett | 2022-04-26 | 2 | -4/+4 |
* | Mark remote device list updates as already handled (#12557) | Erik Johnston | 2022-04-26 | 2 | -3/+5 |
* | Comment out dodgy log-kv (#12554) | David Robertson | 2022-04-26 | 1 | -3/+6 |
* | Fix sending opentracing contexts to remote servers (#12555) | Erik Johnston | 2022-04-26 | 1 | -1/+11 |
* | Optimise backfill calculation (#12522) | Richard van der Hoff | 2022-04-26 | 4 | -106/+167 |
* | Handle cancellation in `EventsWorkerStore._get_events_from_cache_or_db` (#12529) | Sean Quah | 2022-04-25 | 1 | -34/+49 |
* | Misc. clean-ups to the relations code (#12519) | Patrick Cloke | 2022-04-25 | 2 | -63/+33 |
* | Update `delay_cancellation` to accept any awaitable (#12468) | Sean Quah | 2022-04-22 | 2 | -12/+43 |
* | MSC3202: Fix device_unused_fallback_keys -> device_unused_fallback_key_types ... | Will Hunt | 2022-04-22 | 2 | -2/+2 |
* | Await un-partial-stating after a partial-state join (#12399) | Richard van der Hoff | 2022-04-21 | 5 | -4/+156 |
* | Dump setuptools; correct pyproject version number (#12478) | David Robertson | 2022-04-20 | 2 | -152/+3 |
* | Fix Jinja templating error when generating thumbnail URLs. (#12510) | Patrick Cloke | 2022-04-20 | 1 | -1/+1 |
* | Implement MSC2815: allow room moderators to view redacted event content (#12427) | Tulir Asokan | 2022-04-20 | 6 | -3/+99 |
* | Fix returned count of delete extremities admin API (#12496) | Erik Johnston | 2022-04-19 | 1 | -3/+5 |
* | Fix `/room/.../event/...` to return the *original* event after any edits (#12... | Richard van der Hoff | 2022-04-19 | 2 | -9/+16 |
* | Implement MSC3383: include destination in X-Matrix auth header (#11398) | Jan Christian Grünhage | 2022-04-19 | 2 | -10/+41 |
* | Merge branch 'master' into develop | Olivier Wilkinson (reivilibre) | 2022-04-19 | 1 | -1/+1 |
|\ |
|
| * | 1.57.0 | Olivier Wilkinson (reivilibre) | 2022-04-19 | 1 | -1/+1 |
* | | Back out implementation of MSC2314 (#12474) | Richard van der Hoff | 2022-04-19 | 2 | -18/+10 |
* | | Fix grammatical error in error message (#12483) | Travis Ralston | 2022-04-18 | 1 | -1/+1 |
* | | Only send out device list updates for our own users (#12465) | Erik Johnston | 2022-04-14 | 2 | -4/+10 |
* | | Limit `device_id` size to 512B (#12454) | Shay | 2022-04-13 | 1 | -0/+9 |
* | | Prevent a sync request from removing a user's busy presence status (#12213) | David Baker | 2022-04-13 | 3 | -18/+53 |
* | | Fix missing sync events during historical batch imports (#12319) | Nick Mills-Barrett | 2022-04-13 | 3 | -17/+38 |
* | | Rename Mutual Rooms `unstable_features` flag to match MSC (#12445) | Jonathan de Jong | 2022-04-13 | 1 | -1/+1 |
* | | Process device list updates asynchronously (#12365) | Erik Johnston | 2022-04-12 | 4 | -91/+12 |
* | | Remove the unstable event field for `/send_join` per MSC3083. (#12395) | Patrick Cloke | 2022-04-12 | 2 | -12/+0 |
* | | Merge branch 'release-v1.57' into develop | Erik Johnston | 2022-04-12 | 1 | -1/+1 |
|\| |
|
| * | 1.57.0rc1 | Erik Johnston | 2022-04-12 | 1 | -1/+1 |
* | | Disable groups/communities by default. (#12344) | Patrick Cloke | 2022-04-12 | 1 | -1/+1 |
* | | Resync state after partial-state join (#12394) | Richard van der Hoff | 2022-04-12 | 7 | -0/+288 |