summary refs log tree commit diff
path: root/tests/api/test_auth.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-01-24Use native UPSERTs where possible (#4306)Amber Brown14-43/+238
2019-01-24Don't send IP addresses as SNI (#4452)Richard van der Hoff3-6/+73
The problem here is that we have cut-and-pasted an impl from Twisted, and then failed to maintain it. It was fixed in Twisted in https://github.com/twisted/twisted/pull/1047/files; let's do the