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
Refactor push tests.
Fix rare races when using workers.
Re-enable some linting that was disabled when we switched to ruff.
Add `cargo fmt` and `cargo clippy` to the lint script.
\ No newline at end of file
Add `worker_manhole` to configuration manual.
\ No newline at end of file
Drop unused table `presence`.
\ No newline at end of file
Merge the two account data and the two device list replication streams.
Faster joins: use stable identifiers from [MSC3706](https://github.com/matrix-org/matrix-spec-proposals/pull/3706).
Merge the two account data and the two device list replication streams.
Faster joins: always serve a partial join response to servers that request it with the stable query param.
Faster joins: use stable identifiers from [MSC3706](https://github.com/matrix-org/matrix-spec-proposals/pull/3706).
Fix a long-standing bug where Synapse would exhaust the stack when processing many federation requests where the remote homeserver has disconencted early.
Add a parameter to control whether the federation client performs a partial state join.
Add check to avoid starting duplicate partial state syncs.
Fix the example config missing the `id` field in [application service documentation](https://matrix-org.github.io/synapse/latest/application_services.html).
Bump regex from 1.7.0 to 1.7.1.
Add an early return when handling no-op presence updates.
Fix `wait_for_stream_position` to correctly wait for the right instance to advance its token.
Poetry 1.3.2 or higher is now required when `poetry install`ing from source.
Bump peaceiris/actions-gh-pages from 3.9.1 to 3.9.2.