| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Remove references to unstable identifiers from MSC3440. (#12382) | Patrick Cloke | 2022-04-12 | 9 | -95/+19 |
|/ |
|
* | Add some type hints to datastore (#12423) | Dirk Klimpel | 2022-04-12 | 8 | -77/+122 |
* | Specify tls extra for Twisted dependency. (#12444) | Erik Johnston | 2022-04-12 | 1 | -2/+1 |
* | Remove experimental configuration flag for MSC3666. (#12436) | Patrick Cloke | 2022-04-11 | 2 | -19/+13 |
* | Add missing type hints to config classes. (#12402) | Patrick Cloke | 2022-04-11 | 47 | -140/+239 |
* | Do not consider events by ignored users for bundled aggregations (#12235) | Patrick Cloke | 2022-04-11 | 2 | -39/+357 |
* | Disallow untyped defs in synapse._scripts (#12422) | David Robertson | 2022-04-11 | 11 | -109/+186 |
* | Add Module API for reading and writing global account data. (#12391) | reivilibre | 2022-04-11 | 1 | -0/+76 |
* | Optimise `_update_client_ips_batch_txn` to batch together database operations... | reivilibre | 2022-04-08 | 2 | -35/+132 |
* | Make `synapse._scripts` pass typechecks (#12421) | David Robertson | 2022-04-08 | 4 | -38/+49 |
* | Unify HTTP query parameter type hints (#12415) | David Robertson | 2022-04-08 | 5 | -38/+42 |
* | Update the server notices user profile in room if changed. (#12115) | Jorge Florian | 2022-04-08 | 1 | -4/+55 |
* | Fix rejecting invites over federation (#12409) | Erik Johnston | 2022-04-07 | 1 | -20/+33 |
* | Fix fetching public rooms over federation (#12410) | Erik Johnston | 2022-04-07 | 1 | -1/+1 |
* | Do not add groups to sync results if disabled. (#12408) | Patrick Cloke | 2022-04-07 | 2 | -10/+10 |
* | Add opentracing spans to calls to external cache (#12380) | Erik Johnston | 2022-04-07 | 2 | -11/+23 |
* | Support the v1 endpoint for `/relations`. (#12403) | Patrick Cloke | 2022-04-07 | 1 | -1/+1 |
* | Remove support for the unstable identifier from MSC3288. (#12398) | Patrick Cloke | 2022-04-06 | 1 | -2/+0 |
* | Narrow the `importlib_metadata` dependency (#12400) | David Robertson | 2022-04-06 | 1 | -1/+1 |
* | Fix `synapse_event_persisted_position` metric (#12390) | Richard van der Hoff | 2022-04-06 | 1 | -3/+3 |
* | Update type annotations for compatiblity with prometheus_client 0.14 (#12389) | Richard van der Hoff | 2022-04-06 | 7 | -18/+66 |
* | Generate historic pagination token for `/messages` when no `?from` token prov... | Eric Eastwood | 2022-04-06 | 4 | -14/+23 |
* | Add missing dependency on importlib_metadata (#12384) | David Robertson | 2022-04-05 | 1 | -0/+3 |
* | Post 1.56.0 release tidy up (#12379) | Sean Quah | 2022-04-05 | 1 | -1/+1 |
* | Fix edge case where a `Linearizer` could get stuck (#12358) | Sean Quah | 2022-04-05 | 1 | -1/+5 |
* | Make `StreamToken` and `RoomStreamToken` methods propagate cancellations (#12... | Sean Quah | 2022-04-05 | 1 | -0/+5 |
* | Refactor and convert `Linearizer` to async (#12357) | Sean Quah | 2022-04-05 | 19 | -113/+101 |
* | Merge branch 'master' into develop | Sean Quah | 2022-04-05 | 2 | -2/+2 |
|\ |
|
| * | 1.56.0 | Sean Quah | 2022-04-05 | 1 | -1/+1 |
| * | Pin signedjson to <= 1.1.1 as a temporary workaround for #12324 | Sean Quah | 2022-04-05 | 1 | -1/+1 |
| * | Bump `black` and `click` versions (#12320) | David Robertson | 2022-04-05 | 11 | -18/+21 |
* | | Prefill more stream change caches. (#12372) | Erik Johnston | 2022-04-05 | 5 | -61/+91 |
* | | Fix a spec compliance issue where requests to the `/publicRooms` federation A... | reivilibre | 2022-04-05 | 1 | -2/+2 |
* | | Merge tag 'v1.56.0rc1' into develop | Richard van der Hoff | 2022-04-05 | 1 | -1/+1 |
|\| |
|
| * | 1.56.0rc1 | Brendan Abolivier | 2022-03-29 | 1 | -1/+1 |
* | | Explain how to decipher live and historic pagination tokens (#12317) | Eric Eastwood | 2022-04-05 | 1 | -11/+85 |
* | | Allow non-member state sent in room batch to resolve for historic events (MSC... | Eric Eastwood | 2022-04-04 | 1 | -26/+12 |
* | | Prefill the device_list_stream_cache (#12367) | Erik Johnston | 2022-04-04 | 2 | -2/+22 |
* | | Track device list updates per room. (#12321) | Erik Johnston | 2022-04-04 | 8 | -37/+362 |
* | | Default to `private` room visibility rather than `public` when a client does ... | reivilibre | 2022-04-01 | 1 | -1/+3 |
* | | Use a sequence to generate AS transaction IDs, drop `last_txn` AS state (#12209) | Nick Mills-Barrett | 2022-04-01 | 3 | -44/+67 |
* | | Move `update_client_ip` background job from the main process to the backgroun... | reivilibre | 2022-04-01 | 9 | -153/+159 |
* | | Raise an exception when getting state at an outlier (#12191) | Richard van der Hoff | 2022-04-01 | 2 | -4/+32 |
* | | Optimise `_get_state_after_missing_prev_event`: use `/state` (#12040) | Richard van der Hoff | 2022-04-01 | 2 | -9/+42 |
* | | Add a module callback to react to account data changes (#12327) | Brendan Abolivier | 2022-04-01 | 2 | -1/+66 |
* | | Add set_user_admin function to the module API (#12341) | Amanda Graven | 2022-04-01 | 1 | -0/+11 |
* | | Move MSC2654 support behind an experimental configuration flag. (#12295) | Patrick Cloke | 2022-03-31 | 2 | -1/+6 |
* | | Handle outliers in `/federation/v1/event` (#12332) | Richard van der Hoff | 2022-03-31 | 1 | -106/+128 |
* | | Add more type hints to the main state store. (#12267) | Patrick Cloke | 2022-03-31 | 2 | -9/+15 |
* | | Add a callback to react to 3PID associations (#12302) | Brendan Abolivier | 2022-03-31 | 3 | -0/+32 |
* | | Remove an unnecessary class from the relations code. (#12338) | Patrick Cloke | 2022-03-31 | 3 | -74/+31 |
* | | Ensure the type of URL attributes is always str when matching against preview... | Brendan Abolivier | 2022-03-31 | 1 | -2/+7 |
* | | Remove the unused and unstable `/aggregations` endpoint. (#12293) | Patrick Cloke | 2022-03-30 | 4 | -271/+16 |
* | | Send device list updates to application services (MSC3202) - part 1 (#11881) | Andrew Morgan | 2022-03-30 | 11 | -62/+317 |
* | | Start application service stream token tracking from 1 (#12193) | Andrew Morgan | 2022-03-30 | 2 | -2/+3 |
* | | Disable proactive sends for remote joins (#12330) | Richard van der Hoff | 2022-03-30 | 1 | -0/+6 |
* | | Add a configuration to exclude rooms from sync response (#12310) | Brendan Abolivier | 2022-03-30 | 4 | -21/+66 |
* | | Fix typechecker problems exposed by signedjson 1.1.2 (#12326) | David Robertson | 2022-03-29 | 5 | -17/+20 |
* | | Room batch: fix up handling of unknown prev_event_ids (#12316) | Richard van der Hoff | 2022-03-29 | 1 | -8/+13 |
* | | Update `LoggingTransaction.call_after` and `call_on_exception` docstrings (#1... | Sean Quah | 2022-03-29 | 1 | -3/+20 |
* | | Bump `black` and `click` versions (#12320) | David Robertson | 2022-03-29 | 11 | -18/+21 |
|/ |
|
* | Remove unused `auth_event_ids` argument plumbing (#12304) | Eric Eastwood | 2022-03-29 | 2 | -27/+0 |
* | Exclude outliers in `on_backfill_request` (#12314) | Richard van der Hoff | 2022-03-28 | 1 | -3/+9 |
* | Add some type hints to datastore. (#12255) | Dirk Klimpel | 2022-03-28 | 8 | -39/+60 |
* | Un-revert Jinja2 fix (#12313) | Brendan Abolivier | 2022-03-28 | 2 | -6/+9 |
* | Allow modules to store already existing 3PID associations (#12195) | Brendan Abolivier | 2022-03-28 | 1 | -1/+26 |
* | Improve type annotations for `execute_values`. (#12311) | reivilibre | 2022-03-28 | 1 | -10/+7 |
* | Add restrictions by default to open registration in Synapse (#12091) | Shay | 2022-03-25 | 2 | -1/+30 |
* | Add cache for `get_membership_from_event_ids` (#12272) | Erik Johnston | 2022-03-25 | 5 | -22/+71 |
* | Enhance logging for inbound federation events (#12301) | Richard van der Hoff | 2022-03-25 | 1 | -1/+1 |
* | Refactor `create_new_client_event` to use a new parameter, `state_event_ids`,... | Eric Eastwood | 2022-03-25 | 4 | -65/+164 |
* | Always allow the empty string as an avatar_url. (#12261) | David Robertson | 2022-03-25 | 1 | -0/+6 |
* | Merge branch 'master' into develop | Richard van der Hoff | 2022-03-24 | 3 | -8/+7 |
|\ |
|
| * | 1.55.2 | Richard van der Hoff | 2022-03-24 | 1 | -1/+1 |
| * | Pin Jinja to <3.1.0 (#12297) | Andrew Morgan | 2022-03-24 | 1 | -1/+2 |
| * | Revert "Replace instances of deprecated `Jinja2.Markup` with `markupsafe.Mark... | Andrew Morgan | 2022-03-24 | 2 | -6/+4 |
* | | Merge branch 'master' into develop | Andrew Morgan | 2022-03-24 | 3 | -5/+7 |
|\| |
|
| * | 1.55.1 | Andrew Morgan | 2022-03-24 | 1 | -1/+1 |
| * | Replace instances of deprecated `Jinja2.Markup` with `markupsafe.Markup` (#12... | Andrew Morgan | 2022-03-24 | 2 | -4/+6 |
* | | Do not consider events by ignored users for relations (#12285) | Patrick Cloke | 2022-03-24 | 1 | -1/+8 |
* | | Optionally include account validity in MSC3720 account status responses (#12266) | Brendan Abolivier | 2022-03-24 | 2 | -0/+15 |
* | | Refuse to start if DB has an unsafe locale (#12262) | Shay | 2022-03-23 | 2 | -15/+36 |
* | | Use psycopg2 type stubs (#12269) | David Robertson | 2022-03-23 | 2 | -4/+12 |
* | | Remove mutual_rooms `update_user_directory` check, and add extra documentatio... | Jonathan de Jong | 2022-03-23 | 1 | -4/+6 |
* | | Allow registering admin users using the module API (#12250) | Nicolas Werner | 2022-03-23 | 1 | -0/+4 |
* | | Rename shared_rooms to mutual_rooms (#12036) | Jonathan de Jong | 2022-03-23 | 3 | -10/+11 |
* | | Merge branch 'master' into develop | Andrew Morgan | 2022-03-22 | 4 | -7/+7 |
|\| |
|
| * | 1.55.0 | Andrew Morgan | 2022-03-22 | 1 | -1/+1 |
| * | Tweak copy for sso account details template (#12265) | Michael Telatynski | 2022-03-22 | 3 | -6/+6 |
* | | Merge branch 'release-v1.55' into develop | David Robertson | 2022-03-21 | 1 | -1/+1 |
|\| |
|
| * | Reword 'Choose your user name' as 'Choose your account name' in the SSO regis... | reivilibre | 2022-03-21 | 1 | -1/+1 |
* | | Make it possible to enable compression for the metrics HTTP resource (#12258) | Nick Mills-Barrett | 2022-03-21 | 1 | -1/+4 |
* | | Return a 404 from `/state` for an outlier (#12087) | Richard van der Hoff | 2022-03-21 | 2 | -44/+24 |
* | | Try to detect borked package installations. (#12244) | David Robertson | 2022-03-18 | 1 | -1/+23 |
* | | Move get_bundled_aggregations to relations handler. (#12237) | Patrick Cloke | 2022-03-18 | 8 | -157/+172 |
* | | Only fetch thread participation for events with threads. (#12228) | Patrick Cloke | 2022-03-18 | 1 | -1/+3 |
* | | Add some type hints to datastore (#12248) | Dirk Klimpel | 2022-03-18 | 2 | -78/+116 |
* | | Correct `check_username_for_spam` annotations and docs (#12246) | David Robertson | 2022-03-18 | 6 | -12/+39 |
* | | Merge branch 'release-v1.55' into develop | Patrick Cloke | 2022-03-16 | 2 | -4/+7 |
|\| |
|
| * | Fix bundling aggregations if unsigned is not a returned event field. (#12234) | Patrick Cloke | 2022-03-16 | 1 | -3/+6 |
| * | 1.55.0rc1 | David Robertson | 2022-03-15 | 1 | -1/+1 |
* | | Handle cancellation in `DatabasePool.runInteraction()` (#12199) | Sean Quah | 2022-03-16 | 1 | -24/+37 |
* | | Add a relations handler to avoid duplication. (#12227) | Patrick Cloke | 2022-03-16 | 4 | -69/+133 |
* | | Add some missing type hints to cache datastore. (#12216) | Patrick Cloke | 2022-03-16 | 1 | -21/+36 |
* | | Fix dead link in spam checker warning (#12231) | David Robertson | 2022-03-16 | 1 | -2/+2 |