synapse icon indicating copy to clipboard operation
synapse copied to clipboard

Synapse: Matrix homeserver written in Python/Twisted.

Results 357 synapse issues
Sort by recently updated
recently updated
newest added

[MSC3916](https://github.com/matrix-org/matrix-spec-proposals/blob/rav/authentication-for-media/proposals/3916-authentication-for-media.md) outlines the addition of a new federation endpoint to serve media downloads to other servers. This PR implements that endpoint and the new `multipart/form-data` response format that it returns....

### Description There was a failure mode today on a customer's ESS deployment where their Synapse stopped sending PDUs to registered appservices. *Ephemeral* events (to-device, presence, read receipts) were sent,...

A-Application-Service
S-Major
O-Uncommon
T-Defect

This issue was created by the Crypto team because we believe it will help us to identify the source of broken key backups. We expect to work on it and...

T-Task

Let's see if this helps. -- Regression introduced in #17044 Fixes: #17129 Replaces: #17154

We try and deduplicate in two places: 1) really early on, and 2) just before we persist the event. The first case was broken due to it occuring before the...

### Description On my home server, I can send and receive encrypted messages to and from different servers without any problems. But I cannot send messages **to matrix.org**, receiving them...

This is an implementation of MSC4098. It implements a subset of the SCIM provisioning protocol defined in [RFC7643](https://datatracker.ietf.org/doc/html/rfc7643) and [RFC7644](https://datatracker.ietf.org/doc/html/rfc7644). It contains: - A SCIM servlet implementing the minimal SCIM...

This is an implementation for [MSC4141: Time based notification filtering](https://github.com/matrix-org/matrix-spec-proposals/pull/4141) which allows adding a don't disturb interval of time among days of the week as a condition to the master...

"Media storage providers" are external modules that can be used to store and fetch media from sources other than the local filesystem. One popular example is https://github.com/matrix-org/synapse-s3-storage-provider/, which allows you...

A-Docs
O-Uncommon
Z-Help-Wanted
T-Task