MatrixSynapse/synapse/handlers
David Baker a32e876ef4 Delete pushers when changing password 2015-03-26 13:40:16 +00:00
..
__init__.py Implement password changing (finally) along with a start on making client/server auth more general. 2015-03-23 14:20:28 +00:00
_base.py Merge pull request #110 from matrix-org/fix_ban 2015-03-16 15:36:52 +00:00
admin.py
appservice.py
auth.py Implement password changing (finally) along with a start on making client/server auth more general. 2015-03-23 14:20:28 +00:00
directory.py
events.py Change room handlers get_rooms_for_user to get_joined_rooms_for_user. This uses the a storage api that is cached. 2015-03-09 16:43:09 +00:00
federation.py Clean out event_forward_extremities table when the server rejoins the room 2015-03-18 11:19:47 +00:00
login.py Delete pushers when changing password 2015-03-26 13:40:16 +00:00
message.py
presence.py Appease pep8 2015-03-12 16:24:51 +00:00
profile.py Change room handlers get_rooms_for_user to get_joined_rooms_for_user. This uses the a storage api that is cached. 2015-03-09 16:43:09 +00:00
register.py Factor out user id validation checks 2015-03-18 11:34:18 +00:00
room.py Change room handlers get_rooms_for_user to get_joined_rooms_for_user. This uses the a storage api that is cached. 2015-03-09 16:43:09 +00:00
sync.py Change room handlers get_rooms_for_user to get_joined_rooms_for_user. This uses the a storage api that is cached. 2015-03-09 16:43:09 +00:00
typing.py