MatrixSynapse/synapse/handlers
David Baker b8d8ed1ba9 Merge pull request #2531 from matrix-org/dbkr/spamcheck_error_messages
Allow error strings from spam checker
2017-10-12 10:31:03 +01:00
..
__init__.py Split out profile handler to fix tests 2017-08-25 14:34:56 +01:00
_base.py Add per user ratelimiting overrides 2017-05-10 11:05:43 +01:00
account_data.py copyrights 2016-01-07 04:26:29 +00:00
admin.py admin,storage: added more administrator functionalities 2017-02-02 14:02:26 +01:00
appservice.py storage/appservice: make appservice methods only relying on the cache synchronous 2016-10-06 15:24:59 +02:00
auth.py Use an ExpiringCache for storing registration sessions 2017-06-29 14:08:37 +01:00
device.py Correctly handle leaving room in /key/changes 2017-09-18 15:38:22 +01:00
devicemessage.py Use new federation_sender DI 2016-11-16 14:47:52 +00:00
directory.py spam check room publishing 2017-10-04 14:29:33 +01:00
e2e_keys.py Replace some instances of preserve_context_over_deferred 2017-05-09 19:04:56 +01:00
events.py Use state handler instead of get_users_in_room/get_joined_hosts 2016-08-26 14:54:30 +01:00
federation.py Merge pull request #2490 from matrix-org/erikj/drop_left_room_events 2017-10-10 11:58:32 +01:00
groups_local.py Fix fetching remote summaries 2017-10-11 16:59:18 +01:00
identity.py Revert accidental commit 2017-04-26 11:43:16 +01:00
initial_sync.py Format presence events on the edges instead of reformatting them multiple times 2017-03-15 14:27:34 +00:00
message.py fix isinstance 2017-10-11 14:49:09 +01:00
presence.py Make presence use cached users/hosts in room 2017-05-16 16:01:43 +01:00
profile.py Add user profiles to summary from group server 2017-08-25 16:23:58 +01:00
read_marker.py m.read_marker -> m.fully_read (#2128) 2017-04-18 17:46:15 +01:00
receipts.py fix a logcontext leak in read receipt handling 2017-10-11 14:37:20 +01:00
register.py Split out profile handler to fix tests 2017-08-25 14:34:56 +01:00
room.py un-double indent 2017-10-04 12:44:27 +01:00
room_list.py Initial group server implementation 2017-07-10 15:44:15 +01:00
room_member.py Merge pull request #2466 from matrix-org/erikj/groups_merged 2017-10-11 13:20:07 +01:00
search.py move filter_events_for_client out of base handler 2016-05-11 13:42:37 +01:00
sync.py Merge branch 'develop' into erikj/groups_merged 2017-10-02 16:20:41 +01:00
typing.py Fix typing tests 2017-05-26 10:02:04 +01:00
user_directory.py Make some more params configurable 2017-06-22 14:59:52 +01:00