Skip to content

Commit

Permalink
feat: Add permissions system and improve stability (#531)
Browse files Browse the repository at this point in the history
- Add new `hyperion-permission` crate with group-based permission system
(Admin, Moderator, Normal, Banned)
- Fix egress chunk sync by adding `Play` state requirement
- Convert `InGameName` to use `Arc<str>` for better memory efficiency 
- Optimize player join flow and network queue handling
- Add `tracing-tracy` support for better performance profiling
- Switch from `tracing-subscriber` to `tracing-tracy` in
proof-of-concept
- Update dependencies including `nom`, `fdeflate`, `rustix`, and others
  • Loading branch information
andrewgazelka authored Oct 29, 2024
1 parent 4051308 commit 7540e89
Show file tree
Hide file tree
Showing 33 changed files with 799 additions and 132 deletions.
178 changes: 165 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7540e89

Please sign in to comment.