kuroppoi/brainwine/develop merge 2026-03-21#90
Merged
Conversation
Known quirks: - v3 clients only support up to unique 20 hidden accessories (9 are currently in use, v2 maximum unknown) - Hiding exoskeletons does not work properly on v3. Fixed by relogging.
v2 only
How to use: 1. Set `enable_ssl` to `true` in `api.json` 2. Create a certificate keystore 3. Properly configure keystore settings in `api.json` 4. Make sure your client is set to use HTTPS NOTE: a valid SSL certificate is most likely required.
If a player who is visible on a follower/followee list changes their name before the viewing player could click their name, it would not be able to find the player by name, and the server would crash. This fix mitigates this by failing early on unknown name.
Make target teleporters only check for player-owned protector fields.
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.
This merge excludes the exoskeleton code. We will ignore Kuroppoi's version of exoskeletons for now since it seems compatible with our implementation except accessory and hidden accessory (and in Kuroppoi's version the hidden accessory system is stubbed anyways).
Other features they have implemented, such as the SSL support, and the bug fixes are handy though.