summary refs log tree commit diff
path: root/scripts-dev/sphinx_api_docs.sh (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-06-17Disable responding with canonical json for federationErik Johnston1-1/+1
2016-06-17Enable use_frozen_events in testsErik Johnston1-0/+1
2016-06-17Turn use_frozen_events off by defaultErik Johnston1-1/+1
2016-06-17Only re-sign our own eventsErik Johnston2-12/+18
2016-06-17Fix ``KeyError: 'msgtype'``. Use ``.get``Mark Haines1-14/+15
Fixes a key error where the mailer tried to get the ``msgtype`` of an event that was missing a ``msgtype``. ``` File "synapse/push/mailer.py", line 264, in get_notif_vars File "synapse/push/mailer.py", line 285, in get_message_vars File ".../frozendict/__init__.py", line 10, in __getitem__ return self.__dict[key] KeyError: 'msgtype' ```
2016-06-17Fix setting gc thresholds in the workersMark Haines2-2/+4
2016-06-16Use worker_ prefixes for worker config, use existing support for multiple ↵Mark Haines5-79/+33
config files
2016-06-16Access the event_cache_size directly from the server object.Mark Haines5-21/+10
This means that the workers can override the event_cache_size directly without clobbering the value in the main synapse config.
2016-06-16Access replication_url from the worker config directlyMark Haines3-8/+6
2016-06-16Comment on what's going on in clobber_with_worker_configMark Haines1-1/