MatrixSynapse/synapse/handlers
Richard van der Hoff 1c4f05db41 Stop putting a time caveat on access tokens
The 'time' caveat on the access tokens was something of a lie, since we weren't
enforcing it; more pertinently its presence stops us ever adding useful time
caveats.

Let's move in the right direction by not lying in our caveats.
2016-11-29 16:49:41 +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 Stop putting a time caveat on access tokens 2016-11-29 16:49:41 +00:00
device.py
devicemessage.py Use new federation_sender DI 2016-11-16 14:47:52 +00:00
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 Handle sending events and device messages over federation 2016-11-17 15:48:04 +00:00
presence.py Use new federation_sender DI 2016-11-16 14:47:52 +00:00
profile.py
receipts.py Use new federation_sender DI 2016-11-16 14:47:52 +00:00
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 Use new federation_sender DI 2016-11-16 14:47:52 +00:00