Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-02-07 | Remove unused `get_room_stats_state` method. (#6869) | Richard van der Hoff | 2 | -25/+1 | |
2020-02-07 | Add a `make_event_from_dict` method (#6858) | Richard van der Hoff | 13 | -39/+52 | |
... and use it in places where it's trivial to do so. This will make it easier to pass room versions into the FrozenEvent constructors. | |||||
2020-02-07 | Add typing to synapse.federation.sender (#6871) | Erik Johnston | 9 | -107/+138 | |
2020-02-07 | Allow moving group read APIs to workers (#6866) | Erik Johnston | 9 | -687/+722 | |
2020-02-07 | Admin api to add an email address (#6789) | Dirk Klimpel | 6 | -2/+78 | |
2020-02-07 | remove unused room_version_to_event_format (#6857) | Richard van der Hoff | 2 | -23/+2 | |
2020-02-06 | Limit the number of events that can be requested when backfilling events (#6864) | Patrick Cloke | 2 | -0/+5 | |
Limit the maximum number of events requested when backfilling events. | |||||
2020-02-06 | Pass room_version into `event_from_pdu_json` | Richard van der Hoff | 5 | -60/+51 | |
It's called from all over the shop, so this one's a bit messy. | |||||
2020-02-06 | pass room version into FederationClient.send_join (#6854) | Richard van der Hoff | 3 | -30/+34 | |
... which allows us to sanity-check the create event. | |||||
2020-02-06 | Allow empty federation_certificate_verification_whitelist (#6849) | timfi | 2 |