MuchoCore v1.0.1
MuchoCore is a Geometry Dash Private Server backend focused on compatibility, simplicity and easy deployment.
Security fixes
Improved Cloud Save account authentication.
Cloud Save backup now verifies the account credentials before saving.
Cloud Save sync now verifies the account credentials before returning data.
Requests using mismatched account credentials are rejected.
Added regression tests for Cloud Save authentication.
Database fixes
Fixed account role saving in the admin panel.
The canonical role system now uses roles.id and accounts.role_id.
Fixed player and Mucho Profile role loading.
Fixed user and comment queries still using the old role column.
Added database migration 20260920_002_role_schema.php.
Legacy roles are normalized into the new role system.
Legacy helper role is mapped to moderator.
Admin Panel
Fixed account role editing.
Fixed role display for players.
Fixed role display in Mucho Profiles.
Continued using CSRF protection, permissions and audit logging.
Project structure
The project structure was documented in a beginner-friendly way.