| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement knock feature (#6739) | Sorunome | 2021-06-09 | 1 | -2/+53 |
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 1 | -1/+0 |
* | Import HomeServer from the proper module. (#9665) | Patrick Cloke | 2021-03-23 | 1 | -1/+1 |
* | Add type hints to the room member handler. (#9631) | Patrick Cloke | 2021-03-17 | 1 | -2/+8 |
* | Update black, and run auto formatting over the codebase (#9381) | Eric Eastwood | 2021-02-16 | 1 | -4/+2 |
* | Simplify super() calls to Python 3 syntax. (#8344) | Patrick Cloke | 2020-09-18 | 1 | -1/+1 |
* | Remove some unused distributor signals (#8216) | Patrick Cloke | 2020-09-09 | 1 | -9/+0 |
* | `update_membership` declaration: now always returns an event id. (#7809) | Richard van der Hoff | 2020-07-09 | 1 | -1/+1 |
* | Generate real events when we reject invites (#7804) | Richard van der Hoff | 2020-07-09 | 1 | -8/+9 |
* | Add ability to wait for replication streams (#7542) | Erik Johnston | 2020-05-22 | 1 | -5/+6 |
* | Add type hints to room member handlers (#7513) | Patrick Cloke | 2020-05-15 | 1 | -7/+21 |
* | Update the room member handler to use async/await. (#7507) | Patrick Cloke | 2020-05-15 | 1 | -12/+9 |
* | Propagate reason in remotely rejected invites | Erik Johnston | 2019-11-28 | 1 | -1/+4 |
* | Replace returnValue with return (#5736) | Amber Brown | 2019-07-23 | 1 | -1/+1 |
* | Remove support for invite_3pid_guest. (#5625) | Richard van der Hoff | 2019-07-05 | 1 | -12/+0 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -6/+2 |
* | Use new helper base class for membership requests | Erik Johnston | 2018-07-31 | 1 | -24/+17 |
* | run isort | Amber Brown | 2018-07-09 | 1 | -2/+3 |
* | s/join/joined/ in notify_user_membership_change | Erik Johnston | 2018-03-14 | 1 | -1/+1 |
* | Split RoomMemberWorkerHandler to separate file | Erik Johnston | 2018-03-14 | 1 | -0/+102 |