forked from MCXboxBroadcast/Broadcaster
-
Notifications
You must be signed in to change notification settings - Fork 0
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
update Upstream #1
Open
Jens-Co
wants to merge
220
commits into
PublicGeyserConnect:master
Choose a base branch
from
MCXboxBroadcast:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
* Build with gradle Signed-off-by: Joshua Castle <[email protected]> * build/pr with github actions Signed-off-by: Joshua Castle <[email protected]> * Rem .jar from gitignore to include gradle wrapper Signed-off-by: Joshua Castle <[email protected]> * Move tag logic to end of release.yml Signed-off-by: Joshua Castle <[email protected]> * handle no tag Signed-off-by: Joshua Castle <[email protected]> * Better fix for tags Signed-off-by: Joshua Castle <[email protected]> --------- Signed-off-by: Joshua Castle <[email protected]>
* Add files via upload * Add files via upload * Update bootstrap/geyser/src/main/java/com/rtm516/mcxboxbroadcast/bootstrap/geyser/MCXboxBroadcastExtension.java Co-authored-by: rtm516 <[email protected]> * Add files via upload * Add files via upload * Add files via upload * Changes that were requested * Update bootstrap/geyser/src/main/java/com/rtm516/mcxboxbroadcast/bootstrap/geyser/MCXboxBroadcastExtension.java Co-authored-by: rtm516 <[email protected]> * Cleanup code and add more user feedback * Fix PlatformType --------- Co-authored-by: rtm516 <[email protected]> Co-authored-by: rtm516 <[email protected]>
Minecraft forces 30 member max sessions so this restarts the session if we hit 28 players+
This allows support for gzip encoding and therefore closes #45
* Added config option "suppress-session-update-info" to suppress a log message that would sometimes get spamy * Made suppression option log to debug intead * Apply to change to config explanation text Co-authored-by: rtm516 <[email protected]> --------- Co-authored-by: Dingsel <[email protected]> Co-authored-by: rtm516 <[email protected]>
…er can't be friended because of restrictions (#144) * Add slack webhook notifications for when a session expires and for a when we can't add a friend due to restrictions * Update webhook to handle newlines as expected
Co-authored-by: QuickGlare <[email protected]>
Turns out the client can use numbers bigger than long can store so use BigInteger
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.
No description provided.