Skip to content

Releases: libxengine/XEngine_ProxyServer

XEngine_ProxyServiceApp V1.10.0.1001

15 Nov 05:49
Compare
Choose a tag to compare

XEngine_ProxyServer V1.9.0.1001

10 Sep 06:24
5dd14e9
Compare
Choose a tag to compare

增加:XENGINE版本处理和退出等待功能
更新:匹配XEngineV8.38版本
修改:从XEngine中移动SOCKS管理代码到会话模块中
修改:从XEngine中移动tunnel管理代码到会话模块中
修正:SOCKS连接完成后客户端客户端状态不正确的的问题
修正:tunnel保持连接数据处理不正确的问题
修正:tunnel数据未完成处理失败导致的问题
删除:多余的第三方库jsoncpp

added:xengine version process and getchar with error exit
update:xengine V8.38 match
modify:move socks to session module from xengine.
modify:move tunnel to session module from xengine.
fixed:socks connect complete client status is incorrect
fixed:tunnel keep-live connect data process is incorrect
fixed:is not complete data handle failed when tunnel proxy packet
delete:json of third-part

XEngine_ProxyServer V1.8.0.1001

22 May 03:13
40cc3f9
Compare
Choose a tag to compare

增加:信息报告支持
修改:使用git的submodule替换了jsoncpp模块
修改:分离了版本列表配置从主配置中
修改:信号量现在有日志提示了
修正:日志配置没有效果的问题

added:info report supported
modify:jsoncpp use sub module instead
modify:detach version list from main configure file
modify:single have log tips
fixed:log configure is not work

XEngine_ProxyServer V1.7.1.1001

05 Mar 06:31
a838c19
Compare
Choose a tag to compare

更新:匹配XEngine V8.25
删除:授权验证功能

update:match xengine v8.25
delete:authorize supported

XEngine_ProxyServer V1.7.0.1001

04 Jan 06:27
8ce38f2
Compare
Choose a tag to compare

增加:转发协议支持用户验证了
修改:用户验证从本地用户验证修改为http用户验证
修改:http转发包协议现在有code和msg字段了
修改:ModuleSession_Forward_Get是否登录处理
修改:转发列表和绑定协议错误处理方法
修改:转发协议请求必须登录了
修正:套接字验证类型不正确
删除:SOCKS和TUNNEL代理启动参数支持
删除:解绑协议支持,因为不会被使用到

added:forward user verifacation supported
modify:user verifacation modify to http pass from local user
modify:http forward packet protocol have code and msg field
modify:ModuleSession_Forward_Get supported addr whether login
modify:forward list and bind protocol error process way
modify:forward must be login now
fixed:socks ver type is incorrent
delete:socks and tunnel start parament supported
delete:unbind protocol,because that does not work

XEngine_ProxyServer V1.6.0.1001

17 Aug 02:00
c64d7f3
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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