gate icon indicating copy to clipboard operation
gate copied to clipboard

High-Performance, Low-Memory, Lightweight, Extensible Minecraft Reverse Proxy with Excellent Multi-Protocol Version Support - Velocity/Bungee Replacement - Ready for dev and large deploy!

Results 70 gate issues
Sort by recently updated
recently updated
newest added

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.4 to 5.4.8. Release notes Sourced from vite's releases. [email protected] Please refer to CHANGELOG.md for details. [email protected] Please refer to CHANGELOG.md for details. [email protected] Please refer to...

dependencies
javascript

Bumps [rollup](https://github.com/rollup/rollup) from 4.6.0 to 4.22.4. Release notes Sourced from rollup's releases. v4.22.4 4.22.4 2024-09-21 Bug Fixes Fix a vulnerability in generated code that affects IIFE, UMD and CJS bundles...

dependencies
javascript

Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8. Release notes Sourced from micromatch's releases. 4.0.8 Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you...

dependencies
javascript

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies
javascript

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | org.jetbrains.kotlin.jvm | `1.9.25` -> `2.2.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin/2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin/2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

When using a legacy client, chat messages starting with a slash (e.g. `/glist`) are interpreted as commands. However the reverse proxy doesn't strip the leading `/` causing the command parser...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golang.org/x/exp | require | digest | `2d47ceb` -> `b7579e2` | --- > [!WARNING]...

Add strategies to lite mode. Draft because of four reasons: - [x] Add docs. - [x] Least-connection counter does not remove counts, when a player leaves. - [ ] Least-connection...

You can not unregister a server. If you change the config file and remove a server, it won't be unregistered. With that bug, you can not use the same server...

1.7.x clients are unable to connect using gate - `Cannot write byte array longer than 127 (got 162 bytes)` It looks like the issue starts at [`l.conn.WritePacket(request)` in `session_client_initial_login.go`](https://github.com/minekube/gate/blob/master/pkg/edition/java/proxy/session_client_initial_login.go#L172C1-L172C38) but...