- Aug 28, 2018
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
This gives clearer messages when someone gets it wrong
-
Richard van der Hoff authored
-
Richard van der Hoff authored
We should explicitly close any db connections we open, because failing to do so can block other transactions as per https://github.com/matrix-org/synapse/issues/3682. Let's also try to factor out some of the boilerplate by having server classes define their datastore class rather than duplicating the whole of `setup`.
-
- Aug 24, 2018
-
-
Erik Johnston authored
Change admin_uri to admin_contact in config and errors
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Fix checking if service notice room is already tagged
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
This manifested in synapse repeatedly setting the tag for the room
-
Erik Johnston authored
Fix up tagging server notice rooms.
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Allow federation_domain_whitelist to be emtpy list
-
Erik Johnston authored
-
Erik Johnston authored
Outbound federation were incorrectly allowed when the config option was set to an empty list
-
Erik Johnston authored
Fix bug where we broke sync when using limit_usage_by_mau
-
Richard van der Hoff authored
Pin to twisted 17.1 or later
-
Erik Johnston authored
-
Erik Johnston authored
We assumed that we always had service notices configured, but that is not always true
-
Erik Johnston authored
Implement trial users
-
Richard van der Hoff authored
-
- Aug 23, 2018
-
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Fix bug where we resent "limit exceeded" server notices
-
Erik Johnston authored
-
Erik Johnston authored
This was due to a bug where we mutated a cached event's contents
-
Travis Ralston authored
Reference that the federation_reader needs the HTTP replication port set
-
Erik Johnston authored
Fix MAU invalidation due to missing yield
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
- Aug 22, 2018
-
-
Erik Johnston authored
server notices on resource limit blocking
-
Erik Johnston authored
-
Erik Johnston authored
-
Richard van der Hoff authored
-