File tree Expand file tree Collapse file tree 3 files changed +21
-8
lines changed
XEngine_Release/XEngine_Config Expand file tree Collapse file tree 3 files changed +21
-8
lines changed Original file line number Diff line number Diff line change 1+ XEngine_ProxyServer V1.9.0.1001
2+
3+ 增加:XENGINE版本处理和退出等待功能
4+ 更新:匹配XEngineV8.38版本
5+ 修改:从XEngine中移动SOCKS管理代码到会话模块中
6+ 修改:从XEngine中移动tunnel管理代码到会话模块中
7+ 修正:SOCKS连接完成后客户端客户端状态不正确的的问题
8+ 修正:tunnel保持连接数据处理不正确的问题
9+ 修正:tunnel数据未完成处理失败导致的问题
10+ 删除:多余的第三方库jsoncpp
11+
12+ added:xengine version process and getchar with error exit
13+ update:xengine V8.38 match
14+ modify:move socks to session module from xengine.
15+ modify:move tunnel to session module from xengine.
16+ fixed:socks connect complete client status is incorrect
17+ fixed:tunnel keep-live connect data process is incorrect
18+ fixed:is not complete data handle failed when tunnel proxy packet
19+ delete:json of third-part
20+ ======================================================================================
121XEngine_ProxyServer V1.8.0.1001
222
323增加:信息报告支持
Original file line number Diff line number Diff line change @@ -93,14 +93,6 @@ make FLAGS=CleanAll 清理编译
93933 . 提交代码
94944 . 新建 Pull Request
9595
96- ## 开发计划
97- 透传代理
98- 支持加密代理
99- 转发代理绑定解绑支持附加用户信息
100- 转发代理绑定支持拒绝
101- 支持UDP转发代理
102- 性能优化
103-
10496## 关注我们
10597如果你觉得这个软件对你有帮助,请你给我们一个START吧
10698
Original file line number Diff line number Diff line change 11{
22 "XVer" : [
3+ " 1.9.0.1001 Build20240910" ,
34 " 1.8.0.1001 Build20240522" ,
45 " 1.7.1.1001 Build20240305" ,
56 " 1.7.0.1001 Build20240104" ,
You can’t perform that action at this time.
0 commit comments