Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-01-13 | Don't try to cancel already-expired timers - SYN-230 | Paul "LeoNerd" Evans | 1 | -2/+8 | |
2015-01-13 | Remove unused functions | Mark Haines | 4 | -30/+0 | |
2015-01-13 | get_room_events isn't called anywhere | Mark Haines | 1 | -30/+0 | |
2015-01-13 | Fix stream token ordering | Mark Haines | 1 | -72/+101 | |
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 ↵ | Paul "LeoNerd" Evans | 1 | -1/+1 | |
under 1000msec will actually work | |||||
2015-01-12 | Check that setting typing notification still works after explicit timeout at ↵ | Paul "LeoNerd" Evans | 1 | -1/+50 | |
REST layer - SYN-230 | |||||
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 ↵ | Paul "LeoNerd" Evans | 1 | -0/+2 | |
the synapse.storage loggers | |||||
2015-01-12 |