| Commit message (Expand) | Author | Files | Lines |
2015-01-20 | use underscores everywhere, not camelcase. | David Baker | 1 | -3/+3 |
2015-01-20 | add instance_handles to pushers so we have a way to refer to them even if the... | David Baker | 7 | -27/+39 |
2015-01-16 | Require device language when adding a pusher. | David Baker | 5 | -5/+11 |
2015-01-15 | Send room name and first alias in notification poke. | David Baker | 3 | -3/+61 |
2015-01-15 | Don't make the pushers' event streams cause people to appear online | David Baker | 2 | -22/+25 |
2015-01-13 | Honour the 'rejected' return from push gateways | David Baker | 6 | -19/+81 |
2015-01-13 | Split out function to decide whether to notify or a given event | David Baker | 1 | -2/+17 |
2015-01-13 | Bump version | Erik Johnston | 2 | -2/+2 |
2015-01-13 | Insert 'age' into top level when returning events to clients | Erik Johnston | 1 | -1/+1 |
2015-01-12 | Use float rather than integer divisions to turn msec into sec - so timeouts u... | Paul "LeoNerd" Evans | 1 | -1/+1 |
2015-01-12 | Check that setting typing notification still works after explicit timeout at ... | Paul "LeoNerd" Evans | 1 | -1/+50 |
2015-01-12 | Make typing notification timeouts print a (debug) logging message | Paul "LeoNerd" Evans | 1 | -1/+7 |
2015-01-12 | Don't make @unittest.DEBUG print the huge amount of verbosity generated by th... | Paul "LeoNerd" Evans | 1 | -0/+2 |
2015-01-12 | Check that setting typing notification still works after explicit timeout - S... | Paul "LeoNerd" Evans | 1 | -0/+26 |
2015-01-12 |