Skip to content
This repository was archived by the owner on Dec 27, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# AltAuth

![AltAuth Logo](resources/logo-4x-centered.png "AltAuth Logo")

AltAuth is a solution to allow players with Mojang account, (untested) banned accounts and (untested) Multiplayer
disabled accounts to join online mode Minecraft servers depending on client and server support.
This works by redirecting the session server requests to a proxy specified by the server.
Expand All @@ -21,4 +23,4 @@ Banned and multiplayer disabled user support have not been tested yet and are th

## AltAuth Protocol and Proxy behaviour

![Sequence diagram describing protocol and principle](AltAuth.png "Sequence diagram describing protocol and principle")
![Sequence diagram describing protocol and principle](resources/AltAuth.png "Sequence diagram describing protocol and principle")
Binary file added common/src/logo-0.5x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added common/src/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
53 changes: 53 additions & 0 deletions common/src/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions fabric/src/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"fabricloader": "${loaderVersion}",
"minecraft": "${minecraftVersion}"
},
"icon": "logo.png",
"recommends": {
"modmenu": "*",
"cloth-config": "*"
Expand Down
File renamed without changes
Binary file added resources/logo-4x-centered.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/logo-4x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.