| Commit message (Expand) | Author | Files | Lines |
2015-01-16 | Remove temporary debug logging that was accidentally committed | Mark Haines | 1 | -2/+0 |
2015-01-13 | Have /join/:room_id return the room ID in response anyway, for consistency of... | Paul "LeoNerd" Evans | 1 | -1/+1 |
2015-01-13 | Have MockClock detect attempts to cancel expired timers, to prevent a repeat ... | Paul "LeoNerd" Evans | 1 | -4/+16 |
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 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 | |