-
Notifications
You must be signed in to change notification settings - Fork 16
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
Handlers/Composers structure Templating (ProtoBuf) #144
Comments
Will be only for Incoming or Outgoing Packets? If for those two, need be |
Incoming and Outgoing, Incoming to automaticly parsing and checking all packet in one step and Outgoing to automaticly build packet with all needed data. |
Write in the Issue Description information about Protobuf, please. |
That's important if we move to new crypto @BurakDev @TheDoct0r11 @ZakAmirz @nenji |
ProtoBuf is a cool tool, but sadly useless for our requirements: |
O don't think is useless. |
@Sant0ro It just won't work. Look at the link I've posted. The encoding isn't compatible with the client. |
We just can't encode in our way? |
From what I've read I don't think so. The library is designed to detect different message versions, but it does this per message, not per client. |
This issue is open to debate and talk about a templating system for packets structures.
This feature will allow emulator to support easily multiple releases (and structures changes).
List of ideas :
The text was updated successfully, but these errors were encountered: