Skip to content

Releases: libxengine/XEngine_ProxyServer

XEngine_ProxyServiceApp V1.15.0.1001

20 Oct 06:16
0d70801

Choose a tag to compare

XEngine_ProxyServiceApp V1.14.0.1001

28 Aug 02:40
4321a5b

Choose a tag to compare

XEngine_ProxyServiceApp V1.13.0.1001

19 May 06:44
a1e6a8f

Choose a tag to compare

XEngine_ProxyServiceApp V1.12.0.1001

25 Mar 08:19
5e619f6

Choose a tag to compare

XEngine_ProxyServiceApp V1.11.0.1001

21 Jan 06:46
6629614

Choose a tag to compare

XEngine_ProxyServiceApp V1.10.0.1001

15 Nov 05:49

Choose a tag to compare

XEngine_ProxyServer V1.9.0.1001

10 Sep 06:24
5dd14e9

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

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

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

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