summary refs log tree commit diff
path: root/synapse/rest/pusher.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* add instance_handles to pushers so we have a way to refer to them even if the...David Baker2015-01-201-1/+2
* Require device language when adding a pusher.David Baker2015-01-161-1/+2
* after a few rethinks, a working implementation of pushers.David Baker2014-12-181-7/+6
* Update to app_id / app_instance_id (partially) and mangle to be PEP8 compliant.David Baker2014-12-031-12/+20
* Start creating a module to do generic notifications (just prints them to stdo...David Baker2014-11-191-0/+71