- Mar 14, 2017
-
-
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.
-
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.
-
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.
-
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
-
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
-