forked-synapse/synapse/handlers
2015-03-16 15:36:52 +00:00
..
__init__.py Dependency inject ApplicationServiceApi when creating ApplicationServicesHandler. 2015-02-05 17:04:59 +00: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 Notify ASes for events sent by other users in a room which an AS user is a part of. 2015-02-11 10:36:08 +00: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 Remove concept of context.auth_events, instead use context.current_state 2015-03-16 13:06:23 +00:00
login.py Modify API for SimpleHttpClient.get_json and update usages. 2015-02-04 17:07:31 +00: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 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 Implement exclusive namespace checks. 2015-02-27 13:51:41 +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 We do want to consumeError 2015-02-17 11:11:11 +00:00