summary refs log tree commit diff
path: root/synapse/state.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-06-10Change /bin/bash to /bin/sh in tox.iniBartek Rutkowski1-2/+2
No features of Bash are used here, so using /bin/sh makes it more portable to systems that don't have Bash natively (like BSD systems).
2016-06-09Add function to load config without generating itMark Haines4-48/+126
Renames ``load_config`` to ``load_or_generate_config`` Adds a method called ``load_config`` that just loads the config. The main synapse.app.homeserver will continue to use ``load_or_generate_config`` to retain backwards compat. However new worker processes can use ``load_config`` to load the config avoiding some of the cruft needed to generate the config. As the new ``load_config`` method is expected to be used by new configs it removes support for the legacy commandline overrides that ``load_or_generate_config`` supports
2016-06-09Change CHANGELOGErik Johnston1-1/+1
2016-06-09Bump version and changelogErik Johnston2-1/+11
2016-06-09502 on /thumbnail when can't contact remote serverErik Johnston1-4/+10
2016-06-09Remove redundant exception log in /eventsErik Johnston1-24/+21
2016-06-08Fix a bug caused by a change in auth_handler functionNegar Fazeli2-8/+5
Fix the relevant unit test cases
2016-06-08Pull full state for each room all at onceErik Johnston1-16/+16
2016-06-08Disable the synchrotron on jenkins until the sytest support lands (#855)Mark Haines1-1/+2
* Disable the synchrotron on jenkins until the sytest support lands * Poke jenkins * Poke jenkins * Poke jenkins * Poke jenkins * Poke jenkins * Poke jenkins * Poke jenkins * Poke jenkins
2016-06-08Don't make rooms visibile by defaultErik Johnston1-2/+0
2016-06-08Fix up federation PublicRoomListErik Johnston1-1/+1
2016-06-08Log user that is making /publicRooms callsErik Johnston1-0/+7
2016-06-08Enable auth on federation PublicRoomListErik Johnston1-5/+0
2016-06-08Add some logging for when servers ask for missing eventsErik Johnston1-0/+19
2016-06-08Don't hit DB for noop replications queriesErik Johnston5-0/+15
2016-06-08Update commit hash in changelog v0.16.0-rc2Erik Johnston1-1/+1
2016-06-08Bump version and changelog to v0.16.0-rc2<