- Mar 15, 2017
-
-
Richard van der Hoff authored
This just takes the existing `room_queues` logic and moves it out to `on_receive_pdu` instead of `_process_received_pdu`, which ensures that we don't start trying to fetch prev_events and whathaveyou until the join has completed.
-
Richard van der Hoff authored
to correctly reset the context when we fire off a deferred we aren't going to wait for.
-
- Mar 13, 2017
-
-
Richard van der Hoff authored
Refactor FederationServer._handle_new_pdu
-
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
-
- Mar 06, 2017
-
-
Erik Johnston authored
Select distinct devices from DB
-
Erik Johnston authored
Otherwise we might pull out tonnes of duplicate user_ids and this can make synapse sad.
-
- Mar 03, 2017
-
-
David Baker authored
and support binding them with the bind_msisdn param
-
Erik Johnston authored
Fix device list update to not constantly resync
-
Erik Johnston authored
Clobber old device list stream entries
-