summary refs log tree commit diff
path: root/synapse/util/jsonobject.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-08-18Add appservice workerErik Johnston7-123/+369
2016-08-18Make AppserviceHandler stream events from databaseErik Johnston5-25/+113
This is for two reasons: 1. Suppresses duplicates correctly, as the notifier doesn't do any duplicate suppression. 2. Makes it easier to connect the Apps