- Aug 30, 2018
-
-
Amber Brown authored
-
Richard van der Hoff authored
Make sure that we close db connections opened during init
-
- Aug 29, 2018
-
-
Erik Johnston authored
fix #3445 - do not use itervalues() on SortedDict()
-
Krombel authored
-
Krombel authored
itervalues(d) calls d.itervalues() [PY2] and d.values() [PY3] but SortedDict only implements d.values()
-
Amber Brown authored
-
- Aug 28, 2018
-
-
Matthew Hodgson authored
don't return non-LL-member state in incremental sync state blocks
-
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
-