summary refs log tree commit diff
path: root/synapse/replication/slave/storage/events.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add to slave storeErik Johnston2016-08-301-0/+5
* Use state handler instead of get_users_in_room/get_joined_hostsErik Johnston2016-08-261-2/+0
* Add is_host_joined to slave storageErik Johnston2016-08-261-0/+2
* Add new state storage funcs to replicationErik Johnston2016-08-261-0/+3
* Merge branch 'develop' of github.com:matrix-org/synapse into erikj/fed_readerErik Johnston2016-07-291-2/+5
|\
| * Create separate methods for getting messages to pushMark Haines2016-07-281-2/+5
* | Add get_auth_chain to slave storeErik Johnston2016-07-281-0/+4
* | Split out a FederationReader processErik Johnston2016-07-211-0/+5
|/
* pep8David Baker2016-06-241-1/+0
* Use similar naming we use in email notifs for pushDavid Baker2016-06-241-8/+0
* Remove event fetching from DB threadsErik Johnston2016-06-031-5/+0
* Add methods to events, account data and receipt slavesMark Haines2016-06-031-4/+17
* Assert that stream replicated stream positions are intsMark Haines2016-05-131-4/+4
* Merge branch 'develop' into dbkr/email_notifs_on_pusherMark Haines2016-05-131-0/+2
|\
| * Make sure we advance our stream positionMark Haines2016-05-131-0/+2
* | Shift some of the state_group methods into the SlavedEventStoreMark Haines2016-05-131-0/+19
|/
* Pass through get_events to pusher tooDavid Baker2016-05-101-0/+1
* Pass through _get_event_txnDavid Baker2016-05-101-0/+1
* Fix backfill replication to advance the stream correctlyMark Haines2016-04-271-2/+2
* Replicate push actionsMark Haines2016-04-211-0/+14
* Replicate get_invited_rooms_for_userMark Haines2016-04-191-2/+7
* Add tests for redactionsMark Haines2016-04-071-2/+2
* Add tests for get_latest_event_ids_in_room and get_current_stateMark Haines2016-04-071-0/+5
* Test that room membership is replicatedMark Haines2016-04-061-3/+4
* Add a slaved events store classMark Haines2016-04-061-0/+198