Skip to content

Commit fead8c1

Browse files
committed
update:readme and CHANGELOG
1 parent 96a9dd9 commit fead8c1

4 files changed

Lines changed: 22 additions & 4 deletions

File tree

CHANGELOG

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
XEngine_Authorize V3.22.0.1001
2+
3+
ci:更新库依赖环境
4+
增加:mqtt协议和心跳支持
5+
优化:发送消息处理流程
6+
修改:http api函数不区分大小写
7+
修改:启动参数不区分大小写
8+
修改:加密通信类型
9+
修改:序列号生成服务器生成了
10+
11+
ci:update version depend
12+
added:mqtt protocol support and heart support
13+
update:depend library
14+
improved:send message process
15+
modify:does not case-sensitive for http api name
16+
modify:start parameter does not case-sensitive
17+
modify:crypt type modify xcrypt to api and improved app manamgent crypt code
18+
modify:Serial number generation is only available after the server has generated it
19+
================================================================
120
XEngine_Authorize V3.21.0.1001
221

322
增加:http 用户可以获取用户时间信息

README.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Our product is completely free and offers both free and paid technical support.
3030
Our feature list not only includes the following but also has many features in development.
3131
You can refer to this webpage to learn about the features we plan to support in the future: https://github.com/libxengine/XEngine_Authorize/issues
3232
feature list:
33-
1. support http.websocket protocols
33+
1. support http.websocket,MQTT protocols
3434
2. Support Encrypto communication
3535
3. Support User Management
3636
4. Support Serial Management

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ c c++network Authorize service
3030
我们的功能列表不仅包括下面的,还有很多待开发的功能正在计划中。
3131
你可以参考这个网页了解我们未来支持的功能列表:https://github.com/libxengine/XEngine_Authorize/issues
3232
软件特性:
33-
1. 支持TCP,WEBSOCKET协议
33+
1. 支持TCP,WEBSOCKET,MQTT协议
3434
2. 支持加密通信
3535
3. 支持用户管理
3636
4. 支持序列卡管理

XEngine_Source/XEngine_APPService/XEngine_AuthorizeService/Authorize_Net.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,7 @@ bool XEngine_Client_TaskSend(LPCXSTR lpszClientAddr, LPCXSTR lpszMsgBuffer, int
217217
else
218218
{
219219
int nSDSize = XENGINE_MEMORY_SIZE_MAX;
220-
RFCCOMPONENTS_HTTP_HDRPARAM st_HDRParam;
221-
memset(&st_HDRParam, '\0', sizeof(RFCCOMPONENTS_HTTP_HDRPARAM));
220+
RFCCOMPONENTS_HTTP_HDRPARAM st_HDRParam = {};
222221

223222
st_HDRParam.nHttpCode = 200;
224223
st_HDRParam.bIsClose = true;

0 commit comments

Comments
 (0)