Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
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 |