Noel Németh
|
29c5d1d64b
|
Correct name
|
2022-06-12 14:32:15 +02:00 |
|
Noel Németh
|
74ceb81704
|
Add chat preview command
|
2022-06-12 14:30:30 +02:00 |
|
Noel Németh
|
24c3fbf4f3
|
Document SignatureValidator
|
2022-06-11 03:05:16 +02:00 |
|
Noel Németh
|
b0e0da0dd3
|
New line
|
2022-06-11 02:27:55 +02:00 |
|
Noel Németh
|
192b6de2a2
|
Cleanup
|
2022-06-11 00:21:11 +02:00 |
|
Noel Németh
|
533bb49eff
|
Chat handling done
|
2022-06-11 00:20:30 +02:00 |
|
Noel Németh
|
d0a7f4544b
|
Move preview listener into ChatMessageListener
|
2022-06-10 22:09:46 +02:00 |
|
Noel Németh
|
ab84bd63b3
|
Implement Component signature verification
|
2022-06-10 21:34:34 +02:00 |
|
Noel Németh
|
4ee6985969
|
Add signature to chat event
|
2022-06-10 21:33:43 +02:00 |
|
Noel Németh
|
11ba78aa81
|
Implement chat preview toggling and event
|
2022-06-10 20:31:44 +02:00 |
|
Noel Németh
|
960d5c80db
|
Update convenience methods
|
2022-06-10 20:22:33 +02:00 |
|
Noel Németh
|
6b489b5843
|
Signature forwarding works
|
2022-06-10 17:01:30 +02:00 |
|
Noel Németh
|
c4b5a2020d
|
Add convenience methods
|
2022-06-10 15:02:45 +02:00 |
|
Noel Németh
|
8424679c08
|
Distribute public keys
|
2022-06-10 13:13:51 +02:00 |
|
Noel Németh
|
cb5b9d4175
|
Simplify validator names
|
2022-06-10 13:00:01 +02:00 |
|
Noel Németh
|
d626eb014a
|
Inline expiration check
|
2022-06-10 12:57:22 +02:00 |
|
Noel Németh
|
a282c9f1ef
|
Implement PlayerPublicKey parsing and verification
|
2022-06-10 12:54:09 +02:00 |
|
TheMode
|
2d38bef6c0
|
Fix test compile
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-06-10 02:39:06 +02:00 |
|
TheMode
|
cb679b5493
|
use raw type id instead of ChatPosition
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-06-10 02:38:01 +02:00 |
|
Noel Németh
|
4440f39054
|
Fix PlayerChatMessagePacket
|
2022-06-10 02:33:22 +02:00 |
|
TheMode
|
d919facdef
|
Register temporary metadata for 1.19 entities
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-06-10 01:31:06 +02:00 |
|
TheMode
|
bf602b5067
|
Fix ClientChatPreviewPacket
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-06-10 01:25:13 +02:00 |
|
TheMode
|
9ebcfe63cb
|
Add ServerDataPacket
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-06-10 01:16:37 +02:00 |
|
TheMode
|
ede16bda1a
|
Add ClientChatPreviewPacket
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-06-10 00:59:30 +02:00 |
|
TheMode
|
3bef4f8b59
|
Listener for ClientCommandChatPacket
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-06-10 00:51:18 +02:00 |
|
TheMode
|
19871ecb7b
|
Copy chat registry from vanilla
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-06-10 00:46:56 +02:00 |
|
TheMode
|
2617257abe
|
Fix system message
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-06-09 23:00:49 +02:00 |
|
themode
|
4550b47f45
|
1.19
|
2022-06-09 22:15:28 +02:00 |
|
TheMode
|
ef20430e54
|
Use ofEntries for EntityType meta
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-06-09 21:41:28 +02:00 |
|
TheMode
|
8789a6c1f0
|
Add arrayCopy
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-06-09 21:35:18 +02:00 |
|
TheMode
|
20dcf91f4a
|
Do not write packet after disconnection
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-06-09 16:40:51 +02:00 |
|
themode
|
89244fa35a
|
Update gradle to 7.4.2
|
2022-06-08 12:34:15 +02:00 |
|
Noel Németh
|
b112248ae8
|
Fix by checking if the connection uses inet socket (#1152)
|
2022-06-05 14:53:28 +02:00 |
|
TheMode
|
2289cf32e1
|
Fix unnecessary allocation on ping
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-06-04 22:43:02 +02:00 |
|
Noel Németh
|
bcab1b199b
|
Limit chunk update packets (#1128)
|
2022-06-04 22:04:57 +02:00 |
|
TheMode
|
ff712575ad
|
Fix velocity packets being sent for flying players
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-06-04 20:38:31 +02:00 |
|
Dominik Strebinger
|
58b6e90142
|
Add PlayerInstanceEvent (#1135)
|
2022-05-29 20:42:45 +02:00 |
|
Zak Shearman
|
a01ff09563
|
Return null, don't throw NullPointerException (#1131)
|
2022-05-28 11:39:50 +02:00 |
|
Huynh Tien
|
a4f392d116
|
BungeeCordProxy: skip if the name is not textures or the value & signature does not exist (#1127)
|
2022-05-26 16:41:50 +02:00 |
|
Michael
|
7b8445d0e2
|
Add EditBookEvent (#1120)
|
2022-05-24 14:08:00 +10:00 |
|
TheMode
|
f5dc048185
|
Fix block nbt update
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-05-23 23:40:57 +02:00 |
|
Huynh Tien
|
025cdab7e6
|
A simple Completer for MinestomTerminal & Fix LineReader visual issue (#1091)
|
2022-05-23 21:59:34 +02:00 |
|
TheMode
|
8ce43ca40c
|
Test palette placement of high value
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-05-22 17:44:58 +02:00 |
|
TogAr2
|
3cd73310cd
|
Account for flying in velocity calculation (#1111)
|
2022-05-22 16:46:54 +02:00 |
|
TheMode
|
f80f653ee0
|
Fast exit for retrieveAll
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-05-19 12:39:27 +02:00 |
|
TheMode
|
d4875b2838
|
Slightly improve updateAll
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-05-18 16:37:25 +02:00 |
|
TheMode
|
188d316e15
|
More tests for array/pool
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-05-18 12:02:24 +02:00 |
|
TheMode
|
ace42b6f46
|
Make ObjectArray interface
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-05-18 08:54:55 +02:00 |
|
TheMode
|
367c389bc6
|
Additional collision style
Signed-off-by: TheMode <themode@outlook.fr>
|
2022-05-17 18:35:38 +02:00 |
|
TheMode
|
83ff0daff7
|
Collision cleanup (#1085)
|
2022-05-17 17:09:16 +02:00 |
|