summary refs log tree commit diff
path: root/synapse/handlers/state_deltas.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update license headersPatrick Cloke2023-11-211-10/+16
|
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-1/+1
| | | | | | | The presence of this method was confusing, and mostly present for backwards compatibility. Let's get rid of it. Part of #11733
* Easy refactors of the user directory (#10789)David Robertson2021-09-101-11/+12
| | | No functional changes here. This came out as I was working to tackle #5677
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
| | | | | | | Part of #9744 Removes all redundant `# -*- coding: utf-8 -*-` lines from files, as python 3 automatically reads source code as utf-8 now. `Signed-off-by: Jonathan de Jong <jonathan@automatia.nl>`
* Import HomeServer from the proper module. (#9665)Patrick Cloke2021-03-231-1/+1
|
* Add type hints to various handlers. (#9223)Patrick Cloke2021-01-261-2/+12
| | | | With this change all handlers except the e2e_* ones have type hints enabled.
* Fix typos and spelling errors. (#8639)Patrick Cloke2020-10-231-1/+1
|
* Stop sub-classing object (#8249)Patrick Cloke2020-09-041-1/+1
|
* Convert user directory handler and related classes to async/await. (#7640)Patrick Cloke2020-06-051-6/+3
|
* Replace returnValue with return (#5736)Amber Brown2019-07-231-4/+4
|
* Run Black. (#5482)Amber Brown2019-06-201-1/+0
|
* Refactor out state delta handling into its own class (#4917)Amber Brown2019-03-251-0/+70