summary refs log tree commit diff
path: root/synapse/media/v0 (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-22Add rest API & store for creating push rulesDavid Baker2-0/+391
2015-01-20use underscores everywhere, not camelcase.David Baker1-3/+3
2015-01-20add instance_handles to pushers so we have a way to refer to them even if the...David Baker7-27/+39
2015-01-16Require device language when adding a pusher.David Baker5-5/+11
2015-01-15Send room name and first alias in notification poke.David Baker3-3/+61
2015-01-15Don't make the pushers' event streams cause people to appear onlineDavid Baker2-22/+25
2015-01-13Honour the 'rejected' return from push gatewaysDavid Baker6-19/+81
2015-01-13Split out function to decide whether to notify or a given eventDavid Baker1-2/+17
2015-01-13Bump versionErik Johnston2-2/+2
2015-01-13Insert 'age' into top level when returning events to clientsErik Johnston1-1/+1
2015-01-12Use float rather than integer divisions to turn msec into sec - so timeouts u...Paul "LeoNerd" Evans1-1/+1
2015-01-12Check that setting typing notification still works after explicit timeout