This repository was archived by the owner on Nov 28, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
API rewrite #78
Merged
moehreag
merged 242 commits into
AxolotlClient:multiversion
from
moehreag:feat/api-rewrite
Dec 31, 2024
Merged
API rewrite #78
moehreag
merged 242 commits into
AxolotlClient:multiversion
from
moehreag:feat/api-rewrite
Dec 31, 2024
Conversation
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
- move credits data to common - introduce more common things - remove API packages from modrinth dependencies (they're shipped with the mod)
- still missing translation Keys - introduce very weird error that stops everything from working (why? don't know why it happens.) - no automatic build because it's of no use currently
- 1.19.3 only until now, will be ported lates when it actually works ( 😭 ) - workflow may wait until it works
Hide client options if mod menu is installed
- fix bug of showing the wrong player on outgoing friend requests
- start vague chat implementation (non-functional for now)
- add an experimental Chat Screen to 1.19.3 + 4 - clean up some code
- by Fireflasher21
...that may or may not work
includes a context menu system because it was needed i guess
and fix some number of bugs
apply license headers actually apply machete correctly
should allow action to run
- remove default keybind for RotationLock - Add mod icon to redirect.html - The link to the privacy policy is not yet present
- fix location fetching on hypixel - block more disallowed functions on MCCI
- fix a few bugs
- MojangAuth implicitly called close() - add a few missing translation keys
- specifically on the friends screen
tweak friends screen
- update lwjgl for 1.8.9 - rate limit the user requests to 2/s
thanks to WindVertex for finding this - tweak image sharing
- it'll still be broken, but less.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
fix API bugs (friends/online/blocked only showing yourself, ...)remove testing values from the code as soon as the backend is functional for these features1.19.41.20(.1)Replacement for #68, but now it's not a branch on upstream (but on our own fork instead)