Skip to content

Commit f95754b

Browse files
committed
update:readme and document
1 parent 29cdf83 commit f95754b

4 files changed

Lines changed: 9 additions & 2 deletions

File tree

README.en.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ this software support following features
1919
3. message timeout
2020
4. topic Partition
2121
5. message tracking(planning)
22-
6. encrypt Communication(planning)
22+
6. encrypt Communication
2323
7. load balanc(planning)
2424
8. message get time
2525
9. message subcribe
@@ -38,6 +38,7 @@ this software support following features
3838
22. http verification
3939
23. email notify
4040
24. sms notify(plan)
41+
25. permission control
4142

4243
## install
4344

@@ -108,6 +109,8 @@ database you need to open the database matching fields and tables are consistent
108109

109110
## other problems
110111
You can refer to the document under the docment directory. It contains API protocol and service description.
112+
#### Compiler Options
113+
When __XENGINE_MESSAGEQUEUE_BUILD_SWITCH_PERMISSION__ == 1, permission control can be enabled. Only users with administrator privileges can operate critical permissions, and this is mainly intended for HTTP interfaces
111114

112115
## Test Server Address
113116
Address:app.xyry.org Port:TCP 5200,WEBSOCKET 5201,HTTP Management Interface 5202

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ c c++Message Service
2121
3. 消息超时
2222
4. 主题分区
2323
5. 消息回溯
24-
6. 加密通信(planning)
24+
6. 加密通信
2525
7. 负载均衡(planning)
2626
8. 消息次数
2727
9. 消息订阅
@@ -40,6 +40,7 @@ c c++Message Service
4040
22. http验证
4141
23. 电子邮件通知
4242
24. 短信通知(plan)
43+
25. 权限控制
4344

4445
## 安装教程
4546

@@ -118,6 +119,9 @@ make FLAGS=CleanAll 清理编译
118119
## 其他问题
119120
你可以参考docment目录下的文档.里面包含了API协议和服务说明.
120121

122+
#### 编译选项
123+
__XENGINE_MESSAGEQUEUE_BUILD_SWITCH_PERMISSION__ == 1 可以开启权限控制,只有管理员权限才可以操作关键权限,主要用于HTTP接口
124+
121125
## 测试服务器
122126
地址:app.xyry.org 端口:TCP 5200,WEBSOCKET 5201,管理接口HTTP 5202
123127

XEngine_Docment/Docment_en.docx

-3.51 KB
Binary file not shown.

XEngine_Docment/Docment_zh.docx

-2.86 KB
Binary file not shown.

0 commit comments

Comments
 (0)