summary refs log tree commit diff
path: root/changelog.d/4279.bugfix (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-12-27fix NPE in /messages by checking if all events were filtered outMatthew Hodgson1-10/+11
2018-12-24Log roomid along with Unknown room (#4297)Will Hunt2-1/+2
2018-12-24Return well_known in /login response (#4319)Richard van der Hoff3-7/+15
... as per MSC1730.
2018-12-22Add a script to generate a clean config file (#4315)Richard van der Hoff11-46/+157
2018-12-22Fix indentation in default config (#4313)Richard van der Hoff2-35/+36
These settings are not supposed to be under 'listeners'.
2018-12-22Fix IP URL previews on Python 3 (#4215)Amber Brown8-272/+590
2018-12-22Make the dependencies more like a standard Python project and hook up the ↵Amber Brown7-158/+111
optional dependencies to setuptools (#4298)
2018-12-21Fix test_metrics.py compatibility prometheus_client 0.5Maarten de Vries2-1/+24
prometheus_client 0.5 has a named-tuple Sample type with more member than the old plain tuple had. This commit makes sure the unit test detects this and changes the way it reads the sample. Signed-off-by: Maarten de Vries <maarten@de-vri.es>
2018-12-21Fix circleci config for synapse:latest docker uploadRichard van der Hoff2-2/+3
Give the image the right tag, so that we can push it.
2018-12-20Mention updating extensions github/release-v0.34.0 release-v0.34.0Richard van der Hoff1-2/+7
2018-12-20clarify that installing -py3 removes the old pkgRichard van der Hoff1-3/+4
2018-12-20buster is a thingRichard van der Hoff1-1/+8
2018-12-20Clarify that py2 packages will continue to exist v0.34.0Richard van der Hoff1-0/+4
2018-12-20document supported python 3 versionsRichard van der Hoff2-5/+9
2018-12-20more changelog fixRichard van der Hoff1-1/+1
2018-12-20minor changelog tweaksRichard van der Hoff1-4/+4
2018-12-20fix UPGRADE formattingRichard van der Hoff1-6/+6
2018-12-20Prepare 0.34 releaseRichard van der Hoff7-24/