| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a module type for account validity (#9884) | Brendan Abolivier | 2021-07-16 | 1 | -0/+1 |
* | Use inline type hints in `tests/` (#10350) | Jonathan de Jong | 2021-07-13 | 1 | -1/+1 |
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 1 | -1/+0 |
* | Bump black configuration to target py36 (#9781) | Dan Callahan | 2021-04-13 | 1 | -1/+1 |
* | Use mock from the stdlib. (#9772) | Patrick Cloke | 2021-04-09 | 1 | -2/+1 |
* | Bugbear: Add Mutable Parameter fixes (#9682) | Jonathan de Jong | 2021-04-08 | 1 | -2/+3 |
* | Add admin API for logging in as a user (#8617) | Erik Johnston | 2020-11-17 | 1 | -0/+1 |
* | Simplify super() calls to Python 3 syntax. (#8344) | Patrick Cloke | 2020-09-18 | 1 | -1/+1 |
* | Stop sub-classing object (#8249) | Patrick Cloke | 2020-09-04 | 1 | -2/+2 |
* | Do not yield on awaitables in tests. (#8193) | Patrick Cloke | 2020-08-27 | 1 | -40/+46 |
* | Convert a synapse.events to async/await. (#7949) | Patrick Cloke | 2020-07-27 | 1 | -7/+7 |
* | Convert state resolution to async/await (#7942) | Patrick Cloke | 2020-07-24 | 1 | -28/+44 |
* | Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957) | Patrick Cloke | 2020-02-21 | 1 | -13/+5 |
* | Add a `make_event_from_dict` method (#6858) | Richard van der Hoff | 2020-02-07 | 1 | -2/+2 |
* | s/get_room_version/get_room_version_id/ | Richard van der Hoff | 2020-01-31 | 1 | -1/+1 |
* | Change EventContext to use the Storage class (#6564) | Erik Johnston | 2019-12-20 | 1 | -14/+14 |
* | Fix bug which caused rejected events to be stored with the wrong room state ... | Richard van der Hoff | 2019-11-06 | 1 | -11/+50 |
* | Port to use state storage | Erik Johnston | 2019-10-30 | 1 | -0/+3 |
* | Remove unnecessary parentheses around return statements (#5931) | Andrew Morgan | 2019-08-30 | 1 | -1/+1 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -3/+3 |
* | Migrate all tests to use the dict-based config format instead of hanging item... | Amber Brown | 2019-05-13 | 1 | -1/+1 |
* | Merge pull request #5027 from matrix-org/babolivier/account_expiration | Brendan Abolivier | 2019-04-09 | 1 | -1/+3 |
|\ |
|
| * | Add account expiration feature | Brendan Abolivier | 2019-04-09 | 1 | -1/+3 |
* | | Collect room-version variations into one place (#4969) | Richard van der Hoff | 2019-04-01 | 1 | -2/+3 |
|/ |
|
* | Port tests/ to Python 3 (#3808) | Amber Brown | 2018-09-07 | 1 | -1/+1 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/refactor_s... | Erik Johnston | 2018-08-20 | 1 | -151/+93 |
|\ |
|
| * | Run black. | black | 2018-08-10 | 1 | -152/+93 |
* | | Fix tests | Erik Johnston | 2018-08-09 | 1 | -1/+5 |
|/ |
|
* | Fix unit tests | Erik Johnston | 2018-07-23 | 1 | -12/+35 |
* | run isort | Amber Brown | 2018-07-09 | 1 | -5/+5 |
* | Fix broken unit test | Richard van der Hoff | 2018-06-14 | 1 | -2/+14 |
* | Store state groups separately from events (#2784) | Erik Johnston | 2018-02-06 | 1 | -66/+88 |
* | Factor out resolve_state_groups to a separate handler | Richard van der Hoff | 2018-02-01 | 1 | -1/+3 |
* | Fix typing tests | Erik Johnston | 2017-05-26 | 1 | -0/+2 |
* | Correctly handle the difference between prev and current state | Erik Johnston | 2016-08-31 | 1 | -23/+15 |
* | Fix tests | Erik Johnston | 2016-08-26 | 1 | -5/+46 |
* | Replace context.current_state with context.current_state_ids | Erik Johnston | 2016-08-25 | 1 | -47/+26 |
* | Create log context in Measure if one doesn't exist | Erik Johnston | 2016-04-18 | 1 | -2/+2 |
* | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
* | Fix an issue with ignoring power_level changes on divergent graphs | Richard van der Hoff | 2015-11-12 | 1 | -0/+93 |
* | Merge branch 'erikj/check_room_exists' into erikj/unfederatable | Erik Johnston | 2015-09-01 | 1 | -8/+29 |
|\ |
|
| * | Fix tests | Erik Johnston | 2015-09-01 | 1 | -8/+29 |
* | | Check against sender rather than event_id | Erik Johnston | 2015-09-01 | 1 | -1/+1 |
|/ |
|
* | Use dictionary cache to do group -> state fetching | Erik Johnston | 2015-08-05 | 1 | -1/+1 |
* | Fix tests | Erik Johnston | 2015-02-09 | 1 | -1/+6 |
* | Implement new state resolution algorithm | Erik Johnston | 2015-01-21 | 1 | -71/+357 |
* | Construct the EventContext in the state handler rather than constructing one ... | Mark Haines | 2014-12-16 | 1 | -14/+8 |
* | Remove annotate_event_with_state as nothing was using it. Update state tests ... | Mark Haines | 2014-12-16 | 1 | -69/+39 |
* | Rename annotate_state_groups to annotate_event_with_state | Erik Johnston | 2014-11-11 | 1 | -6/+6 |
* | Fix state tests | Erik Johnston | 2014-11-11 | 1 | -517/+176 |
* | SPEC-7: Rename 'ts' to 'origin_server_ts' | Mark Haines | 2014-10-17 | 1 | -1/+1 |
* | Fixed test. | Kegan Dougal | 2014-10-09 | 1 | -1/+0 |
* | Still broken. | Kegan Dougal | 2014-10-09 | 1 | -1/+2 |
* | Break a test. | Kegan Dougal | 2014-10-09 | 1 | -1/+1 |
* | Fix unit test. | Kegan Dougal | 2014-10-08 | 1 | -1/+1 |
* | Break unit test. | Kegan Dougal | 2014-10-08 | 1 | -1/+1 |
* | Have all unit tests import from our own subclass of trial's unittest TestCase... | Paul "LeoNerd" Evans | 2014-09-12 | 1 | -2/+1 |
* | Make the state resolution use actual power levels rather than taking them fro... | Erik Johnston | 2014-09-12 | 1 | -45/+140 |
* | Handle the case where we don't have a common ancestor | Erik Johnston | 2014-09-08 | 1 | -0/+24 |
* | Fix bug in state handling where we incorrectly identified a missing pdu. Upda... | Erik Johnston | 2014-09-08 | 1 | -15/+218 |
* | Fix state unit test | Erik Johnston | 2014-09-06 | 1 | -0/+1 |
* | fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has... | Matthew Hodgson | 2014-09-03 | 1 | -1/+1 |
* | Start updating state handling to use snapshots | Mark Haines | 2014-08-27 | 1 | -7/+10 |
* | Fix some of the tests to reflect changes in the storage layer. | Erik Johnston | 2014-08-15 | 1 | -2/+2 |
* | Add a check to make sure that during state conflict res we only request a PDU... | Erik Johnston | 2014-08-15 | 1 | -0/+3 |
* | add in copyrights to everything, not just the synapse subdir, and add a copyr... | Matthew Hodgson | 2014-08-13 | 1 | -0/+14 |
* | Reference Matrix Home Server | matrix.org | 2014-08-12 | 1 | -0/+271 |