| Commit message (Expand) | Author | Age | Files | Lines |
* | Add EventStreamPosition type (#8388) | Erik Johnston | 2020-09-24 | 1 | -3/+9 |
* | Simplify super() calls to Python 3 syntax. (#8344) | Patrick Cloke | 2020-09-18 | 1 | -1/+1 |
* | Re-implement unread counts (again) (#8059) | Brendan Abolivier | 2020-09-02 | 1 | -4/+6 |
* | Convert push to async/await. (#7948) | Patrick Cloke | 2020-07-27 | 1 | -2/+4 |
* | Back out MSC2625 implementation (#7761) | Brendan Abolivier | 2020-07-01 | 1 | -16/+3 |
* | Lint | Brendan Abolivier | 2020-06-12 | 1 | -3/+1 |
* | Test that a mark_unread action updates the right counter when using a slave s... | Brendan Abolivier | 2020-06-12 | 1 | -0/+15 |
* | Fix tests | Brendan Abolivier | 2020-06-10 | 1 | -3/+3 |
* | Performance improvements and refactor of Ratelimiter (#7595) | Andrew Morgan | 2020-06-05 | 1 | -7/+2 |
* | fix mypy for tests/replication (#7518) | Richard van der Hoff | 2020-05-18 | 1 | -11/+5 |
* | Clean up replication unit tests. (#7490) | Erik Johnston | 2020-05-13 | 2 | -47/+11 |
* | Add instance name to RDATA/POSITION commands (#7364) | Erik Johnston | 2020-04-29 | 1 | -0/+1 |
* | Add ability to run replication protocol over redis. (#7040) | Erik Johnston | 2020-04-22 | 1 | -2/+2 |
* | Move client command handling out of TCP protocol (#7185) | Erik Johnston | 2020-04-06 | 1 | -5/+10 |
* | Read the room version from database when fetching events (#6874) | Richard van der Hoff | 2020-03-04 | 1 | -0/+10 |
* | Add a `make_event_from_dict` method (#6858) | Richard van der Hoff | 2020-02-07 | 1 | -4/+8 |
* | Add `local_current_membership` table (#6655) | Erik Johnston | 2020-01-15 | 1 | -2/+2 |
* | Add database config class (#6513) | Erik Johnston | 2019-12-18 | 1 | -2/+4 |
* | Fixup tests | Erik Johnston | 2019-12-06 | 1 | -1/+4 |
* | Implementation of MSC2314 (#6176) | Amber Brown | 2019-11-28 | 1 | -0/+3 |
* | Use new EventPersistenceStore | Erik Johnston | 2019-10-23 | 2 | -3/+8 |
* | Run Black on the tests again (#5170) | Amber Brown | 2019-05-10 | 2 | -23/+11 |
* | Fix sync bug when accepting invites (#4956) | Richard van der Hoff | 2019-04-02 | 2 | -28/+161 |
* | Add rate-limiting on registration (#4735) | Brendan Abolivier | 2019-03-05 | 1 | -2/+2 |
* | Clean up event accesses and tests | Erik Johnston | 2018-11-02 | 1 | -2/+2 |
* | Disable frozen dicts by default (#3987) | Amber Brown | 2018-10-02 | 1 | -1/+5 |
* | Refactor matrixfederationclient to fix logging (#3906) | Richard van der Hoff | 2018-09-18 | 1 | -32/+3 |
* | Fix tests on postgresql (#3740) | Amber Brown | 2018-09-04 | 4 | -124/+116 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/refactor_s... | Erik Johnston | 2018-08-20 | 4 | -67/+64 |
|\ |
|
| * | Run tests under PostgreSQL (#3423) | Amber Brown | 2018-08-13 | 1 | -0/+1 |
| * | Run black. | black | 2018-08-10 | 4 | -67/+63 |
* | | Fix tests | Erik Johnston | 2018-08-09 | 1 | -1/+2 |
|/ |
|
* | Fix unit tests | Richard van der Hoff | 2018-07-25 | 1 | -7/+30 |
* | Fix unit tests | Erik Johnston | 2018-07-23 | 1 | -3/+5 |
* | run isort | Amber Brown | 2018-07-09 | 4 | -13/+15 |
* | remove dead filter_events_for_clients | Richard van der Hoff | 2018-06-12 | 1 | -8/+0 |
* | s/replication_client/federation_client/ | Erik Johnston | 2018-03-13 | 1 | -1/+1 |
* | Fix tests | Erik Johnston | 2018-03-13 | 1 | -1/+1 |
* | Fix unit tests | Erik Johnston | 2018-02-20 | 1 | -4/+6 |
* | Remove context.push_actions | Erik Johnston | 2018-02-15 | 1 | -1/+4 |
* | Store state groups separately from events (#2784) | Erik Johnston | 2018-02-06 | 1 | -3/+1 |
* | Matthew's fixes to the unit tests | Richard van der Hoff | 2018-01-22 | 1 | -2/+6 |
* | Change slave storage to use new replication interface | Erik Johnston | 2017-04-03 | 1 | -8/+22 |
* | Remote membership tests for replication | Erik Johnston | 2017-01-31 | 1 | -43/+0 |
* | Insert delta of current_state_events to be more efficient | Erik Johnston | 2017-01-20 | 1 | -29/+0 |
* | Derive current_state_events from state groups | Erik Johnston | 2017-01-20 | 1 | -28/+17 |
* | Reduce DB hits for replication | Erik Johnston | 2016-09-23 | 1 | -1/+2 |
* | Correctly handle the difference between prev and current state | Erik Johnston | 2016-08-31 | 1 | -1/+3 |
* | Replace context.current_state with context.current_state_ids | Erik Johnston | 2016-08-25 | 1 | -1/+8 |
* | Remove room name & alias test | David Baker | 2016-06-24 | 1 | -41/+0 |
* | Add a slaved datastore for account data | Mark Haines | 2016-05-13 | 1 | -0/+56 |
* | Replicate push actions | Mark Haines | 2016-04-21 | 1 | -0/+43 |
* | Merge pull request #738 from matrix-org/markjh/slaved_receipts | Mark Haines | 2016-04-19 | 3 | -3/+43 |
|\ |
|
| * | Add a slaved receipts store | Mark Haines | 2016-04-19 | 3 | -3/+43 |
* | | Replicate get_invited_rooms_for_user | Mark Haines | 2016-04-19 | 1 | -0/+12 |
|/ |
|
* | Add tests for redactions | Mark Haines | 2016-04-07 | 2 | -2/+51 |
* | Add sensible __eq__ operators inside the tests. | Mark Haines | 2016-04-07 | 1 | -1/+28 |
* | Add tests for get_latest_event_ids_in_room and get_current_state | Mark Haines | 2016-04-07 | 1 | -0/+62 |
* | Test that room membership is replicated | Mark Haines | 2016-04-06 | 1 | -8/+63 |
* | Add a slaved events store class | Mark Haines | 2016-04-06 | 4 | -0/+199 |