anonymousland-synapse/synapse/handlers
Richard van der Hoff 8810685df9 Stub out ServerNoticesSender on the workers
... and have the sync endpoints call it directly rather than obsure indirection
via PresenceHandler
2018-05-22 11:54:51 +01:00
..
__init__.py Move RoomCreationHandler out of synapse.handlers.Handlers 2018-05-17 09:08:42 +01:00
_base.py
account_data.py
admin.py
appservice.py Merge pull request #3143 from matrix-org/rav/remove_redundant_preserve_fn 2018-04-30 10:23:59 +01:00
auth.py
deactivate_account.py Catch failure to part user from room 2018-05-10 12:23:53 +01:00
device.py
devicemessage.py
directory.py
e2e_keys.py Merge remote-tracking branch 'origin/develop' into rav/use_run_in_background 2018-04-27 14:31:23 +01:00
events.py Stub out ServerNoticesSender on the workers 2018-05-22 11:54:51 +01:00
federation.py Make sure we reject attempts to invite the notices user 2018-05-18 11:18:39 +01:00
groups_local.py
identity.py
initial_sync.py Fix returned token is no longer a tuple 2018-05-09 15:43:00 +01:00
message.py Make purge_history operate on tokens 2018-05-15 16:23:50 +01:00
presence.py Stub out ServerNoticesSender on the workers 2018-05-22 11:54:51 +01:00
profile.py
read_marker.py
receipts.py Improve exception handling for background processes 2018-04-27 11:07:40 +01:00
register.py Infrastructure for a server notices room 2018-05-17 17:58:25 +01:00
room_list.py Move more xrange to six 2018-04-28 13:57:00 +02:00
room_member_worker.py
room_member.py Make sure we reject attempts to invite the notices user 2018-05-18 11:18:39 +01:00
room.py Infrastructure for a server notices room 2018-05-17 17:58:25 +01:00
search.py
set_password.py
sync.py Add comment to sync as to why code path is split 2018-05-09 15:56:07 +01:00
typing.py Merge remote-tracking branch 'origin/develop' into rav/use_run_in_background 2018-04-27 14:31:23 +01:00
user_directory.py