0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. PocketMine-MP
  2. /
  3. src
  4. /
  5. network
  6. /
  7. query
GGitHubQueryHandler: 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 个月前