summary refs log tree commit diff
path: root/synapse/handlers/auth.py (unfollow)
Commit message (Expand)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
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
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
2015-09-21Clarify which event is returned by check_user_was_in_roomMark Haines1-2/+3
2015-09-17