summary refs log tree commit diff
path: root/nuke-room-from-db.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-13Have MockClock detect attempts to cancel expired timers, to prevent a repeat ...Paul "LeoNerd" Evans1-4/+16
2015-01-13Don't try to cancel already-expired timers - SYN-230Paul "LeoNerd" Evans1-2/+8
2015-01-13Remove unused functionsMark Haines4-30/+0
2015-01-13get_room_events isn't called anywhereMark Haines1-30/+0
2015-01-13Fix stream token orderingMark Haines1-72/+101
2015-01-13Bump versionErik Johnston2-2/+2
2015-01-13Insert 'age' into top level when returning events to clientsErik Johnston1-1/+1
2015-01-12Use float rather than integer divisions to turn msec into sec - so timeouts u...Paul "LeoNerd" Evans1-1/+1
2015-01-12Check that setting typing notification still works after explicit timeout at ...Paul "LeoNerd" Evans1-1/+50
2015-01-12Make typing notification timeouts print a (debug) logging messagePaul "LeoNerd" Evans1-1/+7
2015-01-12Don't make @unittest.DEBUG print the huge amount of verbosity generated by th...Paul "LeoNerd" Evans1-0/+2
2015-01-12Check that setting typing notification still works after explicit timeout - S...Paul "LeoNerd" Evans1-0/+26
2015-01-12