Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • maunium/synapse
  • leytilera/synapse
2 results
Show changes
Showing
with 0 additions and 20 deletions
Fix wrong section header for `allow_public_rooms_over_federation` in the homeserver config documentation.
Reduce DB usage of `/sync` when a large number of unread messages have recently been sent in a room.
Add a rate limit for local users sending invites.
\ No newline at end of file
Improve startup times in Complement test runs against workers, particularly in CPU-constrained environments.
\ No newline at end of file
Only one-line SQL statements for logging and tracing.
Fix application service not being able to join remote federated room without a profile set.
Document how the Synapse team does reviews.
Apply ratelimiting earlier in processing of /send request.
\ No newline at end of file
Enforce type annotations for `tests.test_server`.
Add type annotations to `tests.server`.
Add a link to the configuration manual from the homeserver sample config documentation.
Add support to `complement.sh` for skipping the docker build.
Faster joins: skip waiting for full state when processing incoming events over federation.
Improve exception handling when processing events received over federation.
Improve validation logic in Synapse's REST endpoints.
Add the ability to set the log level using the `SYNAPSE_TEST_LOG_LEVEL` environment when using `complement.sh`.
\ No newline at end of file
Reduce DB usage of `/sync` when a large number of unread messages have recently been sent in a room.
Enable Complement testing in the 'Twisted Trunk' CI runs.
\ No newline at end of file
Improve and fix type hints.
\ No newline at end of file
Add missing links to config options.