Skip to content

develop#41

Merged
Flussen merged 8 commits intomasterfrom
develop
Jan 24, 2026
Merged

develop#41
Flussen merged 8 commits intomasterfrom
develop

Conversation

@Flussen
Copy link
Member

@Flussen Flussen commented Jan 24, 2026

No description provided.

Flussen and others added 8 commits January 19, 2026 21:07
Add support for managing external binary processes as framework services with automatic lifecycle management and RPC-style communication.

- Add getCurrentResourcePath() method to IResourceInfo interface and implementations
- Create @BinaryService decorator to register external binaries as managed services
- Create @binarycall decorator to mark methods as remote binary actions
- Implement BinaryProcessManager for process lifecycle an
Enhance logging for rejected suspicious commands by including the player's accountID and command arguments in the warning log context for better debugging and security monitoring.
Add comprehensive logging throughout the binary process lifecycle including service registration, binary path resolution, action calls, process spawning, and response handling. Add error logging for timeouts and failed calls. Refactor binary path resolution to check multiple locations using a loop instead of sequential checks.
Expand JSDoc comments for @BinaryService and @binarycall decorators with detailed explanations of runtime behavior, RPC mechanism, and usage semantics. Add inline documentation for BinaryServiceOptions properties (name, binary, timeoutMs) clarifying their purpose and constraints.
- Remove "Scope" section from README
- Remove `@open-core/framework/shared` and `@open-core/framework/utils` from documented exports
- Update import example to use `/server` subpath
- Move reflect-metadata, tsyringe, and zod to peerDependencies
- Keep uuid as regular dependency
- Change "Website" link text to "Docs" in README header
- Simplify Server.init example to use 'CORE' mode without features config
- Remove Server.setAuthProvider from providers example
- Update RELEASE.md version from v0.4.0 to v0.3.3
- Add peer dependencies note to v0.3.3 release highlights
- Remove extra horizontal rules from release notes formatting
- Clarify GLOBAL_CONTAINER usage with client/server context comment
- Change GLOBAL_CONTAINER export
@Flussen Flussen merged commit 4393a90 into master Jan 24, 2026
1 check 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.

1 participant