Friends functionality fixed / added to, /msg fixed to use correct "HypixelDataPlayer"#607
Merged
Swofty-Developments merged 11 commits intoSwofty-Developments:masterfrom Dec 30, 2025
Merged
Conversation
…n player or unknown
…riends, stores in redis, updated by velocity extension on join leave and server change
…update presence service to probably exist in main API and publish updates on a TTL
…nce tracking and improved strings in /friend list
Contributor
Author
|
Also current implementaion is slow at marking a player as online, I think there's something wrong with the way I mark it on the proxy |
Contributor
Author
|
Cross server /msg doesnt seem to work still will work on fix |
Owner
|
I think it might be nicer just to send it out to every service from the proxy, not caring about getting a response, and then we can have servicegeneric catch it if the type so needs, and we can have that as a toggle from the service loader |
24bbee8
into
Swofty-Developments:master
1 of 2 checks passed
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.
Also added presence tracking within the friend service. Its probably better to run this somewhere else outside the friend service as it requires the friend service to be running.
Also added hover to the friend list