MatrixSynapse/synapse/handlers
Erik Johnston 3faa2ae78c Merge branch 'develop' of github.com:matrix-org/synapse into room_config 2014-09-01 18:21:29 +01:00
..
__init__.py Split out MessageHandler 2014-08-27 17:59:36 +01:00
_base.py Fix pyflakes warnings 2014-08-28 13:51:50 +01:00
directory.py Added a urls module for keeping client and federation prefixes. 2014-08-14 11:52:56 +01:00
events.py Don't query the rooms members table so much by using the new notifier api that allows you to specify room_ids to notify. 2014-08-28 17:43:15 +01:00
federation.py Fix FederationHandler to event.origin 2014-08-28 18:32:44 +01:00
login.py Pass back the user_id in the response to /login in case it has changed. Store and use that on the webclient rather than the input field. 2014-08-14 16:40:15 +01:00
message.py Bump a user's presence last_active time every time they send a message to a room 2014-09-01 16:16:35 +01:00
presence.py Bump a user's presence last_active time every time they send a message to a room 2014-09-01 16:16:35 +01:00
profile.py
register.py
room.py Add beginnings of ban support. 2014-09-01 16:15:34 +01:00
typing.py Renamed get_current_token_part to get_current_key 2014-08-29 19:15:23 +01:00