Commit Graph

861 Commits

Author SHA1 Message Date
db3081881d playerlist handling remove packet 2023-02-12 01:00:59 +08:00
e7984776c8 update comments 2023-02-12 00:57:17 +08:00
807e94e360 update comments 2023-02-05 20:10:56 +08:00
9a64bcfac7 fix blockCount bug 2023-02-04 00:44:12 +08:00
cb00499efe update encryption response packet for 1.19.3 2023-01-26 22:42:37 +08:00
2f88446ebc brake changes: support dynamic protocols number in ping list handler. 2023-01-07 12:05:42 +08:00
4e23ad63a2 support multi handler for same packetID and handler priority. 2023-01-06 20:01:05 +08:00
36bec6e63d fix bitsPerBlock calculation bug in NewXXXXPaletteContainerWithData 2023-01-02 22:44:45 +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
6fba193255 Adjust blockentities.go.tmpl 2022-12-19 21:08:15 +08:00
ebba0a6a63 Adjust blockentities.go.tmpl 2022-12-19 00:57:50 +08:00
c1a6528a05 Add BlockEntity support 2022-12-18 18:28:08 +08:00
27b1347e74 add SpawnAngle 2022-12-17 14:31:29 +08:00
0e97a958dc fix clientbound packets for 1.19.3 2022-12-14 00:38:12 +08:00
d39f4d398e fix bot/basic UpdateHealth event 2022-12-13 00:46:49 +08:00
8445fb63cd fix server login for 1.19.3 2022-12-12 23:48:26 +08:00
ecc06204c1 update README.md 2022-12-12 19:12:12 +08:00
7bece3bca9 BitSet improvement 2022-12-12 09:13:02 +08:00
86c7c954ec move queue impl, make queue push panic on closed 2022-12-11 22:00:32 +08:00
06260e2b00 fix typo 2022-12-11 22:00:32 +08:00
55d12fc76f fix bot/msg (offline-only support) 2022-12-11 22:00:32 +08:00
fceaa33dc4 fix typo 2022-12-10 10:14:11 +08:00
47f4fad152 remove chat sending to fix daze example 2022-12-10 01:39:14 +08:00
bb35ed21c8 update level/block, fix block states 2022-12-10 01:09:51 +08:00
2ec7d98e6d update bot for 1.19.3 2022-12-09 23:27:03 +08:00
19a76a302c update level/block 2022-12-09 23:26:57 +08:00
0b7a5024aa update data/packetid 2022-12-09 22:57:15 +08:00
75f09e77d9 move PacketQueue 2022-12-09 22:57:15 +08:00
4068ebe6dd Fix login for 1.19.3 2022-12-09 00:19:34 +08:00
b1cab7ed29 update data/lang 2022-12-08 15:57:18 +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
9e33febe3f Squashed commit of the following:
commit 1f029f560d96e4c273fbbc6e85cde23956967521
Author: Tnze <cjd001113@outlook.com>
Date:   Wed Dec 7 11:42:39 2022 +0800

    Adjust struct field name

commit 3216cc964c87880cfe3d76492a6ad399cb5660e8
Author: patyhank <mlpmmy@gmail.com>
Date:   Wed Dec 7 11:25:28 2022 +0800

    Change PublicKeySignature to V2

commit 3308bd67b29f7734344d83503d41960934f84086
Author: patyhank <mlpmmy@gmail.com>
Date:   Wed Dec 7 11:19:20 2022 +0800

    Change PublicKeySignature to V2
2022-12-07 11:52:47 +08:00
cf9accd5e4 fix key pair checking bug 2022-12-07 00:36:00 +08:00
941fa0297c Merge branch 'master' of https://github.com/Tnze/go-mc 2022-12-06 22:39:45 +08:00
adfeb4c0cf fix KeepAlive pushPlayer method receiver 2022-12-06 22:39:27 +08:00
595891b901 Add docs for Option and Opt 2022-12-06 13:23:57 +08:00
ea76e5a713 pk.Option improvement 2022-12-06 11:52:34 +08:00
55bf5eddbb Add pk.Option API 2022-12-06 02:14:38 +08:00
516b3c2a8b upgrade to 1.19 to support atomic.Bool 2022-12-05 13:58:08 +08:00
b56943122e add channel impl PacketQueue 2022-12-05 13:31:42 +08:00
018d8e543a Merge pull request #225 from maxsupermanhd/master
Define errors
2022-12-04 17:12:44 +08:00
518e7c1b38 Merge branch 'chat' 2022-12-04 16:18:41 +08:00
ff94c600df fix player chat fort error 2022-12-04 16:08:52 +08:00
ef9e2a117d fix LoginFailErr handling error 2022-12-04 13:29:04 +08:00
089d12e36b fix LoginFailErr handling error 2022-12-04 13:27:46 +08:00