summary refs log tree commit diff
path: root/synapse/replication/http/membership.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-1/+4
* Add typing to membership Replication class methods (#8809)Andrew Morgan2020-11-271-22/+44
* Add ability for access tokens to belong to one user but grant access to anoth...Erik Johnston2020-10-291-4/+2
* Remove the deprecated Handlers object (#8494)Patrick Cloke2020-10-091-1/+1
* Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-3/+3
* Remove some unused distributor signals (#8216)Patrick Cloke2020-09-091-6/+4
* Convert replication code to async/await. (#7987)Patrick Cloke2020-08-031-3/+5
* Generate real events when we reject invites (#7804)Richard van der Hoff2020-07-091-67/+25
* Add option to move event persistence off master (#7517)Erik Johnston2020-05-221-1/+39
* Add ability to wait for replication streams (#7542)Erik Johnston2020-05-221-7/+7
* Propagate reason in remotely rejected invitesErik Johnston2019-11-281-2/+5
* Remove usage of deprecated logger.warn method from codebase (#6271)Andrew Morgan2019-10-311-1/+1
* Port replication http server endpoints to async/awaitErik Johnston2019-10-291-9/+5
* Remove unnecessary parentheses around return statements (#5931)Andrew Morgan2019-08-301-3/+3
* Replace returnValue with return (#5736)Amber Brown2019-07-231-2/+2
* Remove support for invite_3pid_guest. (#5625)Richard van der Hoff2019-07-051-65/+0
* Run Black. (#5482)Amber Brown2019-06-201-24/+10
* Fix registration on workers (#4682)Erik Johnston2019-02-201-2/+2
* Fixup logging and docstringsErik Johnston2018-08-081-0/+36
* Use new helper base class for membership requestsErik Johnston2018-07-311-171/+91
* run isortAmber Brown2018-07-091-2/+2
* Fix importsErik Johnston2018-03-141-3/+3
* s/join/joined/ in notify_user_membership_changeErik Johnston2018-03-141-3/+3
* Implement RoomMemberWorkerHandlerErik Johnston2018-03-131-0/+334