Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
PocketMine-MP
/
src
/
network
/
query
下载当前目录
G
GitHub
QueryHandler: fixed signedness inconsistency when comparing access token (
#7003
)
5f9e4467
创建于
1月28日
历史提交
文件
最后提交记录
最后更新时间
DedicatedQueryNetworkInterface.php
Fixed PHP-CS-Fixer not import global constants. (#5449)
3 年前
QueryHandler.php
QueryHandler: fixed signedness inconsistency when comparing access token (#7003) Looks like #6799 incorrectly changed this to unsigned. Not sure if this should be read as signed, but it was read as signed before ext-encoding implicitly. The only real requirement is that the internal token and provided token must be parsed as the same type.
3 个月前
QueryInfo.php
First pass ext-encoding support (high-level network I/O and read-only data) (#6799) This implements ext-encoding only in high-level network I/O (only BedrockProtocol and stuff implemented in PM) and read-only data. This should net a significant performance advantage while being low-risk in the case of critical issues with the extension. Any problems affecting protocol won't do permanent damage while being fairly easy to debug. Next passes will integrate ext-encoding versions of RakLib, RakLibIpc and NBT, as well as generally using ext-encoding for writeable data.
7 个月前