Commit Graph

240 Commits

Author SHA1 Message Date
2f003c5c16 fix error handling error 2024-06-16 17:16:12 +08:00
7d54712770 full cookie support 2024-06-16 16:58:47 +08:00
5f5db75a34 replace latency packet id name usage 2024-06-16 16:41:53 +08:00
73717c3e62 fix dimension registry handling 2024-06-16 02:29:25 +08:00
bbb19c38b7 optimize registry insertion 2024-06-16 02:22:10 +08:00
19945a6d0b Add registry receiving function 2024-06-16 02:12:56 +08:00
40b32dfdd7 add support for EnableFeature and CustomReportDetails 2024-06-16 00:42:16 +08:00
ee23172e0a upgrade bot configuration protocol 2024-06-16 00:40:13 +08:00
fff914a786 update packetid to 1.21
fix compile issue
2024-06-15 18:17:13 +08:00
d63cc1de3f implementing storing chest data into Manager.Screens in bot/screen (#279) 2024-05-01 20:01:02 +08:00
b893f721bd Fix disconnect message decoding error 2024-04-27 23:00:55 +08:00
79c8b35389 Update Text Component defination 2024-04-27 22:09:56 +08:00
aa1891a002 Merge branch 'v1.20.2' 2024-04-27 20:55:30 +08:00
54ffcb2bad add configuration support for /server packet 2024-04-27 20:53:06 +08:00
eca78280cc 1.20.4 update 2024-04-27 17:15:48 +08:00
032acf0d21 Handle ping in bot/basic 2024-04-25 19:15:41 +08:00
3761fdbefe add more configuration supports 2023-11-19 02:55:30 +08:00
326761e3e8 fix bot/basic LoginPacket error 2023-11-19 02:34:48 +08:00
2c2f1547be Let configuration has it's own Err type 2023-11-19 02:34:30 +08:00
006f958f43 configuration protocol support draft 2023-11-19 02:11:15 +08:00
44d33f6e51 fix nil queue problem from #262 2023-08-19 05:05:12 +08:00
24424e93b8 update protocol version for bot 2023-08-19 04:57:33 +08:00
f8aaf85c2a handle bundle 2023-08-19 04:57:33 +08:00
a2cae2b77b add packet buffer pool for connection 2023-08-19 04:57:32 +08:00
af0da5bf01 update others 2023-08-19 04:56:03 +08:00
d3f53beec7 Add option for queue (#262) 2023-08-19 11:07:45 +08:00
940df0a968 KeepAlive enhancement.
If the server doesn't send keepalive for 20 seconds, generate an error.
fix #251, close #255
2023-06-25 22:08:13 +08:00
d0ef493639 fix #254 2023-06-25 21:39:16 +08:00
2856c90170 Update Teleported event 2023-04-20 23:51:18 +08:00
7bef059b44 Fix nbt bugs that cannot handle tagNames contains commas 2023-04-16 20:42:28 +08:00
9aad4d2201 Update bot and server ProtocolVersion 2023-04-05 01:55:48 +08:00
925b1359fc Use packet queue for bot framework.
Providing concurrently-safing for sending packets.
2023-04-01 10:02:28 +08:00
18ba5e6a30 proxy using support. close #231 2023-02-15 19:32:59 +08:00
db3081881d playerlist handling remove packet 2023-02-12 01:00:59 +08:00
e7984776c8 update comments 2023-02-12 00:57:17 +08:00
cb00499efe update encryption response packet for 1.19.3 2023-01-26 22:42:37 +08:00
4e23ad63a2 support multi handler for same packetID and handler priority. 2023-01-06 20:01:05 +08:00
e12b2f368d move SystemChat event from bot/basic to bot/msg 2023-01-01 22:12:03 +08:00
88356fd576 Support disguised chat 2023-01-01 18:50:39 +08:00
bb98d90db3 Support chat validation 2023-01-01 18:43:21 +08:00
fa83b762bf Add chat session 2023-01-01 13:17:07 +08:00
77857a1a85 Add playerinfo recorder for chat message 2022-12-30 01:11:39 +08:00
d39f4d398e fix bot/basic UpdateHealth event 2022-12-13 00:46:49 +08:00
55d12fc76f fix bot/msg (offline-only support) 2022-12-11 22:00:32 +08:00
2ec7d98e6d update bot for 1.19.3 2022-12-09 23:27:03 +08:00
4068ebe6dd Fix login for 1.19.3 2022-12-09 00:19:34 +08:00
6be038072b Allow maxsupermanhd to disable public key sending or to instruct the KeyPair to be used which he got from external. close #227 2022-12-08 01:00:38 +08:00
e95259e2e6 support offline-mode chat message sending 2022-12-07 23:43:54 +08:00
cf9accd5e4 fix key pair checking bug 2022-12-07 00:36:00 +08:00
ea76e5a713 pk.Option improvement 2022-12-06 11:52:34 +08:00