summary refs log tree commit diff
path: root/synapse (unfollow)
Commit message (Expand)AuthorFilesLines
2014-11-05Fix presencelike testErik Johnston1-1/+5
2014-11-05Don't execute empty tests. Formatting.Erik Johnston1-17/+28
2014-11-05Fix presence testErik Johnston1-0/+1
2014-11-05Fix Federation testErik Johnston1-1/+1
2014-11-05Fix auth checks to all use the given old_event_stateErik Johnston4-34/+54
2014-11-04PEP8Erik Johnston1-4/+4
2014-11-04Fix room handler testsErik Johnston2-128/+19
2014-11-04Fix federation handler tests. I've removed the invite/join dance ones as they...Erik Johnston1-57/+27
2014-11-04Don't bother lockingErik Johnston1-6/+5
2014-11-04PEP8Erik Johnston1-1/+3
2014-11-04Fix tests.handlers.test_directoryErik Johnston1-2/+5
2014-11-04event <-> pdu mappings are now trivial and will soon be scrappedErik Johnston1-167/+0
2014-11-04Fix up federation testsErik Johnston