File tree Expand file tree Collapse file tree 2 files changed +33
-13
lines changed
XEngine_Release/XEngine_Config Expand file tree Collapse file tree 2 files changed +33
-13
lines changed Original file line number Diff line number Diff line change 1+ XEngine_Storage V3.11.0.1001
2+
3+ 更新:匹配XEngine V8.x版本
4+ 更新:linux和macos的编译脚本
5+ 修改:现在数据库连接都使用utf8版本字符集了
6+ 修改:数据库字符集使用utf8mb4_unicode_ci
7+ 修改:分离了验证和代理配置
8+ 修改:下载和上传以及验证支持单独验证开关了
9+ 修正:无法创建数据库表的问题
10+
11+ update:match xengine v8.10
12+ update:linux and macos build makefile
13+ modify:database connect used to utf charset
14+ modify:charset to utf8mb4_unicode_ci
15+ modify:detach auth and proxy configure
16+ modify:download and upload and center support both verification switch
17+ fixed:can't create table of file
18+ ======================================================================================
119XEngine_Storage V3.10.0.1001
220
321增加:上传文件覆写功能
Original file line number Diff line number Diff line change 3636 "bUPHash" :0 ,
3737 "nHashMode" :2
3838 },
39+ "XAuth" :{
40+ "bUPAuth" :false ,
41+ "bDLAuth" :false ,
42+ "bCHAuth" :true ,
43+ "tszUserList" :" ./XEngine_Config/UserList.txt"
44+ },
3945 "XProxy" :{
40- "XProxyAuth" :{
41- "bAuth" :false ,
42- "tszUserList" :" ./XEngine_Config/UserList.txt" ,
43- "tszAuthProxy" :" "
44- },
45- "XProxyPass" :{
46- "bUPGet" :0 ,
47- "bDLGet" :0 ,
48- "tszUPPass" :" http://192.168.1.7:5200/Api/Pass/UPFile" ,
49- "tszDLPass" :" http://192.168.1.7:5200/Api/Pass/UPFile"
50- }
46+ "bUPPass" :false ,
47+ "bDLPass" :false ,
48+ "bAuthPass" :false ,
49+ "tszUPPass" :" http://192.168.1.7:5200/Api/Pass/UPFile" ,
50+ "tszDLPass" :" http://192.168.1.7:5200/Api/Pass/UPFile" ,
51+ "tszAuthPass" :" "
5152 },
5253 "XLimit" :{
5354 "bLimitMode" :true ,
5455 "nMaxUPLoad" :4096000 ,
5556 "nMaxDNLoad" :4096000 ,
56- "nMaxUPConnect" :1 ,
57- "nMaxDNConnect" :1
57+ "nMaxUPConnect" :2 ,
58+ "nMaxDNConnect" :2
5859 },
5960 "XP2xp" :{
6061 "nTime" :2 ,
7071 "tszCertKey" :" ./XEngine_Cert/2_www.xyry.org.key"
7172 },
7273 "XVer" :[
74+ " 3.11.0.1001 Build20230421" ,
7375 " 3.10.0.1001 Build20230210" ,
7476 " 3.9.1.1001 Build20221227" ,
7577 " 3.9.0.1001 Build20221028" ,
You can’t perform that action at this time.
0 commit comments