Skip to content

Releases: libxengine/XEngine_ProxyServer

XEngine_ProxyServer V1.6.0.1001

17 Aug 02:00
c64d7f3

Choose a tag to compare

增加:数据转发解绑协议支持
增加:数据转发为会话模块插入现在有用户信息了
更新:匹配XEngine到V8.15版本
修改:数据转发枚举用户信息现在有更多信息
修正:数据转发枚举用户列表没有释放内存的问题
修正:数据转发用户登录的时候没有创建包管理器的问题
修正:数据转发用户退出没有释放包资源的问题
删除:数据转发没有用的协议处理代码

added:unbind protocol supported
added:insert have user info for session module
update:match xengine v8.15
modify:Enumerating users now has more information
fixed:does not free memory when enum user
fixed:forward does not create packet when client login
fixed:does not delete packet res when client close
modify:does not close bind client when client close
delete: unused protocol code

XEngine_ProxyServer V1.5.1.1001

26 Apr 02:08
59352d3

Choose a tag to compare

更新:匹配XEngine到V8.x版本
更新:启动打印xengine版本类型了
修改:启动参数-v现在打印自身版本信息
删除:xengine版本判断代码

update: match xengine v8.x
update:start printf xengine ver type
modify:printf self version info for parament -v
delete:xengine version judgment code

XEngine_ProxyServer V1.5.0.1001

02 Feb 01:33
41c86a3

Choose a tag to compare

优化:优化服务器性能和线程个数
修改:tunnel和socks代理客户端使用了新的客户端函数
修正:客户端关闭没有释放资源
修正:关闭服务器崩溃

improved: server performance and thread number
modify: tunnel and socks proxy clients used to new client functions
fixed:client close does not free res
fixed:close server is crashed

XEngine_ProxyServer V1.4.0.1001

11 Nov 06:15
0ed60ff

Choose a tag to compare

更新:匹配XEngine 7.43版本
修改:使用新的方式来关闭客户端
修正:当客户端关闭某些时候回崩溃的问题

update:match xengine v7.43
modify:use the new way to close the client
fixed:crashed when client is closed

XEngine_ProxyServer V1.3.1.1001

04 Aug 06:30
194ba95

Choose a tag to compare

更新:匹配XEngine 7.38版本
修改:现在支持MACOS系统了
修改:linux和mac的构建名称
修正:日志句柄打印错误
修正:某些时候退出崩溃的问题

update:match xengine v7.38 version
modify:support macos now
modify:linux and mac build name
fixed:handle log printf is incorrent
fixed:sometime is crashed when program exit

XEngine_ProxyServer V1.3.0.1001

17 Jun 01:33
a5f165d

Choose a tag to compare

添加:会话转发模块
添加:协议转发模块
添加:转发处理框架代码
添加:转发配置字段
添加:转发线程数配置
修改:验证模块错误定义
修改:移动客户端接口到新的地方
修改:获取xengine版本的方法
优化:线程处理代码
修正:客户端离开后多次打印日志

added:forward of session module
added:forward of protocol module
added:forward process code of the framework
added:configure of forward field
added:thread number of the forward for configure
modify:error code for auth
modify:move client strtuct to new dir
modify:get xengine ver method
improved:thread process
fixed:mulit print client log of leave

XEngine_ProxyServer V1.2.0.1001

13 Apr 09:07
18b4488

Choose a tag to compare

添加:jsoncpp模块到项目
修改:VS2019到VS2022

added:jsoncpp module
modify:up vs2019 to vs2022

XEngine_ProxyServer V1.1.0.1001

31 Dec 05:43
a8f5b45

Choose a tag to compare

添加:用户验证模块
添加:SOCKS和TUNNEL支持用户基本验证
添加:日志文件路径设置
添加:验证文件列表
修改:配置文件socks修改为验证
优化:当发送消息给客户端的时候可以超时了
修复:没有子域名,域名无法解析的问题
修复:LINUX构建错误
修复:vscopy文件拷贝问题
删除:多余的协议定义

added:user authorize module
added:socks and tunnel user authorize
added:log set file address
added:version list information
modify:configure modify socks to auth
improved:can be timeout when send message to client
fixed:no have subdomain,The domain name cannot be resolved
fixed:build error on linux
fixed:vscopy file
delete:Redundant protocol definitions