Skip to content

Commit e6fd66c

Browse files
committed
update:read me and document
1 parent 3bfd003 commit e6fd66c

File tree

5 files changed

+40
-10
lines changed

5 files changed

+40
-10
lines changed

CHANGELOG

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
XEngine_Authorize V3.19.0.1001
2+
3+
added:more system support
4+
added:storage log support and use to user pay
5+
added:set color for key log
6+
added:hardware code bind with login and register
7+
added:hardware bind switch app support
8+
added:serial expired time support
9+
added:http basic and digest support
10+
update:depend library
11+
update:match xengine last version
12+
improved:parameter command
13+
modify:adjust windows app list size
14+
modify:depend library directory name
15+
modify:start parameter are not case sensitive
16+
fixed:sometime configure read memory leak
17+
18+
增加:更新系统支持
19+
增加:强日志支持并且设置用户支付日志为强日志
20+
增加:设置关键日志输出颜色
21+
增加:支持登录注册硬件绑定
22+
增加:支持管理程序修改绑定登录注册
23+
增加:序列号过期支持
24+
增加:http接口基本和摘要验证
25+
更新:依赖库
26+
更新:匹配最新xengine版本
27+
优化:参数命令
28+
修改:调整管理程序窗口列表大小
29+
修改:依赖库目录名
30+
修改:启动参数不在区分大小写
31+
修正:某些时候配置读取内存溢出
32+
================================================================
133
XEngine_Authorize V3.18.0.1001
234

335
added:more system release support

README.en.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ feature list:
4949
17. announecement management
5050
18. support dynamic verifaction code
5151
19. support mulit login and merge time
52+
20. user bind hardware code
5253

5354
## install
5455

@@ -74,12 +75,10 @@ Just Run it,use XEngine_AuthorizeService
7475
XEngine_AuthorizeApp is pc management tools
7576

7677
#### Linux
77-
use makefile compile,UBUNTU22.04 or above
78-
Run it on the terminal,use XEngine_AuthorizeService
78+
use makefile compile,Run it on the terminal,use XEngine_AuthorizeService
7979

8080
#### Macos
81-
use makefile compile,mac 13 and above
82-
Run it on the terminal,use XEngine_AuthorizeService
81+
use makefile compile,Run it on the terminal,use XEngine_AuthorizeService
8382

8483
##### compile command
8584
execute command in XEngine_Source path
@@ -132,7 +131,7 @@ The V3 version is a new version, developed to meet the requirements of many envi
132131
## update guide
133132
Database update Use Navicat and other database software to open the judgment table and the different fields for modification
134133
After modification, directly copy the database to the new version to overwrite, and modify your configuration file
135-
3.11->3.12 A new time field has been added to the user table, please refer to the SQL file
134+
new db field for serial table by V3.19
136135

137136
## Follow us
138137
If you think this software is helpful to you, please give us a START

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ c c++network Authorize service
4949
17. 支持公告管理
5050
18. 支持动态验证码登录
5151
19. 支持多端登录和合并用时
52+
20. 用户绑定硬件码登录
5253

5354
## 架构预览
5455
XEngine_Authorize
@@ -83,12 +84,10 @@ git submodule update
8384
XEngine_AuthorizeApp为PC端管理工具
8485

8586
#### Linux
86-
Linux使用Makefile编译,UBUNTU22.04或者以上系统
87-
在控制台运行,使用XEngine_AuthorizeService
87+
Linux使用Makefile编译,在控制台运行,使用XEngine_AuthorizeService
8888

8989
#### Macos
90-
使用makefile编译,控制台运行,需要mac 13以及以上版本
91-
在控制台运行,使用XEngine_AuthorizeService
90+
使用makefile编译,在控制台运行,使用XEngine_AuthorizeService
9291

9392
##### 编译命令
9493
在XEngine_Source目录下执行命令
@@ -143,7 +142,7 @@ V3版本为全新版本,为了适应过多环境要求开发
143142
## 更新指导
144143
数据库更新使用Navicat等数据库软件打开判断表和字段不同的地方进行修改
145144
修改完毕后直接把数据库拷贝到新的版本进行覆盖,修改你的配置文件即可
146-
3.11->3.12用户表增加了新的时间字段,请参考SQL文件
145+
3.19新增加了序列号过期字段
147146

148147
## 视频教程
149148
你也可以观看视频教程来了解我们的代码框架情况:https://www.bilibili.com/video/BV1iF4m177aG

XEngine_Docment/Docment_en.docx

1.35 KB
Binary file not shown.

XEngine_Docment/Docment_zh.docx

1.43 KB
Binary file not shown.

0 commit comments

Comments
 (0)