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

Extended server methods #100

Merged
merged 11 commits into from
Dec 6, 2024
Merged

Extended server methods #100

merged 11 commits into from
Dec 6, 2024

Conversation

0xF6
Copy link
Member

@0xF6 0xF6 commented Dec 4, 2024

No description provided.

0xF6 added 6 commits December 4, 2024 05:03
…elRequest, and JoinToVoiceChannelRequest classes.
Introduce RealtimeServerMember record with Member and Status properties for real-time server member updates.
- Updated method signatures for CreateChannel, DeleteChannel, JoinToVoiceChannel
- Added GetChannels and GetMembers methods to retrieve server data
…n method

- Simplified UserInteraction constructor parameters
- Removed unnecessary avatar URL regeneration logic
- Added GetMembers method to IChannelGrain and IServerGrain interfaces
- Updated ChannelGrainState Users dictionary type to RealtimeChannelUser
@0xF6 0xF6 requested a review from urumo December 4, 2024 02:04
@0xF6 0xF6 self-assigned this Dec 4, 2024
0xF6 added 5 commits December 4, 2024 17:27
Added a custom formatter resolver and serializer for the Either type to enable MessagePack serialization. The Either struct was updated with JsonProperty attributes for result and error fields.
- Updated ArgonTransportOptions to use property initialization.
- Modified AuthInterceptor constructor to include ILogger for logging.
Refactored email sending message to exclude the actual verification code in the subject line.
- Removed TypeScript enum decorators from ChannelMemberState, AuthorizationError, LockdownReason, and RegistrationError enums.
- Updated the NONE value in AuthorizationError to be the first value.
Added a new MessagePack formatter and resolver to support serialization in OrleansExtension.
@urumo urumo merged commit 3708aa1 into master Dec 6, 2024
4 checks passed
@urumo urumo deleted the feature/extended-server-methods branch December 6, 2024 06:03
@argon-chat argon-chat locked and limited conversation to collaborators Dec 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants