Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2014-12-16 | SYN-142: Use a default log file 'homeserver.log' so people get logging by def... | Kegan Dougal | 1 | -1/+1 |
2014-12-16 | Remove send_message since nothing was calling it. Remove Snapshot because onl... | Mark Haines | 2 | -118/+0 |
2014-12-16 | Construct the EventContext in the state handler rather than constructing one ... | Mark Haines | 6 | -59/+50 |
2014-12-16 | clean up coding style a bit | Mark Haines | 8 | -26/+26 |
2014-12-16 | Remove annotate_event_with_state as nothing was using it. Update state tests ... | Mark Haines | 2 | -135/+39 |
2014-12-16 | Fix pyflakes | Erik Johnston | 1 | -2/+0 |
2014-12-16 | Remove FrozenEncoder | Erik Johnston | 1 | -8/+0 |
2014-12-16 | Better english in docstrings are helpful. | Erik Johnston | 1 | -2/+2 |
2014-12-16 | Update upgrade script | Erik Johnston | 2 | -3/+12 |
2014-12-16 | Persist internal_metadata | Erik Johnston | 4 | -5/+13 |
2014-12-16 | Add basic docstring to annotate_context_with_state | Erik Johnston | 1 | -0/+11 |
2014-12-16 | Kill off synapse.api.events.* | Erik Johnston | 26 | -925/+74 |
2014-12-16 |