Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-31 | Dismiss ConnectionPrivate, long live Connection::Private | Kitsune Ral | |
Closer investigation found out that there are only two actually used member functions in ConnectionPrivate - provideRoom() and resolveServer(). These two have been transferred to Connection; and data members from ConnectionPrivate found new home in Connection::Private. Factoring out room management and user management from Connection is still a pending task. | |||
2016-07-22 | Introduced LogoutJob | Kitsune Ral | |
The job calls the /logout endpoint of CS API that invalidates the passed access_token; a respective Connection::logout() method and Connection::loggedOut() signal are added for use in clients. | |||
2016-05-27 | Use nullptr | Kitsune Ral | |
2016-04-22 | Allow login with token. | David A Roberts | |
2016-04-12 | Resolve Matrix SRV records. | David A Roberts | |
2016-04-07 | Allow Connections to be used in QML. | David A Roberts | |
2016-04-05 | Imported the current source tree from Quaternion/lib. | Kitsune Ral | |