summary refs log tree commit diff
path: root/scripts-dev/check_auth.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-09-28Only log if we've removed mediaErik Johnston1-2/+4
2017-09-28Improve logging of failures in matrixfederationclientRichard van der Hoff1-7/+6
* don't log exception types twice * not all exceptions have a meaningful 'message'. Use the repr rather than attempting to build a string ourselves.
2017-09-28Handle SERVFAILs when doing AAAA lookups for federation (#2477)Richard van der Hoff1-5/+17
... to cope with people with broken dnssec setups, mostly
2017-09-28Up the limits on number of url cache entries to delete at one timeErik Johnston1-2/+2
2017-09-28Add old indicesErik Johnston1-0/+2
2017-09-28Clear up expired url cache every 10sErik Johnston1-1/+1
2017-09-28Actually assign result to variableErik Johnston1-1/+1
2017-09-28Only pull out local media that were for url cacheErik Johnston1-1/+1
2017-09-28Fix typo in url cache expiry timerErik Johnston1-1/+1
2017-09-28Support new and old style media id formatsErik Johnston1-31/+81
2017-09-28Fix typoErik Johnston1-3/+3
2017-09-28Change expires column to expires_tsErik Johnston3-10/+29
2017-09-28More bracketsErik Johnston1-1/+1
2017-09-28Delete expired url cache dataErik Johnston5-5/+208
2017-09-28Fix /joined_members to work with AS usersErik Johnston2-13/+26
2017-09-27Fix bug where /joined_members didn't check user was in roomErik Johnston2-10/+38
2017-09-27Don't test is spam_checker not NoneDavid Baker1-1/+7
Sometimes it's a Mock object which is not none but is still not what we're after
2017-09-27Remove unintentional debuggingDavid Baker1-1/+0
2017-09-27pep8David Ba