Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2014-11-07 | Don't query the DB for user power levels | Erik Johnston | 1 | -10/+16 |
2014-11-06 | Amalgamate all power levels. | Erik Johnston | 8 | -395/+102 |
2014-11-06 | Update to use replaces_state rather than prev_state | Erik Johnston | 1 | -2/+4 |
2014-11-06 | Don't send prev_state to clients anymore | Erik Johnston | 1 | -1/+1 |
2014-11-06 | Implement new replace_state and changed prev_state | Erik Johnston | 13 | -128/+220 |
2014-11-05 | Fix a couple more storage tests | Erik Johnston | 2 | -16/+32 |
2014-11-05 | Remove stale tests | Erik Johnston | 1 | -2/+2 |
2014-11-05 | Fix redaction storage test | Erik Johnston | 1 | -0/+12 |
2014-11-05 | Get correct prev_events | Erik Johnston | 2 | -15/+26 |
2014-11-05 | Fix typing tests | Erik Johnston | 1 | -0/+1 |
2014-11-05 | Fix room tests | Erik Johnston | 1 | -6/+0 |
2014-11-05 | Fix profile tests | Erik Johnston | 1 | -1/+5 |
2014-11-05 | Fix presencelike test | Erik Johnston | 1 | -1/+5 |
2014-11-05 | Don't execute empty tests. Formatting. | Erik Johnston | 1 | -17/+28 |
2014-11-05 | Fix presence test | Erik Johnston | 1 | -0/+1 |
2014-11-05 | Fix Federation test | Erik Johnston | 1 | -1/+1 |
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 |