MatrixSynapse/synapse/handlers
Richard van der Hoff aa09d6b8f0 Rip out more refresh_token code
We might as well treat all refresh_tokens as invalid. Just return a 403 from
/tokenrefresh, so that we don't have a load of dead, untestable code hanging
around.

Still TODO: removing the table from the schema.
2016-11-30 17:40:18 +00:00
..
__init__.py Shuffle receipt handler around so that worker apps don't need to load it 2016-11-23 15:14:24 +00:00
_base.py
account_data.py
admin.py
appservice.py
auth.py Rip out more refresh_token code 2016-11-30 17:40:18 +00:00
device.py
devicemessage.py
directory.py
e2e_keys.py
events.py
federation.py Shuffle receipt handler around so that worker apps don't need to load it 2016-11-23 15:14:24 +00:00
identity.py
initial_sync.py Shuffle receipt handler around so that worker apps don't need to load it 2016-11-23 15:14:24 +00:00
message.py
presence.py
profile.py
receipts.py
register.py Stop putting a time caveat on access tokens 2016-11-29 16:49:41 +00:00
room.py
room_list.py
room_member.py
search.py
sync.py Return early on /sync code paths if a '*' filter is used 2016-11-22 16:38:35 +00:00
typing.py