Richard Chien
|
7eb49624c3
|
Merge pull request #150 from mnixry/patch-1
修复CommandSession的部分方法在多线程条件下出错
|
2020-02-22 18:57:54 +08:00 |
|
Mix
|
22462c8ed6
|
Update __init__.py
把格式改回来
|
2020-02-22 18:09:21 +08:00 |
|
Mix
|
bdb64569e7
|
Update __init__.py
修复CommandSession.pause和CommandSession.finish在多线程环境下可能运行出错的bug
|
2020-02-22 10:03:50 +08:00 |
|
Richard Chien
|
960dfd95df
|
Merge pull request #148 from mnixry/patch-1
优化日志输出多行消息的方法
|
2020-02-21 19:17:38 +08:00 |
|
Mix
|
6166ee10f5
|
Update message.py
删掉一个不知道从哪冒出来的一段
|
2020-02-21 18:48:55 +08:00 |
|
Mix
|
4bb1ea7c35
|
Update message.py
不好意思犯了脑抽错误……
|
2020-02-21 18:37:19 +08:00 |
|
Mix
|
cd7749936e
|
Update message.py
优化日志输出多行消息的方法,使得收到的消息显示在一行中,便于日志记录
|
2020-02-21 18:20:57 +08:00 |
|
Richard Chien
|
d6f825473b
|
Update docs
|
2020-02-14 17:12:36 +08:00 |
|
Richard Chien
|
2e2bfd5e31
|
Bump version to v1.4.1
|
2020-02-14 17:07:22 +08:00 |
|
Richard Chien
|
d363cea58f
|
Warn if failed to register command
|
2020-02-14 17:03:54 +08:00 |
|
Richard Chien
|
f7e4223dc6
|
Support str type for aliases
|
2020-02-14 16:44:22 +08:00 |
|
Richard Chien
|
cfa9fc3936
|
Update changelog.md
|
2020-02-14 11:06:49 +08:00 |
|
Richard Chien
|
9a818f781b
|
Reformat
|
2020-02-14 11:05:38 +08:00 |
|
hemengyang
|
4d1d9c50f3
|
Update helpers.py
Fix ValueError: too many values to unpack (expected 2)
|
2020-02-14 09:33:46 +08:00 |
|
Richard Chien
|
5f55e30381
|
Bump version to v1.4.0
|
2020-02-10 14:15:01 +08:00 |
|
Richard Chien
|
76f1dfc2a5
|
Fix #98
|
2020-02-10 13:26:33 +08:00 |
|
Richard Chien
|
3d030fdd03
|
Escape *args in render_expression, fix #86
|
2020-02-10 12:43:04 +08:00 |
|
Richard Chien
|
932d178c15
|
Fix compatibility with Quart 0.11
|
2020-02-10 12:17:00 +08:00 |
|
Richard Chien
|
9b131ca855
|
Fix stub file bug
|
2020-02-10 12:09:16 +08:00 |
|
Richard Chien
|
8efdf0ba74
|
Adjust relative links in docs
|
2020-01-31 14:56:51 +08:00 |
|
Richard Chien
|
da4b7bd005
|
Merge remote-tracking branch 'origin/master'
|
2020-01-31 13:09:43 +08:00 |
|
Richard Chien
|
389e83b4f7
|
Update docs
|
2020-01-31 13:08:17 +08:00 |
|
yuudi
|
da7c62a259
|
doc: 添加session.ctx的说明
|
2020-01-30 21:17:52 +08:00 |
|
yuudi
|
99858c4ead
|
doc: server-app
|
2020-01-30 20:43:19 +08:00 |
|
Richard Chien
|
32047bc8e3
|
Merge pull request #134 from yuudi/master
Doc: Scheduler
|
2020-01-30 18:25:57 +08:00 |
|
yuudi
|
ecc73872a9
|
doc: Scheduler
|
2020-01-30 15:01:36 +08:00 |
|
Richard Chien
|
7c93fd0b41
|
Merge branch 'SDchao-patch-1'
|
2020-01-30 12:39:55 +08:00 |
|
Richard Chien
|
e52cf045cb
|
Fix format
|
2020-01-30 12:39:41 +08:00 |
|
SDchao
|
9a4f15a05c
|
添加API_ROOT配置说明
指引中似乎没有提及使用Http通信前需要配置API_ROOT,所以加上咯
|
2020-01-28 11:23:03 +08:00 |
|
Richard Chien
|
7d96bacbb9
|
Update README
|
2020-01-18 20:25:55 +08:00 |
|
Richard Chien
|
5849fdcf4d
|
Merge pull request #127 from StarHeartHunt/patch-1
Update getting-started.md
|
2020-01-15 23:04:12 +08:00 |
|
StarHeart
|
005f58bca9
|
Update getting-started.md
Change the order of warning,makes it more logical
|
2020-01-15 19:45:05 +08:00 |
|
Richard Chien
|
2098873cf2
|
Update advanced docs
|
2019-12-23 15:55:20 +08:00 |
|
Richard Chien
|
6a572ca9b6
|
Merge pull request #114 from Lycreal/patch-1
Update "使用 Docker Compose 与 酷Q 同时部署"
|
2019-12-23 15:35:02 +08:00 |
|
Richard Chien
|
eeb7667658
|
Fix docs bug
|
2019-12-23 15:33:44 +08:00 |
|
Richard Chien
|
a4a3368e03
|
Merge pull request #116 from xulouzhe/patch-1
一个文档描述的小错误
|
2019-12-23 15:29:12 +08:00 |
|
xulouzhe
|
fba3c93879
|
Update nl-processor.md
|
2019-12-15 19:35:26 +08:00 |
|
Lycreal
|
a04d088ba8
|
Update "使用 Docker Compose 与 酷Q 同时部署"
|
2019-12-12 22:35:59 +08:00 |
|
Richard Chien
|
ef10a52f30
|
Merge pull request #104 from LiuZHolmes/patch-1
增加对ip地址配置对说明
|
2019-10-23 15:11:56 +08:00 |
|
Richard Chien
|
e85a44af04
|
Update getting-started.md
|
2019-10-23 15:11:42 +08:00 |
|
Hendricks Liu
|
d8a4b72e7b
|
增加对ip地址配置对说明
|
2019-10-17 18:56:28 +08:00 |
|
Richard Chien
|
ffe2dadd46
|
Update README.md
|
2019-10-09 17:32:41 +08:00 |
|
Richard Chien
|
67c8c81e91
|
Update README.md
|
2019-10-02 16:54:39 +08:00 |
|
Richard Chien
|
84986cc44a
|
Merge pull request #85 from marionette-curtain/patch-2
Update api.md
|
2019-07-02 22:55:25 +08:00 |
|
Richard Chien
|
2f5d37c426
|
Update api.md
|
2019-07-02 22:55:02 +08:00 |
|
Richard Chien
|
a163d2c075
|
Update api.md
|
2019-07-02 22:51:24 +08:00 |
|
Co An
|
f55ffe817b
|
Update api.md
|
2019-07-02 22:35:46 +08:00 |
|
Richard Chien
|
a398ad3f16
|
Bump version to v1.3.1
|
2019-07-01 10:08:56 +08:00 |
|
Richard Chien
|
62838b8f7c
|
Update changelog.md
|
2019-07-01 10:06:27 +08:00 |
|
Richard Chien
|
e6944dc8e8
|
Update api.md
|
2019-07-01 10:04:10 +08:00 |
|