summary refs log tree commit diff
path: root/synapse/handlers/room_member_worker.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add support for knocking to workers. (#15133)Dirk Klimpel2023-03-021-1/+3
* Faster joins: don't stall when a user joins during a fast join (#14606)Mathieu Velten2023-02-101-3/+2
* Implement knock feature (#6739)Sorunome2021-06-091-2/+53
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Import HomeServer from the proper module. (#9665)Patrick Cloke2021-03-231-1/+1
* Add type hints to the room member handler. (#9631)Patrick Cloke2021-03-171-2/+8
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-4/+2
* Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-1/+1
* Remove some unused distributor signals (#8216)Patrick Cloke2020-09-091-9/+0
* `update_membership` declaration: now always returns an event id. (#7809)Richard van der Hoff2020-07-091-1/+1
* Generate real events when we reject invites (#7804)Richard van der Hoff2020-07-091-8/+9
* Add ability to wait for replication streams (#7542)Erik Johnston2020-05-221-5/+6
* Add type hints to room member handlers (#7513)Patrick Cloke2020-05-151-7/+21
* Update the room member handler to use async/await. (#7507)Patrick Cloke2020-05-151-12/+9
* Propagate reason in remotely rejected invitesErik Johnston2019-11-281-1/+4
* Replace returnValue with return (#5736)Amber Brown2019-07-231-1/+1
* Remove support for invite_3pid_guest. (#5625)Richard van der Hoff2019-07-051-12/+0
* Run Black. (#5482)Amber Brown2019-06-201-6/+2
* Use new helper base class for membership requestsErik Johnston2018-07-311-24/+17
* run isortAmber Brown2018-07-091-2/+3
* s/join/joined/ in notify_user_membership_changeErik Johnston2018-03-141-1/+1
* Split RoomMemberWorkerHandler to separate fileErik Johnston2018-03-141-0/+102