Commit Graph

648 Commits

Author SHA1 Message Date
9fbd09331c fix docstring missing for nlp and event handler 2020-04-11 23:04:31 +08:00
a67fa5107c fix docstring missing for command handler 2020-04-11 22:53:30 +08:00
24f48929b4 Merge branch 'master' of https://github.com/nonebot/nonebot 2020-04-11 17:57:38 +08:00
ca251bc643 Merge pull request #166 from Pzzzzz5142/patch-1
Patch 1
2020-04-11 17:37:09 +08:00
8ae248738e add more manage func 2020-04-11 14:56:39 +08:00
58f5f1d9e8 Update getting-started.md 2020-04-08 14:13:09 +08:00
52b2f635ad add manager objects 2020-04-07 21:58:10 +08:00
33a3a8879e Update getting-started.md 2020-04-04 17:37:03 +08:00
bc1e3f26df fix dead link 2020-03-21 22:05:28 +08:00
7e9d47c3b6 Update README.md 2020-03-16 23:33:34 +08:00
95813f7bb4 fix type 2020-03-16 21:23:08 +08:00
260ba5888a bump version to 1.5.0 2020-03-16 21:18:28 +08:00
1c9136d672 fix format 2020-03-16 21:10:26 +08:00
9179e3ac4e update docs 2020-03-16 21:09:26 +08:00
6b288f0e60 adjust on_websocket_connect 2020-03-16 21:04:43 +08:00
cfce94e890 add on_startup and on_websocket_connect 2020-03-16 20:50:20 +08:00
0eb37da0b3 update docs 2020-03-16 20:36:58 +08:00
0ac6a03f0a restore Context_T for compatibility 2020-03-16 20:24:50 +08:00
1625be957a remove demo package 2020-03-16 17:42:32 +08:00
035782715f adjust log content 2020-03-16 16:55:56 +08:00
9b54af70e6 rename session.ctx to session.event for consistency 2020-03-15 22:48:22 +08:00
c366e6c950 fix docstring of command handler function 2020-03-14 22:45:17 +08:00
c02b9a4ccf bump version to v1.4.2 2020-02-24 16:58:54 +08:00
0b7980a4a4 reformat 2020-02-24 14:12:51 +08:00
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
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
d6f825473b Update docs 2020-02-14 17:12:36 +08:00
2e2bfd5e31 Bump version to v1.4.1 2020-02-14 17:07:22 +08:00
d363cea58f Warn if failed to register command 2020-02-14 17:03:54 +08:00
f7e4223dc6 Support str type for aliases 2020-02-14 16:44:22 +08:00
cfa9fc3936 Update changelog.md 2020-02-14 11:06:49 +08:00
9a818f781b Reformat 2020-02-14 11:05:38 +08:00
4d1d9c50f3 Update helpers.py
Fix ValueError: too many values to unpack (expected 2)
2020-02-14 09:33:46 +08:00
5f55e30381 Bump version to v1.4.0 2020-02-10 14:15:01 +08:00
76f1dfc2a5 Fix #98 2020-02-10 13:26:33 +08:00
3d030fdd03 Escape *args in render_expression, fix #86 2020-02-10 12:43:04 +08:00
932d178c15 Fix compatibility with Quart 0.11 2020-02-10 12:17:00 +08:00
9b131ca855 Fix stub file bug 2020-02-10 12:09:16 +08:00
8efdf0ba74 Adjust relative links in docs 2020-01-31 14:56:51 +08:00
da4b7bd005 Merge remote-tracking branch 'origin/master' 2020-01-31 13:09:43 +08:00
389e83b4f7 Update docs 2020-01-31 13:08:17 +08:00
da7c62a259 doc: 添加session.ctx的说明 2020-01-30 21:17:52 +08:00
99858c4ead doc: server-app 2020-01-30 20:43:19 +08:00
32047bc8e3 Merge pull request #134 from yuudi/master
Doc: Scheduler
2020-01-30 18:25:57 +08:00
ecc73872a9 doc: Scheduler 2020-01-30 15:01:36 +08:00