Skip to content

Releases: minekube/gate

v0.16.0

22 Feb 17:14
6c8ba60
Compare
Choose a tag to compare

Changelog

  • 6c8ba60 Provide disconnect message on invalid username (#64)

v0.15.2

03 Feb 11:57
26356c8
Compare
Choose a tag to compare

Changelog

v0.15.1

12 Jan 17:37
78b0486
Compare
Choose a tag to compare

Changelog

v0.15.0

23 Dec 18:43
Compare
Choose a tag to compare

Changelog

  • a3203b0 add ClientListingAllowed for 1.18
  • 6630571 fix buffer allocation for creating velocity forwarding data (fixes #48)
  • 0767fc5 fix change server transition (fixes #50)
  • af0e0b8 fix sending server brand (fixes #39)
  • d6e5bb5 increase vanilla maximum uncompressed packet size to 8MiB
  • 72509a3 introduce netutil package
  • d1b15b0 support 1.18
  • a3e5187 validate illegal chat characters; add some TODOs; add 1.18 protocol version
  • fd03908 validate player name received by ServerLogin packet

v0.14.1

05 Oct 21:40
Compare
Choose a tag to compare

Changelog

81f8288 fix multi arg tab complete suggestion (#46)

v0.14.0

24 Sep 08:13
Compare
Choose a tag to compare

Changelog

476fda7 (#38) Update extend example to use the 0.13.0 gate version
72e89d7 Merge pull request #34 from LaysDragon/fix/forge_handshake_token
f4d2739 Merge pull request #35 from LaysDragon/fix/ping_event_player_packet_marshal
a5f8ac6 Merge pull request #40 from xXNurioXx/extend-example-gate-version-bump
f2a3859 add docsy theme back again (#31)
bf19d52 fix #43, #42
c647b75 fix checking for config file not found error
da9b2dc fix incorrect escaped null char in forge token
98a9677 fix the incorrect player sample and uuid marshal of ping event response
ef41b11 support minecraft 1.17.1 (#45)

v0.13.0 - Minecraft 1.17 support +critical fixes

17 Jun 08:31
Compare
Choose a tag to compare

Changelog

7d53f1f Merge branch 'master' into test
3dfa755 Merge branch 'mc1-17' into dev
a8e7363 add Entries() to TabList
af1d6bb add SetDisplayName, SetGameMode & SetLatency to TabListEntry
282f02d add comments in example code
c5b9f8d fix decoding AvailableCommands packet
736e116 fix reset title for 1.18
86fbff2 fix timeout on gamemode change of tab list entry
070d21b log round shutdown times
e62e938 return more error details in decoder
79b1a5d stop Gate instance if proxy was stopped manually
90d1365 support minecraft 1.17

v0.12.1

11 Jun 10:03
Compare
Choose a tag to compare

Changelog

66216d3 fix forward chat & command

v0.12.0

10 Jun 12:51
Compare
Choose a tag to compare

Changelog

198e0b8 Merge branch 'master' into dev
072d933 Merge remote-tracking branch 'origin/dev' into dev
907eee0 add /glist command
8b290e8 add /server command suggestions
b83010e add AvailableCommands (WIP)
d66abaf add TabList interface to player
b25ac3d add tabList updateEntry
3d2a666 auth: support custom mojang api
593fafd clean sample bukkit.yml & spigot.yml
141cbe9 correct codec of AvailableCommands packet
53b78fa detect "connection reset by peer" as closed connection
f13c059 don't advertise BungeeCord plugin messaging if disabled on proxy
fa8cd02 export command.SuggestFunc
f03c484 fix encoding tooltip in TabCompleteResponse
5f70d85 forward unknown proxy command to server
2338cb6 forward unknown proxy command to server
28cb4a4 java: add TabList AddEntry, RemoveEntry (WIP)
f05a3ae remove a comment
585d20e remove build docker image workflow
2736003 remove unneeded SetDefaults
7329003 return correct nil
6e9095b support multiple names per protocol version
b116588 update /server command
11ee4fb update docsy
57f9e90 update example proxy
cc554a6 use brigodier command framework add tab completion (WIP)

v0.11.0

06 May 11:34
Compare
Choose a tag to compare

Changelog

3df0216 Merge pull request #26 from minekube/pr25
ade3ee4 add RequireBuiltinCommandPermissions config option to disable requiring builtin command permissions for testing
f4f3a62 add message to error
a93279c error if passed config file was not found
77d592f fix mutex unlock