summary refs log tree commit diff
path: root/tests/unittest.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-05-11Shuffle when we get the signing_key attribute.Mark Haines1-2/+2
Wait until we sign a message to get the signing key from the homeserver config. This means that the message handler can be created without having a signing key in the config which means that separate processes like the pusher that don't send messages and don't need to sign them can still access the handlers.
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 list