| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the proper serialization format when bundling aggregations. (#12090) | Patrick Cloke | 2022-03-03 | 1 | -1/+4 |
* | Replace assertEquals and friends with non-deprecated versions. (#12092) | Patrick Cloke | 2022-02-28 | 1 | -8/+8 |
* | Remove `HomeServer.get_datastore()` (#12031) | Richard van der Hoff | 2022-02-23 | 1 | -1/+1 |
* | Strip "join_authorised_via_users_server" from join events which do not need i... | Patrick Cloke | 2021-09-30 | 1 | -3/+4 |
* | Fix errors in Synapse logs from unit tests. (#10939) | Patrick Cloke | 2021-09-30 | 1 | -1/+6 |
* | Support MSC3375: room version 9. (#10747) | Patrick Cloke | 2021-09-03 | 1 | -1/+45 |
* | Port the PresenceRouter module interface to the new generic interface (#10524) | Azrenbeth | 2021-08-17 | 1 | -5/+104 |
* | Flatten the synapse.rest.client package (#10600) | reivilibre | 2021-08-17 | 2 | -2/+2 |
* | Support MSC3289: Room version 8 (#10449) | Patrick Cloke | 2021-08-09 | 1 | -1/+1 |
* | Restricted rooms (MSC3083) should not have their allow key redacted. (#10489) | Patrick Cloke | 2021-07-28 | 1 | -0/+43 |
* | Stagger send presence to remotes (#10398) | Erik Johnston | 2021-07-15 | 1 | -0/+8 |
* | Use inline type hints in `tests/` (#10350) | Jonathan de Jong | 2021-07-13 | 1 | -3/+3 |
* | Use a database table to hold the users that should have full presence sent to... | Andrew Morgan | 2021-05-18 | 1 | -4/+11 |
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 3 | -3/+0 |
* | Use mock from the stdlib. (#9772) | Patrick Cloke | 2021-04-09 | 1 | -3/+3 |
* | Add a Synapse Module for configuring presence update routing (#9491) | Andrew Morgan | 2021-04-06 | 1 | -0/+386 |
* | Update black, and run auto formatting over the codebase (#9381) | Eric Eastwood | 2021-02-16 | 1 | -1/+4 |
* | Implement MSC2176: Updated redaction rules (#8984) | Patrick Cloke | 2021-01-05 | 1 | -21/+164 |
* | Convert the message handler to async/await. (#7884) | Patrick Cloke | 2020-07-22 | 1 | -15/+21 |
* | Implement room version 6 (MSC2240). (#7506) | Patrick Cloke | 2020-05-15 | 1 | -1/+1 |
* | Fix bug in EventContext.deserialize. (#7393) | Erik Johnston | 2020-05-05 | 1 | -0/+100 |
* | Remove special auth and redaction rules for aliases events in experimental ro... | Patrick Cloke | 2020-03-09 | 1 | -2/+33 |
* | Add a `make_event_from_dict` method (#6858) | Richard van der Hoff | 2020-02-07 | 1 | -4/+5 |
* | Factor out a `copy_power_levels_contents` method | Richard van der Hoff | 2020-01-29 | 1 | -2/+43 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -47/+47 |
* | Fix a number of flake8 errors | Richard van der Hoff | 2018-10-24 | 1 | -2/+2 |
* | Run black. | black | 2018-08-10 | 1 | -98/+37 |
* | run isort | Amber Brown | 2018-07-09 | 1 | -2/+2 |
* | Optimise state resolution | Erik Johnston | 2017-01-17 | 1 | -1/+21 |
* | Review comments | Kegan Dougal | 2016-11-22 | 1 | -10/+2 |
* | More tests | Kegan Dougal | 2016-11-22 | 1 | -1/+56 |
* | Add remaining tests | Kegan Dougal | 2016-11-21 | 1 | -4/+70 |
* | Start adding some tests | Kegan Dougal | 2016-11-21 | 1 | -3/+37 |
* | Move event_fields filtering to serialize_event | Kegan Dougal | 2016-11-21 | 1 | -0/+21 |
* | Fix flake8 warnings for tests | Mark Haines | 2016-02-19 | 1 | -0/+1 |
* | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
* | Add some unit tests of prune_events() | Paul "LeoNerd" Evans | 2015-10-16 | 2 | -0/+115 |
* | Kill off synapse.api.events.* | Erik Johnston | 2014-12-16 | 2 | -232/+0 |
* | Fix validation tests | Erik Johnston | 2014-11-11 | 1 | -12/+43 |
* | Have all unit tests import from our own subclass of trial's unittest TestCase... | Paul "LeoNerd" Evans | 2014-09-12 | 1 | -1/+1 |
* | fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has... | Matthew Hodgson | 2014-09-03 | 2 | -2/+2 |
* | add in copyrights to everything, not just the synapse subdir, and add a copyr... | Matthew Hodgson | 2014-08-13 | 2 | -0/+28 |
* | Reference Matrix Home Server | matrix.org | 2014-08-12 | 2 | -0/+173 |