Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-19 | Introduce device_id and initial_device_name support; switch to generated ↵ | Kitsune Ral | |
LoginJob This is _almost_ a backwards-compatible change, except that connect*() and other relevant methods in Connection are no more virtual (that wasn't much useful anyway). Otherwise it's a matter of passing initial_device_name to connectToServer(), saving device_id (along with access_token) from the result of LoginJob and then passing device_id (along with access_token, again) to connectWithToken() upon the next run. |