| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove HTTP replication APIs | Erik Johnston | 2017-04-11 | 1 | -576/+0 |
* | Make federation send queue take the current position | Erik Johnston | 2017-03-30 | 1 | -1/+1 |
* | Add new storage functions for new replication | Erik Johnston | 2017-03-30 | 1 | -1/+1 |
* | Don't send the full event json over replication | Erik Johnston | 2017-03-17 | 1 | -2/+2 |
* | Only invalidate membership caches based on the cache stream | Erik Johnston | 2017-01-31 | 1 | -3/+0 |
* | Rename func | Erik Johnston | 2017-01-30 | 1 | -1/+1 |
* | Hook device list updates to replication | Erik Johnston | 2017-01-27 | 1 | -1/+19 |
* | Add new API appservice specific public room list | Erik Johnston | 2016-12-06 | 1 | -1/+1 |
* | Ensure only main or federation_sender process can send federation traffic | Erik Johnston | 2016-11-23 | 1 | -1/+1 |
* | Explicit federation ack | Erik Johnston | 2016-11-23 | 1 | -5/+10 |
* | Invalidate retry cache in both directions | Erik Johnston | 2016-11-22 | 1 | -0/+2 |
* | Handle sending events and device messages over federation | Erik Johnston | 2016-11-17 | 1 | -1/+1 |
* | Hook up the send queue and create a federation sender worker | Erik Johnston | 2016-11-16 | 1 | -0/+24 |
* | Fix check of wrong variable | Erik Johnston | 2016-10-11 | 1 | -1/+1 |
* | Reduce DB hits for replication | Erik Johnston | 2016-09-23 | 1 | -36/+103 |
* | Stream public room changes down replication | Erik Johnston | 2016-09-15 | 1 | -1/+19 |
* | Correctly handle typing stream id resetting | Erik Johnston | 2016-09-09 | 1 | -1/+8 |
* | Drop replication log levels | Erik Johnston | 2016-09-09 | 1 | -2/+2 |
* | Merge pull request #1060 from matrix-org/erikj/state_ids | Erik Johnston | 2016-09-01 | 1 | -23/+1 |
|\ |
|
| * | Remove state replication stream | Erik Johnston | 2016-08-30 | 1 | -23/+1 |
* | | Add a replication stream for direct to device messages | Mark Haines | 2016-08-31 | 1 | -1/+18 |
|/ |
|
* | Implement cache replication stream | Erik Johnston | 2016-08-15 | 1 | -1/+20 |
* | Allow external processes to mark a user as syncing. (#812) | Mark Haines | 2016-06-02 | 1 | -0/+2 |
* | Move typing handler out of the Handlers object | Mark Haines | 2016-05-17 | 1 | -1/+1 |
* | Move the presence handler out of the Handlers object | Mark Haines | 2016-05-16 | 1 | -1/+1 |
* | Log the stream IDs in an order that makes sense | Mark Haines | 2016-05-13 | 1 | -1/+1 |
* | Don't warn | Erik Johnston | 2016-05-05 | 1 | -2/+0 |
* | Add some log information at returned replication streams | Erik Johnston | 2016-05-05 | 1 | -0/+11 |
* | Report per request metrics for all of the things using request_handler | Mark Haines | 2016-04-28 | 1 | -1/+2 |
* | Fix backfill replication to advance the stream correctly | Mark Haines | 2016-04-27 | 1 | -1/+1 |
* | Add a replication endpoint for deleting pushers | Mark Haines | 2016-04-21 | 1 | -3/+4 |
* | Separate generating the replication response... | Mark Haines | 2016-04-05 | 1 | -44/+55 |
* | Merge pull request #676 from matrix-org/markjh/replicate_stateIII | Mark Haines | 2016-03-31 | 1 | -3/+14 |
|\ |
|
| * | Use a namedtuple rather than tuple unpacking | Mark Haines | 2016-03-31 | 1 | -10/+6 |
| * | Add replication streams for ex outliers and current state resets | Mark Haines | 2016-03-30 | 1 | -1/+16 |
* | | typo | Matthew Hodgson | 2016-03-30 | 1 | -1/+1 |
|/ |
|
* | Add a replication stream for state groups | Mark Haines | 2016-03-30 | 1 | -7/+29 |
* | Add replication stream for pushers | Mark Haines | 2016-03-15 | 1 | -1/+24 |
* | s/stream_ordering/event_stream_ordering/ in push | Mark Haines | 2016-03-04 | 1 | -1/+1 |
* | Hook push rules up to the replication API | Mark Haines | 2016-03-02 | 1 | -2/+26 |
* | Add a /replication API for extracting the updates that happened on | Mark Haines | 2016-03-01 | 1 | -0/+320 |