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