Skip to content

Commit b06f04b

Browse files
committed
update:readme and docment
1 parent ed12fff commit b06f04b

File tree

4 files changed

+26
-2
lines changed

4 files changed

+26
-2
lines changed

CHANGELOG

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
XEngine_ProxyServer V1.6.0.1001
2+
3+
增加:数据转发解绑协议支持
4+
增加:数据转发为会话模块插入现在有用户信息了
5+
更新:匹配XEngine到V8.15版本
6+
修改:数据转发枚举用户信息现在有更多信息
7+
修正:数据转发枚举用户列表没有释放内存的问题
8+
修正:数据转发用户登录的时候没有创建包管理器的问题
9+
修正:数据转发用户退出没有释放包资源的问题
10+
删除:数据转发没有用的协议处理代码
11+
12+
added:unbind protocol supported
13+
added:insert have user info for session module
14+
update:match xengine v8.15
15+
modify:Enumerating users now has more information
16+
fixed:does not free memory when enum user
17+
fixed:forward does not create packet when client login
18+
fixed:does not delete packet res when client close
19+
modify:does not close bind client when client close
20+
delete:unused protocol code
21+
======================================================================================
122
XEngine_ProxyServer V1.5.1.1001
223

324
更新:匹配XEngine到V8.x版本

README.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ this software support following features
2525
## install
2626

2727
#### XEngine Evn
28-
you must install XEngine,need V8.10 or above,install XEngine can be refer to xengine Readme docment
28+
you must install XEngine,need V8.15 or above,install XEngine can be refer to xengine Readme docment
2929
GITEE:https://gitee.com/xyry/libxengine
3030
GITHUB:https://github.com/libxengine/xengine
3131

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ c c++ Socks5 Proxy Service,HTTP Tunnel Proxy Service,tcp forward service
2525
## 安装教程
2626

2727
#### XEngine环境
28-
必须安装XEngine,版本需要V8.10或者以上版本,安装XEngine可以参考其Readme文档
28+
必须安装XEngine,版本需要V8.15或者以上版本,安装XEngine可以参考其Readme文档
2929
GITEE:https://gitee.com/xyry/libxengine
3030
GITHUB:https://github.com/libxengine/xengine
3131

@@ -89,6 +89,9 @@ make FLAGS=CleanAll 清理编译
8989
透传代理
9090
转发代理支持权限和确认
9191
支持加密代理
92+
转发代理绑定解绑支持附加用户信息
93+
转发代理绑定支持拒绝
94+
转发代理支持用户验证
9295

9396
## 关注我们
9497
如果你觉得这个软件对你有帮助,请你给我们一个START吧

XEngine_Docment/Docment_zh.docx

1.49 KB
Binary file not shown.

0 commit comments

Comments
 (0)