Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Poke the notifier to wake up /syncs | Mark Haines | 2016-05-31 | 1 | -0/+1 |
| | |||||
* | Get incremental sync sort of working | Mark Haines | 2016-05-23 | 1 | -3/+7 |
| | |||||
* | Split out the /sync handler to a separate process | Mark Haines | 2016-05-17 | 1 | -1/+9 |
| | |||||
* | Assert that stream replicated stream positions are ints | Mark Haines | 2016-05-13 | 1 | -4/+4 |
| | |||||
* | Merge branch 'develop' into dbkr/email_notifs_on_pusher | Mark Haines | 2016-05-13 | 1 | -0/+2 |
|\ | |||||
| * | Make sure we advance our stream position | Mark Haines | 2016-05-13 | 1 | -0/+2 |
| | | |||||
* | | Shift some of the state_group methods into the SlavedEventStore | Mark Haines | 2016-05-13 | 1 | -0/+19 |
|/ | |||||
* | Pass through get_events to pusher too | David Baker | 2016-05-10 | 1 | -0/+1 |
| | |||||
* | Pass through _get_event_txn | David Baker | 2016-05-10 | 1 | -0/+1 |
| | |||||
* | Fix backfill replication to advance the stream correctly | Mark Haines | 2016-04-27 | 1 | -2/+2 |
| | |||||
* | Replicate push actions | Mark Haines | 2016-04-21 | 1 | -0/+14 |
| | |||||
* | Replicate get_invited_rooms_for_user | Mark Haines | 2016-04-19 | 1 | -2/+7 |
| | |||||
* | Add tests for redactions | Mark Haines | 2016-04-07 | 1 | -2/+2 |
| | |||||
* | Add tests for get_latest_event_ids_in_room and get_current_state | Mark Haines | 2016-04-07 | 1 | -0/+5 |
| | |||||
* | Test that room membership is replicated | Mark Haines | 2016-04-06 | 1 | -3/+4 |
| | |||||
* | Add a slaved events store class | Mark Haines | 2016-04-06 | 1 | -0/+198 |
Add a test to check that get_room_names_and_aliases does the same thing on both the master and on the slave data store. |