You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
watcha-synapse/synapse/handlers
Mark Haines ea72bd9600 Merge pull request #631 from matrix-org/markjh/py3v1 9 years ago
..
__init__.py copyrights 9 years ago
_base.py Send history visibility on boundary changes 9 years ago
account_data.py copyrights 9 years ago
admin.py copyrights 9 years ago
appservice.py copyrights 9 years ago
auth.py Stop using checkpw as it seems to have vanished from bcrypt. Use `bcrypt.hashpw(password, hashed) == hashed` as per the bcrypt README. 9 years ago
directory.py Merge pull request #614 from matrix-org/erikj/alias_delete 9 years ago
events.py Initial cut 9 years ago
federation.py Use syntax that works on both py2.7 and py3 9 years ago
identity.py Add missing param to the log line 9 years ago
message.py Merge pull request #618 from matrix-org/markjh/pushrule_stream 9 years ago
presence.py Merge pull request #612 from matrix-org/erikj/cache_size 9 years ago
profile.py Pass whole requester to ratelimiting 9 years ago
receipts.py Add enviroment variable SYNAPSE_CACHE_FACTOR, default it to 0.1 9 years ago
register.py Use syntax that works on both py2.7 and py3 9 years ago
room.py Send the user ID matching the guest access token, since there is no Matrix API to discover what user ID an access token is for. 9 years ago
search.py copyrights 9 years ago
sync.py Merge pull request #618 from matrix-org/markjh/pushrule_stream 9 years ago
typing.py Add a /replication API for extracting the updates that happened on 9 years ago