Skip to content

Releases: libxengine/XEngine_MQService

XEngine_MQService V2.1 Released

19 Nov 01:56
fb95795

Choose a tag to compare

增加:linux下守护进程运行
增加:用户验证文件
增加:现在支持用户验证了,可以本地或者HTTP代理验证
增加:协议库增加公用解析函数
修改:允许DDS服务错误启动
修改:SessionModule_Client_Get 添加了是否验证参数
修改:使用了新的websocket函数库
修改:协议库解析函数支持解析验证协议了
修改:现在HTTP和WEBSOCKET使用TCP的解析函数了
修改:会话模块增加了网络类型字段
更新:http配置文件和程序配置文件
删除:多余的HTTP处理文件代码
修正:在XEngine V7.23版本上面编译失败的问题

added:deamon running in linux
added:userlist file
added:support authorize for user,can be local and http pass
added:Common packet function
modify:Allow DDS service to start with incorrectly
modify:SessionModule_Client_Get added Authorize parament
modify:use new websocket functions
modify:protocol module parse function support parse authorize
modify:now http and websocket use to tcp parse function
modify:session module added net type field
update:types and configure
delete:more code for http
fixed:build error on xengine V7.23

XEngine_MQService V2.0 Released

30 Sep 01:26
e8bb580

Choose a tag to compare

增加:现在程序支持DDS协议处理了
增加:dds协议解析和打包模块
修改:现在支持关闭某些服务了
修改:广播端口区分发送和接收
删除:dds 配置并将 Broadport 配置移动到主要字段

added:dds protocol processing code
added:dds protocol packet and parse for protocol module
modify:now support close to some service
modify:Broadcast port distinguishes sent and received
delete:dds configure and move broadport configure to mainly field

XEngine_MQService V1.5 Released

20 Aug 02:23
af83ced

Choose a tag to compare

修正:linux系统编译错误
修正:TCP订阅错误
修改:SessionModule_Client_ADDSerial到SessionModule_Client_ADDDelSerial,支持自动添加和删除
修改:现在TCP协议必须回复了
修改:解析函数数据使用二级指针了
增加:HTTP增加byversio字段
增加:tcp和websocket支持序列包信息获取和设置获取模式
增加:http支持序列包信息获取
增加:TCP支持JSON负载解析回复
增加:支持设置消息读取顺序和序列号

Fixed:linux build error
Fixed:TCP Subscribe data error
Modify:SessionModule_Client_ADDSerial to SessionModule_Client_ADDDelSerial support auto add and del
Modify:must reply with tcp stream
Modify:Parse function data using pointers to pointers
Added:HTTP Parse byVersion Field
Added:tcp and websocket support serial and number Requests
Added:http support get packet information
Added:tcp can be reply json
Added:set message queue read order for session module

XEngine_MQService V1.4.0.1001 Released

06 Aug 01:35
a2983ea

Choose a tag to compare

Support:XEngine Version 7.18
Added:Http And Websocket client test code
Fixed:websocket and http subcribe do not work
Fixed:Incorrect network type for notification message
Improved:get message packet speed

支持:XEngine V7.18版本
添加:HTTP和WEBSOCKET客户端测试代码
修正:websocket和http订阅模式没有作用的问题
修正:通知消息网络类型不正确的问题
优化:获取消息包速度

XEngine_MQService V1.3 Released

23 Jul 02:05
613d2df

Choose a tag to compare

增加:WEBSOCKET协议支持
修正:LINUX编译问题
修正:其他BUG

added:websocket protocol support
fix:linux complie
fix:other bug

XEngine_MQService V1.2 Released

16 Jul 02:48
b3f734f

Choose a tag to compare

增加:支持HTTP协议
增加:TCP订阅模式支持
修正:编译构建错误

added:http protocol supported
added:tcp subscribe modle supported
fixed:build error