summary refs log tree commit diff
path: root/scripts-dev/check_auth.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-11-23Fix testsErik Johnston1-0/+1
2016-11-23Ensure only main or federation_sender process can send federation trafficErik Johnston3-5/+21
2016-11-23CommentErik Johnston1-0/+3
2016-11-23Ignore AS users when fetching push rulesErik Johnston2-2/+18
By ignoring AS users early on when fetching push rules for a room we can avoid needlessly hitting the DB and filling up the caches.
2016-11-23Explicit federation ackErik Johnston3-8/+25
2016-11-22Fix tests and flake8Erik Johnston2-1/+1
2016-11-22Invalidate retry cache in both directionsErik Johnston6-27/+132
2016-11-22Return early on /sync code paths if a '*' filter is usedKegan Dougal2-9/+51
This is currently very conservative in that it only does this if there is no `since` token. This limits the risk to clients likely to be doing one-off syncs (like bridges), but does mean that normal human clients won't benefit from the time savings here. If the savings are large enough, I would consider generalising this to just check the filter.
2016-11-22Review commentsKegan Dougal2-21/+11
2016-11-22Also check for dict since sometimes they aren't frozenKegan Dougal1-1/+1
2016-11-22Bump changelogErik Johnston1-0/+8
2016-11-22Glue only_event_fields into the sync rest servletKegan Dougal3-11/+15
2016-11-22More testsKegan Dougal2-4/+60
2016-11-21CommentsErik Johnston1-0/+2
2016-11-21Add remaining testsKegan Dougal1-4/+70
2016-11-21Start adding some testsKegan Dougal2-4/+40
2016-11-21Move event_fields filtering to serialize_eventKegan Dougal3-59/+119
Also make it an inclusive not exclusive filter, as the spec demands.
2016-11-21Add federation-sender to sytestErik Johnston1-0/+1
2016-11-21Add some metricsErik Johnston1-48/+68
2016-11-21CommentsErik Johnston3-0/+41
2016-11-21Add filter_event_fields and filter_field to FilterCollectionKegan Dougal1-0/+69
2016-11-21Remove explicit calls to send_pduErik Johnston3-61/+9
2016-11-21Fail with a coherent error message if `/sync?filter=` is invalidKegan Dougal2-0/+9
2016-11-21Fix testsErik Johnston4-7/+24
2016-11-21Store federation stream positions in the databaseErik Johnston6-24/+94
2016-11-18Fix flake8Mark Haines1-1/+0
2016-11-18Work around client replacing reg paramsDavid Baker1-0/+12
Works around https://github.com/vector-im/vector-android/issues/715 and equivalent for iOS