summary refs log tree commit diff
path: root/synapse/storage/schema/pusher.sql (follow)
Commit message (Expand)AuthorAgeFilesLines
* SYN-67: Finish up implementing new database schema managementErik Johnston2015-03-041-46/+0
* s/instance_handle/profile_tag/David Baker2015-02-031-1/+1
* Oops: second part of commit dc938606David Baker2015-01-221-0/+13
* add instance_handles to pushers so we have a way to refer to them even if the...David Baker2015-01-201-0/+1
* Require device language when adding a pusher.David Baker2015-01-161-0/+1
* Honour the 'rejected' return from push gatewaysDavid Baker2015-01-131-0/+1
* after a few rethinks, a working implementation of pushers.David Baker2014-12-181-2/+1
* Update to app_id / app_instance_id (partially) and mangle to be PEP8 compliant.David Baker2014-12-031-2/+3
* More work on pushers. Attempt to do HTTP pokes. Not sure if the actual HTTP p...David Baker2014-11-211-0/+2
* Start creating a module to do generic notifications (just prints them to stdo...David Baker2014-11-191-0/+28