Commit Graph

1772 Commits

Author SHA1 Message Date
StarHeartHunt
5cd61c09a8 🚨 re-export base adapter init
according to pep484
2021-09-18 20:22:38 +08:00
StarHeartHunt
1e55fbf6b1 🚨 re-export feishu init
according to pep484
2021-09-18 20:03:53 +08:00
yanyongyu
463ff260c4 🐛 fix doc build error 2021-09-18 18:04:19 +08:00
yanyongyu
89e32a3241 ⬆️ bump dependencies 2021-09-18 17:18:53 +08:00
yanyongyu
4f8771acbd 🚨 re-export according to pep484 2021-09-18 16:11:03 +08:00
yanyongyu
a273d75b07 add send pause reject finish template 2021-09-17 23:28:08 +08:00
StarHeart
55a402203e
Merge pull request #524 from nonebot/fix/feishu-private-msg
🐛 fix feishu private message event response
2021-09-17 20:46:27 +08:00
StarHeartHunt
64967e8807 🎨 resort dev dependencies 2021-09-17 20:36:08 +08:00
StarHeartHunt
43917b5aad ⬆️ bump nonebot-plugin-test to 0.3.0 2021-09-16 20:54:34 +08:00
nonebot
b97133fb59 📝 update api docs 2021-09-16 12:30:31 +00:00
StarHeartHunt
855f61d837 💚 fix missing module in API docs config 2021-09-16 20:29:06 +08:00
StarHeartHunt
e2003e27df parse data based on content-type of response 2021-09-16 20:29:05 +08:00
nonebot
d82749c48e 📝 update api docs 2021-09-16 20:29:05 +08:00
StarHeartHunt
0a802f9b13 add get_all_user_id for MessageEvent 2021-09-16 17:36:05 +08:00
yanyongyu
e0610fdcc0 🐛 fix publish field not required 2021-09-15 21:03:18 +08:00
StarHeartHunt
d9cc912ccb 💥 use open_id to send private message instead 2021-09-14 21:52:31 +08:00
StarHeartHunt
09d9f414ce 🔊 add desc and name of NoticeEvent 2021-09-14 21:51:01 +08:00
yanyongyu
ca09fb8372 🔥 remove outdated doc version 2021-09-14 11:00:14 +08:00
Artin
b25a0387ba
Merge pull request #521 from nonebot/fix-ding 2021-09-13 01:44:28 +08:00
artin
9931563d80 🐛 fix ding adapter issues
1. cannot send complicate message, such as actionCard
2. fix judge current connection mode
2021-09-13 01:19:14 +08:00
yanyongyu
53a576dae5 📝 update api doc 2021-09-11 19:49:32 +08:00
yanyongyu
44d13acc81 ♻️ rename message formatter into template 2021-09-11 19:48:46 +08:00
yanyongyu
59f567004f 🔥 remove outdated docs 2021-09-11 13:45:59 +08:00
yanyongyu
956e581d72 📝 update changelog 2021-09-11 13:45:07 +08:00
yanyongyu
b635d01519 💥 matcher prompt support message formatter 2021-09-11 13:45:03 +08:00
synodriver
12c1f6d764 🐛 fix USER bug 2021-09-09 23:17:54 +08:00
yanyongyu
b6ec81c21d 🐛 fix cqhttp get forward msg type error 2021-09-03 14:27:36 +08:00
StarHeart
f9f2f1b0bd
📝 update APScheduler doc link (x2) 2021-08-30 16:36:58 +08:00
StarHeart
45396e3163
📝 update APScheduler doc link 2021-08-30 16:34:34 +08:00
Mix
7ced508f9d
🔀 Merge pull request #514
🐛 Fix endswith match bug
2021-08-29 19:53:52 +08:00
ishkong
ed1f1c27e2
🐛 Fix endswith match bug 2021-08-29 19:18:36 +08:00
yanyongyu
3fa75b1c78 ♻️ separate adapter abstract classes 2021-08-29 00:24:28 +08:00
yanyongyu
258ef670e2 📝 update changelog 2021-08-29 00:11:52 +08:00
yanyongyu
5cf665fa21 🐛 fix format field error 2021-08-28 19:42:32 +08:00
yanyongyu
116f16b470 🐛 fix stringify when formatting 2021-08-28 19:39:54 +08:00
Ju4tCode
9518e3c568
🔀 Merge pull request #510
Feature: str.format like message formatting support
2021-08-28 13:06:02 +08:00
nonebot
ca26609308 📝 update api docs 2021-08-27 11:25:23 +00:00
Mix
01e818f6a4 📝 allow document generate from nonebot.adapters._formatter 2021-08-27 19:24:12 +08:00
Mix
1c73a9adfa 💡 add comment to describe template formatter usage 2021-08-27 19:13:08 +08:00
yanyongyu
7cfdc2dd37 🔥 use Any for format type 2021-08-27 15:08:26 +08:00
yanyongyu
a6ff3711bb 🐛 fix link error in runtime hook doc 2021-08-27 14:52:17 +08:00
yanyongyu
58d10abd32 🎨 change typing for formatter 2021-08-27 14:46:15 +08:00
Mix
f0bc47ec5e Add message template formatter
ref: https://github.com/nonebot/discussions/discussions/27
2021-08-27 02:52:24 +08:00
yanyongyu
b5f2b1a76d 🐛 fix fastapi driver ws missing header 2021-08-25 23:04:48 +08:00
Mix
4f4a072dd7
🔀 Merge pull request #509
MessageSegment.image 的 BytesIO
2021-08-23 00:26:03 +08:00
jinser
fff7d3bff6
🐛 BytesIO cursor 可能不在开头 2021-08-23 00:12:47 +08:00
Ju4tCode
474fd10613
🔀 Merge pull request #508
Remove unsupported adapter
2021-08-21 22:50:57 +08:00
Jigsaw
9bea710e45
🔥 Remove unsupported adapter 2021-08-21 18:52:20 +08:00
Jigsaw
3c76c6ff8b
🔥 Remove unsupported adapter 2021-08-21 18:49:46 +08:00
Ju4tCode
a8a61623d2
🔀 Merge pull request #507
Bot: SetuBot
2021-08-19 19:55:04 +08:00