52 Commits

Author SHA1 Message Date
Nanit
018d7b1e6f Returning max version if using ip forwarding 2022-01-26 18:47:31 +02:00
Nanit
2e69580271 Renamed PreEncodedPacket. Removed unused classes 2022-01-23 12:08:57 +02:00
MiGoYAm
e6bcee3e73 fix 2021-12-23 19:00:48 +01:00
MiGoYAm
d49a16ba35 Send PacketDeclareCommand only when limbo is connected to proxy 2021-12-23 13:15:14 +01:00
MiGoYAm
7e467615ee check if packet is null 2021-12-12 18:55:38 +01:00
MiGoYAm
0d377ae0e3 optimize imports 2021-12-11 18:01:10 +01:00
MiGoYAm
eea304767e Revert "Optimize imports and update to java 17"
This reverts commit 3dfa56e1c53e770891ef07dd24bdcbfb8334b71e.
2021-12-11 17:48:50 +01:00
MiGoYAm
63ebb4e4af Revert "Optimize imports and delete command declaration packet"
This reverts commit 6d2ff1a6b9300d6b84bac6c448ed0f23bc75afb0.
2021-12-11 17:48:48 +01:00
MiGoYAm
b88263305b Revert "hotfix"
This reverts commit f1341ddba6e24211240d01478dce179164005833.
2021-12-11 17:48:46 +01:00
MiGoYAm
4ac087e391 Revert "optimize"
This reverts commit 0dda88d649ee14095587696f1400d6bdabc18964.
2021-12-11 17:48:45 +01:00
MiGoYAm
f23ee893fa Revert "Revert "Added display of brand name under f3""
This reverts commit 974e243402e0838db98716c7efba9da85b07bcf9.
2021-12-11 17:48:40 +01:00
MiGoYAm
974e243402 Revert "Added display of brand name under f3"
This reverts commit 1d200dcfd9b885122e7ed9e161cd6615091ca760.

# Conflicts:
#	src/main/java/ru/nanit/limbo/protocol/registry/State.java
2021-12-11 16:55:09 +01:00
MiGoYAm
27ec7af95c add config section for brand name 2021-12-11 16:37:45 +01:00
MiGoYAm
0dda88d649 optimize 2021-12-11 15:04:20 +01:00
MiGoYAm
f1341ddba6 hotfix 2021-12-10 17:30:05 +01:00
MiGoYAm
6d2ff1a6b9 Optimize imports and delete command declaration packet 2021-12-10 17:28:04 +01:00
MiGoYAm
3dfa56e1c5 Optimize imports and update to java 17 2021-12-10 17:24:07 +01:00
MiGoYAm
1d200dcfd9 Added display of brand name under f3 2021-12-10 17:00:08 +01:00
Nanit
44c9aa28cd 1.18 beta support 2021-11-30 20:36:38 +02:00
Nanit
225a77a740 Changed version string 2021-11-13 11:51:21 +02:00
Nanit
207bf16b0c Added debug message 2021-11-13 11:50:39 +02:00
Nanit
14fd8f094c Added BungeeGuard support 2021-11-13 11:45:45 +02:00
Nanit
ebd6baf7b5 Ability to set infinite number of connections 2021-11-01 21:33:32 +02:00
Nanit
916b10e087 Fixed titles encoding 2021-10-31 19:13:30 +02:00
Nanit
790a1b414b Added join title 2021-10-31 18:48:13 +02:00
Nanit
b08eea13e0 Modified dimension registry and join packet 2021-10-30 22:53:34 +03:00
Nanit
1e4b4389d5 Fixed warning about unsipported version 2021-10-30 20:19:28 +03:00
Nanit
cc5f92086a Moved refs to encoder and decoder to connection to speed up access 2021-10-29 13:57:01 +03:00
Nanit
574261ef1e Checks for client version 2021-10-29 13:50:34 +03:00
Nanit
bcf8e0ebf2 Changed updateState method called only once to more suitable 2021-10-29 13:24:18 +03:00
Nanit
e191c8f90b Preparing for multiple versions support 2021-10-28 22:24:01 +03:00
Nanit
62fbc0e8f2 Changed packet signature to support different versions 2021-10-28 21:55:59 +03:00
Nanit
ff5b605ee3 Removed unused code 2021-10-28 21:13:10 +03:00
Nanit
511ce43ada Renamed method 2021-10-28 21:09:09 +03:00
Nanit
d170bcbee2 Code style 2021-10-28 21:08:14 +03:00
Nanit
1c6da4ee0a Encoding != Rendering. Renamed confusing class name 2021-10-28 21:05:56 +03:00
Nanit
e1ebf4f609 Declarimg some commands to support proxy tab complete 2020-12-04 21:17:47 +02:00
Nanit
d27f9c11a5 Moved pipeline package under connection 2020-11-29 15:56:17 +02:00
Nanit
7ba831d1a6 Some Netty optimizations 2020-11-29 15:00:17 +02:00
Nan1t
cc251c17e2 Added packet pre-encoding. Code style. 2020-11-28 18:49:18 +02:00
Nan1t
4fa4f50d8a Added gamemode switching in config. Sending player abilities packet to disable flying in spectator mode 2020-11-28 10:52:22 +02:00
Nanit
e42dca22ea Fixed legacy forwarding. Minor changes 2020-11-27 20:24:52 +02:00
Nanit
7953244f80 BungeeCord and Velocity info forwarding support 2020-11-27 20:11:43 +02:00
Nanit
cc7009caf1 Changed config format. Added serializers. Removed static fields from registry classes 2020-11-27 14:19:05 +02:00
Nanit
8da830503a Added spawn position and dimension in condifgration. Added color codes conversion. PlayerInfo packet 2020-11-27 00:08:42 +02:00
Nanit
e029336cf0 Decided to use one version. Compatibility with other can be achieved woth protocol hack on proxy side 2020-11-26 23:09:40 +02:00
Nanit
6350181dfc Added join message and bossbar 2020-11-26 21:31:41 +02:00
Nanit
7cb3846848 Added debug levels. Code style 2020-11-26 20:35:12 +02:00
Nanit
bc05228da3 Send keep alive frequently. Removed unused packets. Moved initialization in server class 2020-11-26 19:58:16 +02:00
Nanit
7eb6f75908 Chunk packet. Counting players and kicking if too many 2020-11-26 12:29:54 +02:00