summary refs log tree commit diff
path: root/scripts-dev/check_auth.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-09-23Fix demo/start.sh to work with --report-statsErik Johnston1-0/+1
2015-09-22Define __repr__ methods for StreamConfig and PaginationConfigMark Haines1-3/+8
So that they can be used with "%r" log formats.
2015-09-22Add some docstringsDaniel Wagner-Hall2-0/+4
2015-09-22Catch stats-reporting errorsDaniel Wagner-Hall1-4/+7
2015-09-22Add docstringDaniel Wagner-Hall1-0/+6
2015-09-22Front-load spacesDaniel Wagner-Hall1-7/+7
2015-09-22Implement configurable stats reportingDaniel Wagner-Hall24-78/+425
SYN-287 This requires that HS owners either opt in or out of stats reporting. When --generate-config is passed, --report-stats must be specified If an already-generated config is used, and doesn't have the report_stats key, it is requested to be set.
2015-09-21Clarify that room_initial_sync returns a python dictMark Haines1-1/+1
2015-09-21Fix doc string to point at the right classMark Haines1-2/+3
2015-09-21Add explicit "elif event.membership == Membership.LEAVE" for clarityMark Haines1-1/+2
2015-09-21Clamp the "to" token for /rooms/{roomId}/messages to when the user leftMark Haines1-0/+4
the room. There isn't a way for the client to learn a valid "to" token for a room that they have left in the C-S API but that doesn't stop a client making one up.
2015-09-21Clarify which event is returned by check_user_was_in_roomMark Haines1-2/+3
2015-09-17Remove run_on_reactorErik Johnston1-3/+0
2015-09-17Fix bug where we sometimes didn't fetch all the keys requested for aErik Johnston1-4/+3
server.
2015-09-16Update changelogErik Johnston1-1/+3
2015-09-15"Comments"Erik Johnston1-0/+6
2015-09-15When updating a stored event from outlier to non-outlier, remember to update ↵Erik Johnston2-0/+5
the extremeties
2015-09-15Use shorter config key nameDaniel Wagner-Hall2-4/+5
2015-09-15Rename context factoryDaniel Wagner-Hal