Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2014-11-05 | Fix auth checks to all use the given old_event_state | Erik Johnston | 4 | -34/+54 |
2014-11-04 | PEP8 | Erik Johnston | 1 | -4/+4 |
2014-11-04 | Fix room handler tests | Erik Johnston | 2 | -128/+19 |
2014-11-04 | Fix federation handler tests. I've removed the invite/join dance ones as they... | Erik Johnston | 1 | -57/+27 |
2014-11-04 | Don't bother locking | Erik Johnston | 1 | -6/+5 |
2014-11-04 | PEP8 | Erik Johnston | 1 | -1/+3 |
2014-11-04 | Fix tests.handlers.test_directory | Erik Johnston | 1 | -2/+5 |
2014-11-04 | event <-> pdu mappings are now trivial and will soon be scrapped | Erik Johnston | 1 | -167/+0 |
2014-11-04 | Fix up federation tests | Erik Johnston | 1 | -114/+124 |
2014-11-04 | Fix bug in replication | Erik Johnston | 1 | -1/+1 |
2014-11-04 | On AuthError, raise a FederationError | Erik Johnston | 1 | -1/+9 |
2014-11-04 | Move FederationError to synapse.api.errors | Erik Johnston | 2 | -34/+34 |
2014-11-04 | PEP8 | Erik Johnston | 1 | -4/+13 |
2014-11-04 | Add support for sending failures | Erik Johnston | 3 | -2/+63 |
2014-11-04 |