MatrixSynapse/synapse/storage
David Baker c7023f2155 1) Pushers are now associated with an access token
2) Change places where we mean unauthenticated to 401, not 403, in C/S v2: hack so it stays as 403 in v1 because web client relies on it.
2015-03-24 17:24:15 +00:00
..
schema 1) Pushers are now associated with an access token 2015-03-24 17:24:15 +00:00
__init__.py Remember the 'last seen' time for a given user/IP/device combination and only bother INSERTing another if it's stale 2015-03-20 18:25:49 +00:00
_base.py
appservice.py
directory.py Put a cache on get_aliases_for_room 2015-03-20 19:21:13 +00:00
event_federation.py
events.py
filtering.py
keys.py
media_repository.py
presence.py
profile.py
push_rule.py
pusher.py 1) Pushers are now associated with an access token 2015-03-24 17:24:15 +00:00
registration.py 1) Pushers are now associated with an access token 2015-03-24 17:24:15 +00:00
rejections.py
room.py
roommember.py
signatures.py
state.py
stream.py
transactions.py