Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 | |
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 | |
Remove concept of reqired power levels, something similiar can be done using the new power level event. | |||||
2014-11-06 | Don't cache isWebRTCSupported because whether webRTC is supported might ↵ | David Baker | 4 | -14/+11 | |
change part-way through the page's lifecycle if your webrtc support comes from some kind of injected content script (hello OpenWebRTC Sarafi extension) | |||||
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 | |
`prev_state` is now a list of previous state ids, similiar to prev_events. `replace_state` now points to what we think was replaced. | |||||
2014-11-06 | Swap from using raw m.room.member events for room members to using actual ↵ | Kegan Dougal | 9 | -30/+52 | |
RoomMember objects, so User objects can be tacked on. Update tests. | |||||
2014-11-06 |