| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Up to standards ✅🟢 Issues 0 issues🟢 Metrics 1304 complexity · 77 duplication
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer |
Sorry, something went wrong.
Sorry, something went wrong.
There was a problem hiding this comment.
Here are some automated review suggestions for this pull request.
Reviewed commit: 3270623a86
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Sorry, something went wrong.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
Why
The previous implementation mixed fixed checks, transport, policy, and persistence, contained incompatible module-initialization checksums, and could not represent exact client profiles safely. This redesign follows the delivered 1.12.x module's verified behavior and keeps check policy in reviewed database rows instead of hardcoded runtime payloads.
Dependencies
Operator impact
Apply the required database updates before startup. The server now requires World 22/06/003, Character 22/05/004, and Realm 22/04/001; missing, empty, malformed, incomplete, or over-budget catalogues stop startup before player admission. Distributed configuration documents exact-profile admission and enforcement modes. mangosd ConfVersion advances to 2026081700, so older local configuration files trigger the existing stale-config warning.
Validation
This change is