summary refs log tree commit diff
path: root/synapse/storage/pusher.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Give sensible names for '_simple_...' transactionsErik Johnston2015-03-201-5/+11
* Also give _execute() a descriptionPaul "LeoNerd" Evans2015-03-111-2/+3
* Update pushers by app id and pushkey, not user id and pushkeyDavid Baker2015-02-131-6/+6
* s/instance_handle/profile_tag/David Baker2015-02-031-7/+7
* Code style fixes.Mark Haines2015-01-291-1/+1
* add instance_handles to pushers so we have a way to refer to them even if the...David Baker2015-01-201-21/+25
* Require device language when adding a pusher.David Baker2015-01-161-1/+2
* Honour the 'rejected' return from push gatewaysDavid Baker2015-01-131-11/+23
* Thank you, pyflakesDavid Baker2014-12-181-1/+0
* after a few rethinks, a working implementation of pushers.David Baker2014-12-181-26/+57
* Update to app_id / app_instance_id (partially) and mangle to be PEP8 compliant.David Baker2014-12-031-22/+32
* More work on pushers. Attempt to do HTTP pokes. Not sure if the actual HTTP p...David Baker2014-11-211-4/+22
* Start creating a module to do generic notifications (just prints them to stdo...David Baker2014-11-191-0/+98