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

[Loginserver] Identify unknown login client packet fields #1680

Merged
merged 8 commits into from Nov 12, 2021

Commits on Nov 12, 2021

  1. Add player login reply struct

    hgtw committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    7241d36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7edc74 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46e2ef4 View commit details
    Browse the repository at this point in the history
  4. Refactor server list reply serialization

    Use BaseMessage and BaseReplyMessage structs for server list
    and add flags for server type and status
    hgtw committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    2a0060a View commit details
    Browse the repository at this point in the history
  5. Use reply message struct for login handshake

    Remove client version checks, the packets are the same for titanium and rof2
    hgtw committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    bd01bbf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1c4b3ab View commit details
    Browse the repository at this point in the history
  7. Log correct server list ip

    hgtw committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    62eae32 View commit details
    Browse the repository at this point in the history
  8. Add compressed flag to base message header

    Document encrypt type flag more
    hgtw committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    7098735 View commit details
    Browse the repository at this point in the history