summary refs log tree commit diff
path: root/synapse/storage/schema (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-01-13Honour the 'rejected' return from push gatewaysDavid Baker2-0/+2
Add a timestamp to push tokens so we know the last time they we got them from the device. Send it to the push gateways so it can determine whether its failure is more recent than the token. Stop and remove pushers that have been rejected.
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 ↵Paul "LeoNerd" Evans1-1/+1
under 1000msec will actually work
2015-01-12Check that setting typing notification still works after explicit timeout at ↵Paul "LeoNerd" Evans1-1/+50
REST layer - SYN-230
2015-01-12Make typing notification timeouts print a (debug) logging messagePaul "LeoNerd" Evans1-1/+7
2015-01-12Don't make @unittest.DEBUG print the huge amount of verbosity generated by ↵Paul "LeoNerd" Evans1-0/+2
the synapse.storage loggers
2015-01-12Check that setting typing notification still works after explicit timeout - ↵Paul "LeoNerd" Evans1-0/+26