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
Advertise support for Client-Server API r0.6.1.
\ No newline at end of file
Add type hints to `synapse.events`.
Add search by room ID and room alias to List Room admin API.
\ No newline at end of file
Add an `on_new_event` third-party rules callback to allow Synapse modules to act after an event has been sent into a room.
Improve example HAProxy config in the docs to properly handle host headers with port information. This is required for federation over port 443 to work correctly.
Fix long-standing bug where verification requests could fail in certain cases if whitelist was in place but did not include your own homeserver.
\ No newline at end of file
Remove and document unnecessary `RoomStreamToken` checks in application service ephemeral event code.
\ No newline at end of file
Add a module API method to update a user's membership in a room.
Add documentation for using Authentik as an OpenID Connect Identity Provider. Contributed by @samip5.
\ No newline at end of file
Add type hints so that `synapse.http` passes `mypy` checks.
\ No newline at end of file
Update scripts to pass Shellcheck lints.
Add knock information in admin export. Contributed by Rafael Gonçalves.
Add metrics for thread pool usage.
Add tests to check that `ClientIpStore.get_last_client_ip_by_device` and `get_user_ip_and_agents` combine database and in-memory data correctly.
Support the stable room type field for [MSC3288](https://github.com/matrix-org/matrix-doc/pull/3288).
Allow an empty list of `state_events_at_start` to be sent when using the [MSC2716](https://github.com/matrix-org/matrix-doc/pull/2716) `/batch_send` endpoint and the author of the historical messages is already part of the current room state at the given `?prev_event_id`.
Fix a bug introduced in Synapse 1.45.0 which prevented the `synapse_review_recent_signups` script from running. Contributed by @samuel-p.
Refactor `Filter` to check different fields depending on the data type.
Clarify lack of support for Windows.
Delete `to_device` messages for hidden devices that will never be read, reducing database size.
\ No newline at end of file