| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove `HomeServer.get_datastore()` (#12031) | Richard van der Hoff | 2022-02-23 | 1 | -5/+5 |
* | Add missing type hints to synapse.replication.http. (#11856) | Patrick Cloke | 2022-02-08 | 1 | -15/+16 |
* | Add type hints for most `HomeServer` parameters (#11095) | Sean Quah | 2021-10-22 | 1 | -3/+3 |
* | Extend `ResponseCache` to pass a context object into the callback (#10157) | Richard van der Hoff | 2021-06-14 | 1 | -1/+1 |
* | Implement knock feature (#6739) | Sorunome | 2021-06-09 | 1 | -0/+139 |
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 1 | -1/+0 |
* | Use the proper Request in type hints. (#9515) | Patrick Cloke | 2021-03-01 | 1 | -5/+4 |
* | Update black, and run auto formatting over the codebase (#9381) | Eric Eastwood | 2021-02-16 | 1 | -1/+4 |
* | Add typing to membership Replication class methods (#8809) | Andrew Morgan | 2020-11-27 | 1 | -22/+44 |
* | Add ability for access tokens to belong to one user but grant access to anoth... | Erik Johnston | 2020-10-29 | 1 | -4/+2 |
* | Remove the deprecated Handlers object (#8494) | Patrick Cloke | 2020-10-09 | 1 | -1/+1 |
* | Simplify super() calls to Python 3 syntax. (#8344) | Patrick Cloke | 2020-09-18 | 1 | -3/+3 |
* | Remove some unused distributor signals (#8216) | Patrick Cloke | 2020-09-09 | 1 | -6/+4 |
* | Convert replication code to async/await. (#7987) | Patrick Cloke | 2020-08-03 | 1 | -3/+5 |
* | Generate real events when we reject invites (#7804) | Richard van der Hoff | 2020-07-09 | 1 | -67/+25 |
* | Add option to move event persistence off master (#7517) | Erik Johnston | 2020-05-22 | 1 | -1/+39 |
* | Add ability to wait for replication streams (#7542) | Erik Johnston | 2020-05-22 | 1 | -7/+7 |
* | Propagate reason in remotely rejected invites | Erik Johnston | 2019-11-28 | 1 | -2/+5 |
* | Remove usage of deprecated logger.warn method from codebase (#6271) | Andrew Morgan | 2019-10-31 | 1 | -1/+1 |
* | Port replication http server endpoints to async/await | Erik Johnston | 2019-10-29 | 1 | -9/+5 |
* | Remove unnecessary parentheses around return statements (#5931) | Andrew Morgan | 2019-08-30 | 1 | -3/+3 |
* | Replace returnValue with return (#5736) | Amber Brown | 2019-07-23 | 1 | -2/+2 |
* | Remove support for invite_3pid_guest. (#5625) | Richard van der Hoff | 2019-07-05 | 1 | -65/+0 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -24/+10 |
* | Fix registration on workers (#4682) | Erik Johnston | 2019-02-20 | 1 | -2/+2 |
* | Fixup logging and docstrings | Erik Johnston | 2018-08-08 | 1 | -0/+36 |
* | Use new helper base class for membership requests | Erik Johnston | 2018-07-31 | 1 | -171/+91 |
* | run isort | Amber Brown | 2018-07-09 | 1 | -2/+2 |
* | Fix imports | Erik Johnston | 2018-03-14 | 1 | -3/+3 |
* | s/join/joined/ in notify_user_membership_change | Erik Johnston | 2018-03-14 | 1 | -3/+3 |
* | Implement RoomMemberWorkerHandler | Erik Johnston | 2018-03-13 | 1 | -0/+334 |