Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-01-16 | Split transport layer into client and server parts | Mark Haines | 3 | -272/+321 | |
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 |