Skip to content

Commit 2fbdc2b

Browse files
committed
update:readme and docment
1 parent a5c24d4 commit 2fbdc2b

File tree

5 files changed

+30
-5
lines changed

5 files changed

+30
-5
lines changed

CHANGELOG

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
XEngine_Authorize V3.4.0.1001
2+
3+
添加:windows窗口特效类
4+
添加:为管理程序增加提示窗口
5+
添加:黑名单功能,支持IP和用户名,支持删除,插入,查询
6+
修改:token登录现在必须设置设备类型
7+
修改:数据库表名称
8+
修改:现在数据库初始化不在创建数据库了
9+
修正:修改用户取消功能不生效的问题
10+
11+
added:window effects class
12+
added:tips window for management program
13+
added:black list function
14+
modify:must set device type for token login
15+
modify:database table name
16+
modify:does not create table when sql init
17+
fixed:modify user info cancel does not work
18+
======================================================================================
119
XEngine_Authorize V3.3.0.1001
220

321
增加:自定义序列号导入和导出

README.en.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,12 @@ feature list:
4040
12. support http management api function,you can write web page to implement network authorize management interface by self
4141
13. support third user verification interface
4242
14. support distributed verification authorize function
43+
15. black list management
4344

4445
## install
4546

4647
#### XEngine Evn
47-
you must install XEngine,need V7.38 or above,install XEngine can be refer to xengine Readme docment
48+
you must install XEngine,need V7.46 or above,install XEngine can be refer to xengine Readme docment
4849
GITEE:https://gitee.com/xyry/libxengine
4950
GITHUB:https://github.com/libxengine/xengine
5051

@@ -76,11 +77,14 @@ make FLAGS=CleanAll Clear Complie
7677
## how to use
7778
#### server(management)
7879
Windows:complie complete,copy VSCopy_x86 or VSCopy_x64 to your complie dir,should copy depend module when execution complete,and copy XEngine_Release dir all file to complie dir
79-
Linux:it can be execution....
80+
Linux or macos:it can be execution....
8081

8182
#### client
8283
client can be refer XEngine_Apps,and can be refer the docment of protocol,The process should be:register->login->pay->timeout->end.
8384

85+
#### administrator
86+
The program released now comes with an administrator user, user name: admin password: 123123aa, you need to change the password yourself
87+
8488
## test server
8589
address:app.xyry.org
8690
port :tcp port 5300,websocket port 5301,http management port 5302,Transmission verification password: no encryption

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,12 @@ V2可以直接升级到V3版本,因为数据库并没有修改,直接替换程
4040
12. 支持HTTP管理接口,可以自己写前端实现网络验证管理界面
4141
13. 支持第三方用户验证接口
4242
14. 分布式验证授权功能支持
43+
15. 黑名单管理
4344

4445
## 安装教程
4546

4647
#### XEngine环境
47-
必须安装XEngine,版本需要V7.38或者以上版本,安装XEngine可以参考其Readme文档
48+
必须安装XEngine,版本需要V7.46或者以上版本,安装XEngine可以参考其Readme文档
4849
GITEE:https://gitee.com/xyry/libxengine
4950
GITHUB:https://github.com/libxengine/xengine
5051

@@ -76,11 +77,14 @@ make FLAGS=CleanAll 清理编译
7677
## 如何使用
7778
#### 服务端(管理端)
7879
Windows:编译成功后,拷贝VSCopy_x86或者VSCopy_x64 到你的编译目录,执行自动拷贝依赖的模块,然后把XEngine_Release下的文件全部拷贝到编译目录即可
79-
Linux:直接运行即可
80+
Linux or macos:直接运行即可
8081

8182
#### 客户端
8283
客户端可以参考XEngine_Apps的例子,也可以参考文档的通信协议自己集成到你的客户端,流程应该是:注册->登录->充值->等待超时->结束.
8384

85+
#### 管理员
86+
现在发布的程序自带管理员用户,用户名:admin 密码:123123aa,你需要自己修改密码.
87+
8488
## 测试服务器
8589
地址:app.xyry.org
8690
端口:tcp端口 5300,websocket端口 5301,http管理端 5302,传输验证密码:无加密
@@ -132,7 +136,6 @@ mysql支持
132136
支持用户和硬件绑定同时验证
133137
支持自定义序列号导入导出
134138
统计用户所有在线时间
135-
黑名单设置(IP,用户)
136139
账号封禁与处罚,时间永久
137140
持久层,redis,memcached等支持
138141
支持代理端(序列号分发,权限控制)

XEngine_Docment/Docment_en.docx

2.38 KB
Binary file not shown.

XEngine_Docment/Docment_zh.docx

2.64 KB
Binary file not shown.

0 commit comments

Comments
 (0)