summary refs log tree commit diff
path: root/synapse/app/event_creator.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 404 correctly on missing paths via NoResourceMatthew Hodgson2018-03-231-2/+2
| | | | fixes https://github.com/matrix-org/synapse/issues/2043 and https://github.com/matrix-org/synapse/issues/2029
* Register membership/state servlets in event_creatorErik Johnston2018-03-141-1/+13
|
* Don't build handlers on workers unnecessarilyErik Johnston2018-03-131-1/+0
|
* Calculate push actions on workerErik Johnston2018-02-281-0/+8
|
* Add event_creator workerErik Johnston2018-02-071-0/+170