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

Update properties sent to client #4258

Merged
merged 7 commits into from
Jan 15, 2025

Conversation

OptimShi
Copy link
Collaborator

Cleans up the properties sent to the client on login and appraisal. Based on PCaps and client information, an adjustment of these properties has been done to ensure ACE is not sending more information than the client needs. Fixes some potential exploits in addition to wasted bandwidth.

Removed some unused property attributes and functions while it was being cleaned up. All properties are now what formerly were tagged [ServerOnly] unless they have the [SendOnLogin] or [AssessmentProperty].

Note that many properties are no longer tagged with the AssessmentProperty attribute because they are, and always have been, sent elsewhere (e.g. in the CreateObject message or in Armor or Weapon profile part of the AppraiseInfo message)

This will undoubtedly "break" some post-retail plugins/tools that were using some of this extended data, but the client should never have had this data to begin with.

gmriggs
gmriggs previously approved these changes Dec 24, 2024
gmriggs
gmriggs previously approved these changes Dec 24, 2024
LtRipley36706
LtRipley36706 previously approved these changes Dec 29, 2024
@OptimShi OptimShi dismissed stale reviews from LtRipley36706 and gmriggs via 7fa0e3c December 31, 2024 23:05
@LtRipley36706 LtRipley36706 merged commit 10fac6b into ACEmulator:master Jan 15, 2025
2 checks passed
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.

4 participants