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

enable cross version with an option in createClient and createServer #257

Merged
merged 4 commits into from
Sep 30, 2015

Conversation

rom1504
Copy link
Member

@rom1504 rom1504 commented Sep 29, 2015

  • put parsePacketData in deserializer and createPacketBuffer in serializer
  • remove packets from the index and expose readPacket instead
  • load packets when needed in various files
  • make tests test every supported version

static cross version of #234, fix #65, fix #240

* put parsePacketData in deserializer and createPacketBuffer in serializer
* remove packets from the index and expose readPacket instead
* load packets when needed in various files
* make tests test every supported version
static cross version of PrismarineJS#234, fix PrismarineJS#65, fix PrismarineJS#240
@rom1504 rom1504 mentioned this pull request Sep 29, 2015
@rom1504
Copy link
Member Author

rom1504 commented Sep 29, 2015

@rom1504
Copy link
Member Author

rom1504 commented Sep 29, 2015

3f50a6f makes it possible to test that cross version functionality easily : just give the version to the proxy

node proxy.js localhost user password 1.9

@rom1504 rom1504 mentioned this pull request Sep 29, 2015
roblabla added a commit that referenced this pull request Sep 30, 2015
enable cross version with an option in createClient and createServer
@roblabla roblabla merged commit 8d9f37c into PrismarineJS:master Sep 30, 2015
@rom1504 rom1504 deleted the static_cross_version branch September 30, 2015 13:52
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.

Run the tests for each supported version Protocol only works on major verions
2 participants