You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
watcha-synapse/changelog.d
Sean Quah 2be5a2b07b
Fix `RetryDestinationLimiter` re-starting finished log contexts (#12803)
3 years ago
..
.gitignore
10533.misc Track in memory events using weakrefs (#10533) 3 years ago
12477.misc Add some type hints to datastore. (#12477) 3 years ago
12498.misc Skip waiting for full state if a StateFilter does not require it (#12498) 3 years ago
12513.feature SpamChecker metrics (#12513) 3 years ago
12567.misc Add `StreamKeyType` class and replace string literals with constants (#12567) 3 years ago
12586.misc Add `@cancellable` decorator, for use on request handlers (#12586) 3 years ago
12588.misc Add ability to cancel disconnected requests to `SynapseRequest` (#12588) 3 years ago
12618.feature add default_power_level_content_override config option. (#12618) 3 years ago
12623.feature Add a new room version for MSC3787's knock+restricted join rule (#12623) 3 years ago
12630.misc Add helper class for testing request cancellation (#12630) 3 years ago
12672.misc Lay some foundation work to allow workers to only subscribe to some kinds of messages, reducing replication traffic. (#12672) 3 years ago
12673.feature Reload cache factors from disk on SIGHUP (#12673) 3 years ago
12676.misc Add class-diagrams and notes for push. (#12676) 3 years ago
12677.misc Move free functions into PushRuleEvaluatorForEvent. (#12677) 3 years ago
12679.misc Stop writing to `event_reference_hashes` (#12679) 3 years ago
12680.misc Remove code which updates `application_services_state.last_txn` (#12680) 3 years ago
12683.bugfix Fix `/messages` throwing a 500 when querying for non-existent room (#12683) 3 years ago
12687.bugfix Add a unique index to `state_group_edges` to prevent duplicates being accidentally introduced and the consequential impact to performance. (#12687) 3 years ago
12689.misc Refactor `EventContext` (#12689) 3 years ago
12691.misc Remove unneeded `ActionGenerator` class. (#12691) 3 years ago
12693.misc Consolidate logic for parsing relations. (#12693) 3 years ago
12694.misc Capture the `Deferred` for request cancellation in `_AsyncResource` (#12694) 3 years ago
12695.misc Fix incorrect type hint in filtering code. (#12695) 3 years ago
12696.bugfix Fix room upgrades creating an empty room when auth fails (#12696) 3 years ago
12698.misc Respect the `@cancellable` flag for `DirectServe{Html,Json}Resource`s (#12698) 3 years ago
12699.misc Respect the `@cancellable` flag for `RestServlet`s and `BaseFederationServlet`s (#12699) 3 years ago
12700.misc Respect the `@cancellable` flag for `ReplicationEndpoint`s (#12700) 3 years ago
12701.feature Add config flags to allow for cache auto-tuning (#12701) 3 years ago
12705.misc Complain if a federation endpoint has the `@cancellable` flag (#12705) 3 years ago
12708.misc Enable cancellation of `GET /members` and `GET /state` requests (#12708) 3 years ago
12709.removal No longer permit empty body when sending receipts (#12709) 3 years ago
12711.misc Avoid unnecessary copies when filtering private read receipts. (#12711) 3 years ago
12713.bugfix Don't create an empty room when checking for MAU limits (#12713) 3 years ago
12715.doc Fix reference to the wrong symbol in the media admin api docs (#12715) 3 years ago
12716.misc Reduce the number of "untyped defs" (#12716) 3 years ago
12717.misc Add some type hints to datastore (#12717) 3 years ago
12720.misc URL preview cache expiry logs: INFO -> DEBUG, text clarifications (#12720) 3 years ago
12721.bugfix Fix push for m.read events (#12721) 3 years ago
12723.misc Downgrade some OIDC exceptions to warnings (#12723) 3 years ago
12726.misc Another batch of type annotations (#12726) 3 years ago
12727.doc Update issuer URL in example OIDC Keycloak config (#12727) 3 years ago
12731.misc Update configs used by Complement to allow more invites (#12731) 3 years ago
12734.misc Tidy up and type-hint the database engine modules (#12734) 3 years ago
12742.doc Fix typo in listener config (#12742) 3 years ago
12747.bugfix Add index to cache invalidations (#12747) 3 years ago
12748.doc Switch the 'Configuration' link in the docs homepage to the config manual (#12748) 3 years ago
12749.doc Fix typo in name of 'run_background_tasks_on' option in config manual (#12749) 3 years ago
12753.misc Add some type hints to `event_federation` datastore (#12753) 3 years ago
12759.doc Add some documentation around the `rc_invites` option to the config docs (#12759) 3 years ago
12761.doc Add documentation for cancellation of request processing (#12761) 3 years ago
12762.misc Discard null-containing strings before updating the user directory (#12762) 3 years ago
12765.doc Suggest using docker when testing against postgres (#12765) 3 years ago
12769.misc allow `on_invalidate=None` in `@cached` methods (#12769) 3 years ago
12770.bugfix Delete events from federation_inbound_events_staging table on purge (#12770) 3 years ago
12772.misc Move methods that call add_push_rule to PushRuleStore (#12772) 3 years ago
12773.doc Add missing user directory search endpoint to the generic worker documentation (#12773) 3 years ago
12774.misc Make handling of federation Authorization header (more) compliant with RFC7230 (#12774) 3 years ago
12775.misc Refactor `resolve_state_groups_for_events` to not pull out full state when no state resolution happens. (#12775) 3 years ago
12776.doc Add detail to `cache_autotuning` config option documentation (#12776) 3 years ago
12777.doc Update configuration manual to document size-related suffixes (#12777) 3 years ago
12779.bugfix Give a meaningful error message when a client tries to create a room with an invalid alias localpart. (#12779) 3 years ago
12781.misc Do not keep going if there are 5 back-to-back background update failures. (#12781) 3 years ago
12783.misc Fix federation in demo scripts. (#12783) 3 years ago
12785.doc Fix YAML parsing error in `url_preview_accept_language` (#12785) 3 years ago
12786.feature Implement MSC3818: copy room type on upgrade (#12786) 3 years ago
12789.misc hash_password: raise an error if no config file is specified (#12789) 3 years ago
12790.misc Simplify untyped-defs config in mypy.ini (#12790) 3 years ago
12792.feature Add a unit test for copying over arbitrary room types when upgrading a room (#12792) 3 years ago
12794.bugfix Properly close providers.json file stream. (#12794) 3 years ago
12803.bugfix Fix `RetryDestinationLimiter` re-starting finished log contexts (#12803) 3 years ago