summary refs log tree commit diff
path: root/cmdclient (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-01-22In get_state_groups, get the full event json rather than just the event_ids ↵Erik Johnston1-6/+11
so we don't have to do so many db queries
2015-01-22Move experiments, graph and cmdclient into contribMark Haines6-0/+0
2015-01-22Remove jsfiddlesMark Haines16-1079/+0
2015-01-22Move scripts into scriptsMark Haines6-2/+2
2015-01-21Abstract out the room ID from presence tests, so it's stored in selfPaul "LeoNerd" Evans1-8/+10
2015-01-21Use common base class for two Presence unit-tests, avoiding boilerplate ↵Paul "LeoNerd" Evans1-54/+25
copypasta
2015-01-19Only start the notifier timeout once we've had a chance to check for ↵Mark Haines1-2/+2
updates. Otherwise the timeout could fire while we are waiting for the database to return any updates it might have
2015-01-19Fix pyflakes errorsMark Haines1-1/+1
2015-01-19Fix syntaxMark Haines1-2/+3
2015-01-19Allow ':memory:' as the database path for sqlite3Mark Haines2-2/+11
2015-01-16Finish renaming "context" to "room_id" in federation codebaseMark Haines7-99/+62
2015-01-16Fold _do_request_for_transaction into the methods that called it since it ↵Mark Haines1-44/+11
was a trivial wrapper around client.get_json
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-12Use float rather than integer divisions to turn msec into sec - so timeouts ↵Paul "LeoNerd" Evans1-1/+1
under 1000msec will actually work
2015-01-12Check that setting typing notification still works after explicit timeout at ↵Paul "LeoNerd" Evans1-1/+50
REST layer - SYN-230
2015-01-12Make typing notification timeouts print a (debug) logging messagePaul "LeoNerd" Evans1-1/+7
2015-01-12Don't make @unitt