Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2014-11-10 | Fix SQLBaseStoreTestCase | Erik Johnston | 1 | -1/+1 |
2014-11-10 | Fix stream test. | Erik Johnston | 1 | -5/+12 |
2014-11-10 | Fix room_member storage test | Erik Johnston | 1 | -0/+2 |
2014-11-10 | Fix redaction storage test | Erik Johnston | 1 | -0/+4 |
2014-11-10 | Fix regression where we did not return redacted events. | Erik Johnston | 1 | -1/+2 |
2014-11-10 | Fix room handler test | Erik Johnston | 1 | -15/+40 |
2014-11-10 | PEP8 | Erik Johnston | 8 | -20/+22 |
2014-11-10 | Remove useless comments | Erik Johnston | 1 | -23/+0 |
2014-11-10 | Add auth to the various server-server APIs | Erik Johnston | 3 | -9/+23 |
2014-11-10 | Fix backfill to work. Add auth to backfill request | Erik Johnston | 6 | -18/+56 |
2014-11-10 | Notify users about invites. | Erik Johnston | 3 | -10/+14 |
2014-11-10 | Fix invite auth | Erik Johnston | 1 | -3/+5 |
2014-11-10 | Tidy up some of the unused sql tables | Erik Johnston | 4 | -109/+9 |
2014-11-10 | Finish redaction algorithm. | Erik Johnston | 5 | -25/+33 |
2014-11-07 | Use current state to get room hosts, rather than querying the database | Erik Johnston | 2 | -7/+32 |
2014-11-07 | Add '/event_auth/' federation api | Erik Johnston | 4 | -7/+55 |
2014-11-07 | Implement invite part of invite join dance | Erik Johnston | 4 | -22/+75 |
2014-11-07 | Remove /context/ request | Erik Johnston | 2 | -16/+0 |
2014-11-07 | Add hash of current state to events | Erik Johnston | 2 | -1/+11 |
2014-11-07 | Return auth chain when handling send_join | Erik Johnston | 2 | -8/+27 |
2014-11-07 | Fix bug in _get_auth_chain_txn | Erik Johnston | 1 | -14/+11 |
2014-11-07 | Fix joining over federation | Erik Johnston | 5 | -56/+55 |
2014-11-07 | Implement method to get auth_chain from a given event_id | Erik Johnston | 1 | -0/+35 |
2014-11-07 | Start implementing auth chains | Erik Johnston | 8 | -6/+115 |
2014-11-07 | Neaten things up a bit | Erik Johnston | 1 | -5/+2 |