MatrixSynapse/synapse/handlers
Richard van der Hoff 74c56f794c Break dependency of auth_handler on device_handler
I'm going to need to make the device_handler depend on the auth_handler, so I
need to break this dependency to avoid a cycle.

It turns out that the auth_handler was only using the device_handler in one
place which was an edge case which we can more elegantly handle by throwing an
error rather than fixing it up.
2017-11-01 10:27:06 +00:00
..
__init__.py
_base.py
account_data.py
admin.py
appservice.py
auth.py Break dependency of auth_handler on device_handler 2017-11-01 10:27:06 +00:00
device.py
devicemessage.py
directory.py
e2e_keys.py
events.py
federation.py replace 'except:' with 'except Exception:' 2017-10-23 15:52:32 +01:00
groups_local.py
identity.py
initial_sync.py replace 'except:' with 'except Exception:' 2017-10-23 15:52:32 +01:00
message.py replace 'except:' with 'except Exception:' 2017-10-23 15:52:32 +01:00
presence.py replace 'except:' with 'except Exception:' 2017-10-23 15:52:32 +01:00
profile.py replace 'except:' with 'except Exception:' 2017-10-23 15:52:32 +01:00
read_marker.py
receipts.py
register.py replace 'except:' with 'except Exception:' 2017-10-23 15:52:32 +01:00
room.py replace 'except:' with 'except Exception:' 2017-10-23 15:52:32 +01:00
room_list.py Update room_list.py 2017-10-26 11:39:54 +01:00
room_member.py
search.py replace 'except:' with 'except Exception:' 2017-10-23 15:52:32 +01:00
sync.py Do logcontexts outside ResponseCache 2017-10-25 15:21:08 +01:00
typing.py
user_directory.py