summary refs log tree commit diff
path: root/scripts-dev/check_auth.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-03-25Fix bug where read-receipts lost their timestamps (#4927)Richard van der Hoff8-12/+179
Make sure that they are sent correctly over the replication stream. Fixes: #4898
2019-03-25Use an explicit dbname for postgres connections in the tests. (#4928)Richard van der Hoff2-18/+17
I don't have a database with the same name as my user, so leaving the database name unset fails. While we're at it, clear out some unused stuff