Commit message (Collapse) | 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 ↵ | Paul "LeoNerd" Evans | 1 | -1/+1 | |
of clients (SYN-234) | |||||
2015-01-13 | Have MockClock detect attempts to cancel expired timers, to prevent a repeat ↵ | Paul "LeoNerd" Evans | 1 | -4/+16 | |
of SYN-230 | |||||
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 |