Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check for updates autonomously #578

Closed
micheljung opened this issue Jan 11, 2017 · 2 comments
Closed

Check for updates autonomously #578

micheljung opened this issue Jan 11, 2017 · 2 comments
Assignees

Comments

@micheljung
Copy link
Member

The client should not be informed by the server about new client versions. Instead, it should check autonomously, e.g. against GitHub or the FAF-API.

@duk3luk3
Copy link
Member

Will there still be a version check on the server at all? There should be a check whether client and server are compatible, or some kind of versioning of the server interface.

@micheljung
Copy link
Member Author

Yes, the server can still check whether the client is compatible or not. I recommend a PROTOCOL_VERSION = 1 for this purpose, so the server can deny incompatible clients.

duk3luk3 added a commit to duk3luk3/client that referenced this issue Feb 12, 2017
* Checks for new release on github
* Launches Client updater if newer release is found
* Modified Client updater to change message box for github updates

Fixes FAForever#578
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants