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

Reject desktop clients older than 2.0.27 #64

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

tsudoko
Copy link
Contributor

@tsudoko tsudoko commented Mar 5, 2017

Since merging #28, AnkiServer uses a backwards-incompatible version of the sync protocol. To prevent confusing (or silent) errors, the server should just disallow connections from older clients.

As an extra, the server compares the version correctly (2.1.0 > 2.0.41) and no longer assumes that an unknown client uses the pre-2.0.13 protocol, which is now wrong in most cases, as can be seen in #63.

Fixes #60.

To add a test for the new check, #35 would be needed to be merged
first.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant