summary refs log tree commit diff
path: root/scripts (unfollow)
Commit message (Expand)AuthorFilesLines
2014-11-05Fix a couple more storage testsErik Johnston2-16/+32
2014-11-05Remove stale testsErik Johnston1-2/+2
2014-11-05Fix redaction storage testErik Johnston1-0/+12
2014-11-05Get correct prev_eventsErik Johnston2-15/+26
2014-11-05Fix typing testsErik Johnston1-0/+1
2014-11-05Fix room testsErik Johnston1-6/+0
2014-11-05Fix profile testsErik Johnston1-1/+5
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 Johnston1-114/+124
2014-11-04Fix bug in replicationErik Johnston1-1/+1
2014-11-04On AuthError, raise a FederationErrorErik Johnston1-1/+9
2014-11-04Move FederationError to synapse.api.errorsErik Johnston2-34/+34
2014-11-04PEP8Erik Johnston1-4/+13
2014-11-04Add support for sending failuresErik Johnston3-2