summary refs log tree commit diff
path: root/synapse/replication/pusher_resource.py (unfollow)
Commit message (Expand)AuthorFilesLines
2016-05-17Add some slaved stores that we'll need for the synchrotronMark Haines4-2/+125
2016-05-17Add a SlavedApplicationServiceStoreMark Haines2-0/+31
2016-05-17Move the functions for parsing app service configMark Haines2-103/+109
2016-05-17Fix client resource prefixesMark Haines1-3/+7
2016-05-17Remove unused get_joined_rooms_for_userMark Haines1-15/+0
2016-05-16Move SyncHandler out of the Handlers objectMark Haines4-9/+11
2016-05-16Remove get_joined_rooms_for_user from RoomMemberHandlerMark Haines3-11/+4
2016-05-16get_room_members is unused nowMark Haines2-36/+0
2016-05-16Replaces calls to fetch_room_distributions_into with get_joined_hosts_for_roomMark Haines5-112/+33
2016-05-16Spell "domain" correctlyMark Haines6-19/+19
2016-05-16Don't inherit PresenceHandler from BaseHandler, remove references to self.hs ...Mark Haines1-19/+21
2016-05-16tweak textMatthew