Feat: Messenger & Friends & Relationships & Blocking#8
Merged
Diddyy merged 8 commits intonitrodevco:devfrom Feb 10, 2026
Merged
Feat: Messenger & Friends & Relationships & Blocking#8Diddyy merged 8 commits intonitrodevco:devfrom
Diddyy merged 8 commits intonitrodevco:devfrom
Conversation
MessengerGrain: - Add ILogger, replace 10 bare catch blocks with logged exceptions - Replace .Ignore() with LogAndForget helper (logs on failure) - Parallel online status checks on activation, search, and accept - Timer-based delivered flag batching (RegisterGrainTimer + flush on deactivate) - Batch RemoveFriendsAsync into single DB query and single composer call - Hoist mySummary before AcceptFriendRequestsAsync loop - Tracked delete for atomic request removal + friendship creation - Bound session message history per conversation - Remove hardcoded limits: searchLimit, pageSize, maxIgnoreCapacity now passed from handlers via IConfiguration Handlers: - Add missing PlayerId guard clause to GetHeightMapMessageHandler - Add IConfiguration to HabboSearchMessageHandler, GetMessengerHistoryMessageHandler, IgnoreUserMessageHandler for configurable limits - Delete duplicate no-op GetCreditsInfoMessageHandler Primitives: - Remove unused MESSENGER_STATE constant from OrleansStateNames - Add searchLimit, pageSize, maxIgnoreCapacity params to IMessengerGrain Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Collaborator
|
Done a review, fixed a few things. LGTM now. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Everything related to friendship & messenger & Relationship & Blocking implemented here with migrations.