Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-05-13 | Make sure we advance our stream position | Mark Haines | 1 | -0/+2 | |
2016-05-11 | Shuffle when we get the signing_key attribute. | Mark Haines | 1 | -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-11 | Correctly handle NULL password hashes from the database | Erik Johnston | 1 | -1/+4 | |
2016-05-11 | Fix typo | Mark Haines | 1 | -1/+1 | |
2016-05-11 | Move _create_new_client_event and handle_new_client_event out of base handler | Mark Haines | 4 | -204/+214 | |
2016-05-10 | Pass through _get_state_group_for_events | David Baker | 1 | -0/+4 | |
2016-05-10 | StateStore, not EventsStore | David Baker | 1 | -2/+2 | |
2016-05-10 | Cached functions must be accessed through the dict | David Baker | 1 | -1/+2 | |
2016-05-10 | Pass though _get_state_group_for_events | David Baker | 1 | -0/+4 | |
2016-05-10 | Pass through get_state_groups | David Baker | 1 | -0/+4 | |
2016-05-10 | Also pass through get_profile_displayname | David Baker | 1 | -0/+4 | |
2016-05-10 | Uncommit accidentally commited edit to cipher list | David Baker | 1 | -1/+1 | |
2016-05-10 | Pass through get_events to pusher too | David Baker | 1 | -0/+1 | |
2016-05-10 | Pass through _get_event_txn | David Baker | 2 | -1/+2 | |
2016-05-10 | unbreak schema | Matrix | 2 | -0/+0 | |
2016-05-10 | More consistent config naming | David Baker | 2 | -2/+2 | |
2016-05-10 | Add config option to not send email notifs for new users | David Baker | 2 | -1/+8 | |
2016-05-10 | Make pep8 happy | David Baker | 1 | -1/+1 | |
2016-05-10 | Switch from CSS to Table layout for HTML mails so th |