MatrixSynapse/synapse/handlers
David Baker 1bac74b9ae Change to https for ID server communication 2015-04-24 14:48:49 +01:00
..
__init__.py Merge branch 'develop' into csauth 2015-04-17 13:51:10 +01:00
_base.py Merge pull request #110 from matrix-org/fix_ban 2015-03-16 15:36:52 +00:00
admin.py Update copyright notices 2015-01-06 13:21:39 +00:00
appservice.py Fix more AS sender ID thinkos. 2015-04-01 14:05:24 +01:00
auth.py Use underscores instead of camelcase for id server stuff 2015-04-24 11:27:38 +01:00
directory.py Implement exclusive namespace checks. 2015-02-27 13:51:41 +00:00
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 typo 2015-04-08 14:10:06 +01:00
identity.py Change to https for ID server communication 2015-04-24 14:48:49 +01:00
login.py pep8 2015-04-17 16:46:45 +01:00
message.py Reindent code to be less human-readable to keep pep8 from complaining 2015-02-12 19:19:37 +00:00
presence.py Remove users from the remote_offline_serials list (and clean up empty elements) when they go online again 2015-04-23 19:01:37 +01: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 pep8 2015-04-17 16:46:45 +01:00
room.py SYN-350: Don't ratelimit the individual events generated during room creation 2015-04-21 14:14:19 +01: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 Filter typing nofication events to only those rooms the requesting user is a member of (SYN-328) 2015-04-15 23:34:16 +01:00