summary refs log tree commit diff
path: root/tests/api/test_ratelimiting.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-01-16Split transport layer into client and server partsMark Haines3-272/+321
2015-01-16Remove temporary debug logging that was accidentally committedMark Haines1-2/+0
2015-01-13Have /join/:room_id return the room ID in response anyway, for consistency ↵Paul "LeoNerd" Evans1-1/+1
of clients (SYN-234)
2015-01-13Have MockClock detect attempts to cancel expired timers, to prevent a repeat ↵Paul "LeoNerd" Evans1-4/+16
of SYN-230
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-12