summary refs log tree commit diff
path: root/scripts-dev/check_auth.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-07-19Add a delay to key lookup lock release to fix stack overflowRichard van der Hoff1-2/+8
A tactical call_later here should fix #5723
2019-07-19Refactor Keyring._start_key_lookupsRichard van der Hoff2-80/+35
There's an awful lot of deferreds and dictionaries flying around here. The whole thing can be made much simpler and achieve the same effect.
2019-07-