summary refs log tree commit diff
path: root/synapse/config/logger.py (unfollow)
Commit message (Expand)AuthorFilesLines
2014-12-16SYN-142: Use a default log file 'homeserver.log' so people get logging by def...Kegan Dougal1-1/+1
2014-12-16Remove send_message since nothing was calling it. Remove Snapshot because onl...Mark Haines2-118/+0
2014-12-16Construct the EventContext in the state handler rather than constructing one ...Mark Haines6-59/+50
2014-12-16clean up coding style a bitMark Haines8-26/+26
2014-12-16Remove annotate_event_with_state as nothing was using it. Update state tests ...Mark Haines2-135/+39
2014-12-16Fix pyflakesErik Johnston1-2/+0
2014-12-16Remove FrozenEncoderErik Johnston1-8/+0
2014-12-16Better english in docstrings are helpful.Erik Johnston1-2/+2
2014-12-16Update upgrade scriptErik Johnston2-3/+12
2014-12-16Persist internal_metadataErik Johnston4-5/+13
2014-12-16Add basic docstring to annotate_context_with_stateErik Johnston1-0/+11
2014-12-16Kill off synapse.api.events.*Erik Johnston26-925/+74
2014-12-16