summary refs log tree commit diff
path: root/synapse/visibility.py (unfollow)
Commit message (Expand)AuthorFilesLines
2016-05-11move filter_events_for_client out of base handlerMark Haines1-0/+210
2016-05-11Shuffle when we get the signing_key attribute.Mark Haines1-2/+2
2016-05-11Correctly handle NULL password hashes from the databaseErik Johnston1-1/+4
2016-05-11Fix typoMark Haines1-1/+1
2016-05-11Move _create_new_client_event and handle_new_client_event out of base handlerMark Haines4-204/+214
2016-05-10Pass through _get_state_group_for_eventsDavid Baker1-0/+4
2016-05-10StateStore, not EventsStoreDavid Baker1-2/+2
2016-05-10Cached functions must be accessed through the dictDavid Baker1-1/+2
2016-05-10Pass though _get_state_group_for_eventsDavid Baker1-0/+4
2016-05-10Pass through get_state_groupsDavid Baker1-0/+4
2016-05-10Also pass through get_profile_displaynameDavid Baker1-0/+4
2016-05-10Uncommit accidentally commited edit to cipher listDavid Baker1-1/+1
2016-05-10Pass through get_events to pusher tooDavid Baker1