summary refs log tree commit diff
path: root/synapse/push/httppusher.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' into push_badge_countsDavid Baker2016-01-191-4/+4
|\
| * Rename 'user_name' to 'user_id' in push to make it consistent with the rest o...Mark Haines2016-01-131-3/+3
* | Use the unread notification count to send accurate badge counts in push notif...David Baker2016-01-131-7/+7
|/
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Reuse a single http client, rather than creating new onesMark Haines2015-12-021-4/+3
* Dial down logging for failed pushersDavid Baker2015-03-061-1/+1
* Add attribute so push gateways can tell if a member event is about the user i...David Baker2015-03-061-0/+1
* Send room ID in http notifications so clients know which room to go to if the...David Baker2015-02-191-0/+1
* s/instance_handle/profile_tag/David Baker2015-02-031-2/+2
* Ignore empty strings for display names & room names in notificationsDavid Baker2015-01-311-2/+2
* Include content in notification pokesDavid Baker2015-01-291-0/+2
* Change 'from' in notification pokes to 'sender' to match client API v2. Send ...David Baker2015-01-291-5/+4
* Code style fixes.Mark Haines2015-01-291-4/+4
* It is 2015David Baker2015-01-281-1/+1
* Reset badge count to zero when last active time is bumpedDavid Baker2015-01-281-3/+35
* Support membership events and more camelcase/underscoresDavid Baker2015-01-261-4/+4
* Use push settings!David Baker2015-01-231-4/+5
* use underscores everywhere, not camelcase.David Baker2015-01-201-3/+3
* add instance_handles to pushers so we have a way to refer to them even if the...David Baker2015-01-201-1/+2
* Send room name and first alias in notification poke.David Baker2015-01-151-3/+13
* Honour the 'rejected' return from push gatewaysDavid Baker2015-01-131-5/+10
* after a few rethinks, a working implementation of pushers.David Baker2014-12-181-12/+13
* Update to app_id / app_instance_id (partially) and mangle to be PEP8 compliant.David Baker2014-12-031-33/+42
* More work on pushers. Attempt to do HTTP pokes. Not sure if the actual HTTP p...David Baker2014-11-211-4/+51
* remove random half-lineDavid Baker2014-11-191-1/+0
* Start creating a module to do generic notifications (just prints them to stdo...David Baker2014-11-191-0/+40