- Mar 14, 2017
-
-
David Baker authored
-
David Baker authored
-
- Mar 13, 2017
-
-
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
-
Richard van der Hoff authored
Add helpful texts to logger config options
-
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
-
- Mar 10, 2017
-
-
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
-
Erik Johnston authored
-
Erik Johnston authored
-
- Mar 09, 2017
-
-
Richard van der Hoff authored
Unfortunately this significantly increases the size of the already-rather-big FederationHandler, but the code fits more naturally here, and it paves the way for the tighter integration that I need between handling incoming PDUs and doing the join dance. Other than renaming the existing `FederationHandler.on_receive_pdu` to `_process_received_pdu` to make way for it, this just consists of the move, and replacing `self.handler` with `self` and `self` with `self.replication_layer`.
-
Richard van der Hoff authored
When we receive PDUs via `get_missing_events`, we have already checked their sigs, so there is no need to do it again.
-
Richard van der Hoff authored
This should be functionally identical: it just seeks to improve readability by reducing indentation.
-
Richard van der Hoff authored
-
David Baker authored
Support registration & login with phone number
-
- Mar 08, 2017
-
-
David Baker authored
-
David Baker authored
-
David Baker authored
This file post-dates OM
-
David Baker authored
-
Richard van der Hoff authored
looks like the upsert function was accidentally sending sql logging to the general logger. We already log the sql in `txn.execute`.
-
David Baker authored
-
David Baker authored
-
David Baker authored
-
David Baker authored
-
David Baker authored
-
David Baker authored
-
David Baker authored
-
David Baker authored
and replace requestEmailToken where we meant requestMsisdnToken
-
David Baker authored
Plus a couple of other minor fixes
-
David Baker authored
-
- Mar 07, 2017
-