- Mar 15, 2017
-
-
Matthew Hodgson authored
-
Erik Johnston authored
Add some metrics on notifier
-
Erik Johnston authored
-
Erik Johnston authored
Phone number registration / login support v2
-
- Mar 14, 2017
-
-
Richard van der Hoff authored
Fix routing loop when fetching remote media
-
Richard van der Hoff authored
-
Erik Johnston authored
Reduce number of spurious sync result generations.
-
Erik Johnston authored
Speed up public room list
-
Erik Johnston authored
-
Richard van der Hoff authored
- don't blindly proxy all HTTPRequestExceptions - log unexpected exceptions at error - avoid `isinstance` - improve docs on `from_http_response_exception`
-
Richard van der Hoff authored
Give CodeMessageException back its `msg` attribute, and use that to hold the HTTP status message for HttpResponseException.
-
Erik Johnston authored
-
Erik Johnston authored
Fix current_state_events table to not lie
-
Erik Johnston authored
If we try and persist two state events that have the same ancestor we calculate the wrong current state when persisting those events.
-
David Baker authored
-
David Baker authored
-
Luke Barnard authored
Implement delete_devices API
-
- Mar 13, 2017
-
-
Luke Barnard authored
(But this doesn't implement the same for deleting access tokens or e2e keys. Also respond to code review.
-
David Baker authored
Only offer msisdn flows if the x_show_msisdn option is given.
-
David Baker authored
Changes from https://github.com/matrix-org/synapse/pull/1971
-
Luke Barnard authored
-
Richard van der Hoff authored
Add helpful texts to logger config options
-
Luke Barnard authored
This implements the proposal here https://docs.google.com/document/d/1C-25Gqz3TXy2jIAoeOKxpNtmme0jI4g3yFGqv5GlAAk for deleting multiple devices at once in a single request.
-
Richard van der Hoff authored
When we proxy a media request to a remote server, add a query-param, which will tell the remote server to 404 if it doesn't recognise the server_name. This should fix a routing loop where the server keeps forwarding back to itself. Also improves the error handling on remote media fetches, so that we don't always return a rather obscure 502.
-
Erik Johnston authored
-
Richard van der Hoff authored
Refactor FederationServer._handle_new_pdu
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Add an option to disable stdio redirect
-
Richard van der Hoff authored
Reread log config on SIGHUP
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
- Mar 10, 2017
-
-
Erik Johnston authored
-
Richard van der Hoff authored
This makes it tractable to run synapse under pdb.
-
Richard van der Hoff authored
- to make it easier to add more config options.
-
Richard van der Hoff authored
When we are using a log_config file, reread it on SIGHUP.
-
Erik Johnston authored
Noop repated delete device inbox calls from /sync
-
Erik Johnston authored
-