diff --git a/CHANGELOG b/CHANGELOG index 292e856..4519d72 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,19 @@ +XEngine_Authorize V3.3.0.1001 + +增加:自定义序列号导入和导出 +增加:功能开关支持(注册,登录,删除,充值,获取时间,找回密码) +修改:支持TCP,WEBSOCEKT,HTTP功能开关 +修改:客户端和序列号查询支持设置起始和结束位置 +更新:匹配XEngine V7.42 +删除:不需要的HTTPGET负载参数 + +added:custom serial number export and import +added:functions switch support(register,login,delete,pay,get time,get pass) +modify:support tcp and websocket and http function switch +modify:client and serial query supported set start and end pos +update:match xengine v7.42 +delete:not need parament for http get +====================================================================================== XEngine_Authorize V3.2.0.1001 增加:为管理程序增加用户注册功能 diff --git a/README.en.md b/README.en.md index 90dd59b..a295b2f 100644 --- a/README.en.md +++ b/README.en.md @@ -82,6 +82,7 @@ port :tcp port 5300,websocket port 5301,http management port 5302,Transmission v ![输入图片说明](https://www.xyry.org/XEngine_StructPic/authorize/2.png "在这里输入图片标题") ![输入图片说明](https://www.xyry.org/XEngine_StructPic/authorize/3.png "在这里输入图片标题") ![输入图片说明](https://www.xyry.org/XEngine_StructPic/authorize/4.png "在这里输入图片标题") +![输入图片说明](https://www.xyry.org/XEngine_StructPic/authorize/5.png "在这里输入图片标题") ## Participate in contribution diff --git a/README.md b/README.md index b6c547f..07a4e78 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,7 @@ make FLAGS=CleanAll 清理编译 ![输入图片说明](https://www.xyry.org/XEngine_StructPic/authorize/2.png "在这里输入图片标题") ![输入图片说明](https://www.xyry.org/XEngine_StructPic/authorize/3.png "在这里输入图片标题") ![输入图片说明](https://www.xyry.org/XEngine_StructPic/authorize/4.png "在这里输入图片标题") +![输入图片说明](https://www.xyry.org/XEngine_StructPic/authorize/5.png "在这里输入图片标题") ## 参与贡献 @@ -106,8 +107,8 @@ V3版本为全新版本,为了适应过多环境要求开发 如果你有问题,可以在issues中提交 ## 开发计划 -功能启用关闭(注册,登录,等) mfc转qt界面库(我们需要会Qt的人员加入一起开发) +消息公告 支持多端登录 多端登录合并用时 生成会话TOKEN分布式鉴权 diff --git a/XEngine_Docment/Docment_en.docx b/XEngine_Docment/Docment_en.docx index 8b7ff40..aafb222 100644 Binary files a/XEngine_Docment/Docment_en.docx and b/XEngine_Docment/Docment_en.docx differ diff --git a/XEngine_Docment/Docment_zh.docx b/XEngine_Docment/Docment_zh.docx index acb9b9a..9a75ba5 100644 Binary files a/XEngine_Docment/Docment_zh.docx and b/XEngine_Docment/Docment_zh.docx differ