MatrixSynapse/synapse/handlers
Daniel Wagner-Hall 0b3083c75b Merge pull request #621 from matrix-org/daniel/ratelimiting
Pass whole requester to ratelimiting
2016-03-03 17:02:48 +00:00
..
__init__.py
_base.py Pass whole requester to ratelimiting 2016-03-03 16:43:42 +00:00
account_data.py
admin.py
appservice.py
auth.py Stop using checkpw as it seems to have vanished from bcrypt. Use `bcrypt.hashpw(password, hashed) == hashed` as per the bcrypt README. 2016-03-02 18:06:45 +00:00
directory.py Pass whole requester to ratelimiting 2016-03-03 16:43:42 +00:00
events.py
federation.py Pass whole requester to ratelimiting 2016-03-03 16:43:42 +00:00
identity.py
message.py Pass whole requester to ratelimiting 2016-03-03 16:43:42 +00:00
presence.py Merge pull request #612 from matrix-org/erikj/cache_size 2016-03-02 14:36:10 +00:00
profile.py Pass whole requester to ratelimiting 2016-03-03 16:43:42 +00:00
receipts.py Add enviroment variable SYNAPSE_CACHE_FACTOR, default it to 0.1 2016-03-01 12:56:39 +00:00
register.py Generate guest access token on 3pid invites 2016-02-24 14:41:25 +00:00
room.py Pass whole requester to ratelimiting 2016-03-03 16:43:42 +00:00
search.py
sync.py
typing.py Add a /replication API for extracting the updates that happened on 2016-03-01 14:49:41 +00:00