Mix
|
95f27824ee
|
🚧 add api methods define
|
2021-01-30 20:40:00 +08:00 |
|
Mix
|
c82ceefc8b
|
⏪ revert call method to http post, add api handle
|
2021-01-30 19:11:17 +08:00 |
|
Mix
|
5b3ef53301
|
🎨 add support for on_bot_* event handler
|
2021-01-30 13:45:55 +08:00 |
|
Mix
|
8b3eb4e076
|
⚡ add retry for mirai adapter when websocket connection down
|
2021-01-30 13:36:31 +08:00 |
|
yanyongyu
|
b140ebd149
|
🐛 fix wrong data in CQ:share #170
|
2021-01-30 10:56:58 +08:00 |
|
Mix
|
5de41a18f9
|
🎨 sort imports in file
|
2021-01-30 06:10:04 +08:00 |
|
Mix
|
02af1c1227
|
🚧 finish forward websocket receive
|
2021-01-30 05:58:30 +08:00 |
|
Mix
|
0bb0d16d93
|
🚧 basically completed event serialize
|
2021-01-29 21:19:13 +08:00 |
|
Mix
|
5a9798121c
|
🚧 add some support for mirai basic events
|
2021-01-29 17:38:39 +08:00 |
|
Mix
|
8574b2ec72
|
🚧 start working on mirai-api-http adapter
|
2021-01-29 17:37:44 +08:00 |
|
Artin
|
27e06dd4e8
|
🐛 fix ding adapter
1. fix send `at_sender`
2. fix event parse error
3. `MessageSegment` add `atDingtalkIds`/`code`
|
2021-01-29 14:31:36 +08:00 |
|
yanyongyu
|
9685a4b1bf
|
⚗️ seperate configs
|
2021-01-17 13:46:29 +08:00 |
|
yanyongyu
|
7c3b2b514a
|
♿ add request event approve reject
|
2021-01-16 11:47:48 +08:00 |
|
yanyongyu
|
fcac6f8a0f
|
♿ improve session id support
|
2021-01-16 11:10:54 +08:00 |
|
yanyongyu
|
9d047daef5
|
🚧 move cqhttp config into adapter
|
2021-01-12 17:55:27 +08:00 |
|
yanyongyu
|
e7993a4485
|
🐛 fix plain text escaped
|
2021-01-08 18:14:18 +08:00 |
|
yanyongyu
|
60fd092410
|
🐛 fix none message
|
2021-01-05 12:12:41 +08:00 |
|
Artin
|
877fa1a75a
|
🐛 Fix cqhttp Message null parameter
|
2021-01-04 22:24:43 +08:00 |
|
yanyongyu
|
bc5391d711
|
🐛 ensure message is not empty
|
2021-01-04 13:27:49 +08:00 |
|
yanyongyu
|
a4cb7f13be
|
🐛 fix error guess when reply to event #136
|
2021-01-02 14:42:13 +08:00 |
|
yanyongyu
|
b446fcc929
|
🐛 fix action failed info display error
|
2021-01-01 18:18:01 +08:00 |
|
yanyongyu
|
5cc5375cb5
|
🐛 fix missing group_id when PokeNotifyEvent
|
2021-01-01 18:01:05 +08:00 |
|
Mix
|
fbaf19e454
|
:critical: fix group event serialization error
|
2021-01-01 15:16:55 +08:00 |
|
yanyongyu
|
49201f5346
|
📝 update doc
|
2020-12-31 17:58:09 +08:00 |
|
yanyongyu
|
938b5bf275
|
🐛 fix message construct typing and plugins loading
|
2020-12-31 14:00:59 +08:00 |
|
Ju4tCode
|
a98417a878
|
🔀 Merge pull request #127
Update ding adapter
|
2020-12-30 20:29:18 +08:00 |
|
yanyongyu
|
55f1bd1f2d
|
✏️ update code style
|
2020-12-30 20:08:22 +08:00 |
|
Artin
|
086a998b20
|
⚡ improve ding adapter
add tests/test_ding.py
add some log
|
2020-12-30 18:33:54 +08:00 |
|
yanyongyu
|
d4f344d247
|
♿ improve command
|
2020-12-30 12:42:10 +08:00 |
|
yanyongyu
|
c8cd6de2f2
|
⚡ improve ding adapter
|
2020-12-30 00:36:29 +08:00 |
|
Artin
|
a5947922b6
|
Update nonebot/adapters/__init__.py
Co-authored-by: Ju4tCode <42488585+yanyongyu@users.noreply.github.com>
|
2020-12-29 14:50:24 +08:00 |
|
Artin
|
13f6a692a7
|
Update nonebot/adapters/__init__.py
Co-authored-by: Ju4tCode <42488585+yanyongyu@users.noreply.github.com>
|
2020-12-29 14:50:15 +08:00 |
|
Artin
|
f13befc4d8
|
Update nonebot/adapters/__init__.py
Co-authored-by: Ju4tCode <42488585+yanyongyu@users.noreply.github.com>
|
2020-12-29 14:50:07 +08:00 |
|
Artin
|
1bdbbca12f
|
✨ Update ding adapter event logic
|
2020-12-29 12:12:35 +08:00 |
|
yanyongyu
|
ab61be26a9
|
⚡ improve radd support for messagesegment
|
2020-12-28 17:39:33 +08:00 |
|
yanyongyu
|
2d63eb32e1
|
🚑 hotfix due to cq security problem
|
2020-12-28 00:24:18 +08:00 |
|
yanyongyu
|
41663e1b08
|
🚧 update cqcode
|
2020-12-23 17:12:53 +08:00 |
|
yanyongyu
|
ab256e57b1
|
🐛 fix missing escape in builtin plugin #117
|
2020-12-22 20:12:00 +08:00 |
|
yanyongyu
|
44a15d684b
|
✏️ fix typo
|
2020-12-21 19:32:58 +08:00 |
|
yanyongyu
|
bc459b5ff4
|
🐛 fix non text cqcode not unescaped
|
2020-12-21 16:19:02 +08:00 |
|
yanyongyu
|
4ec4adf003
|
💡 add adapter docstring
|
2020-12-19 15:30:34 +08:00 |
|
yanyongyu
|
a88a2f4a4f
|
🔊 revert log string
|
2020-12-19 14:16:47 +08:00 |
|
yanyongyu
|
83addf045f
|
♿ improve actionfailed info
|
2020-12-19 00:50:17 +08:00 |
|
yanyongyu
|
00305a8436
|
🎨 change event log
|
2020-12-19 00:26:24 +08:00 |
|
yanyongyu
|
784bc7b0cf
|
⚗️ new dynamic handler args
|
2020-12-16 23:13:00 +08:00 |
|
yanyongyu
|
a63a5fea3c
|
🐛 fix invalid cq code catched
|
2020-12-16 13:35:34 +08:00 |
|
yanyongyu
|
12ef3e7bf1
|
🚧 update cqhttp adapter event
|
2020-12-13 12:53:16 +08:00 |
|
yanyongyu
|
6c08982ca7
|
🚧 update process
|
2020-12-11 16:29:12 +08:00 |
|
yanyongyu
|
f4cea065d8
|
✏️ fix validator
|
2020-12-10 21:33:51 +08:00 |
|
yanyongyu
|
72653c6116
|
🚧 update messages
|
2020-12-10 02:13:25 +08:00 |
|
yanyongyu
|
a57cd396fa
|
🚧 update cqhttp event parse
|
2020-12-10 00:39:43 +08:00 |
|
yanyongyu
|
783efeaf0e
|
🚧 add event parser
|
2020-12-09 19:57:49 +08:00 |
|
yanyongyu
|
2c97902f4e
|
🚧 update cqhttp bot
|
2020-12-09 17:51:24 +08:00 |
|
yanyongyu
|
2bc05b2576
|
🚧 update event models
|
2020-12-09 14:39:25 +08:00 |
|
yanyongyu
|
73bda494d9
|
🏗️ update cqhttp models
|
2020-12-09 13:20:14 +08:00 |
|
yanyongyu
|
ddf044d6d3
|
🏗️ add model for cqhttp
|
2020-12-09 11:13:37 +08:00 |
|
yanyongyu
|
a420af75fc
|
🐛 fix type checking for bot
|
2020-12-07 00:31:14 +08:00 |
|
yanyongyu
|
6b3f6a46e6
|
🎨 impove typing
|
2020-12-07 00:06:09 +08:00 |
|
yanyongyu
|
629eed08b6
|
🎨 update typing support
|
2020-12-06 02:30:19 +08:00 |
|
yanyongyu
|
3345142db2
|
🔥 remove useless noreturn
|
2020-12-05 20:32:38 +08:00 |
|
Ju4tCode
|
0838cdfbe7
|
🎨 improve format
|
2020-12-03 19:24:55 +08:00 |
|
Ju4tCode
|
71c5cdc445
|
⏪ revert plain text
|
2020-12-03 19:12:46 +08:00 |
|
Artin
|
be244f4538
|
🐛 Fix Message._construct error
|
2020-12-03 18:47:58 +08:00 |
|
yanyongyu
|
afd01796aa
|
🚧 update ding adapter
|
2020-12-03 17:08:16 +08:00 |
|
yanyongyu
|
dc691889e3
|
🎨 improve cqhttp
|
2020-12-03 16:04:14 +08:00 |
|
yanyongyu
|
9658e446e5
|
🏗️ change exception structure
|
2020-12-03 15:07:03 +08:00 |
|
Artin
|
3638da7f2d
|
🐛 Fix ding adapter exception
|
2020-12-03 12:22:45 +08:00 |
|
Artin
|
e718f25c3f
|
🏷️ 完善 typing 及注释
|
2020-12-03 12:08:09 +08:00 |
|
Artin
|
8c5c02f040
|
🏷️ Update BaseEvent typing
|
2020-12-03 01:46:55 +08:00 |
|
Artin
|
edb4458031
|
✨ Add ding adapter
|
2020-12-03 01:02:09 +08:00 |
|
Artin
|
f332199baa
|
♻️ Encapsulation MessageSegment
close: #93
|
2020-12-03 00:57:02 +08:00 |
|
Artin
|
8cda1b5417
|
♻️ Split adapter by category
|
2020-12-03 00:56:25 +08:00 |
|
yanyongyu
|
ad994f04fc
|
💬 update cqhttp links
|
2020-12-01 11:03:08 +08:00 |
|
yanyongyu
|
e5463cc564
|
🎨 format docstring
|
2020-11-30 11:08:00 +08:00 |
|
yanyongyu
|
7b15d0d01f
|
🚑 fix not delete empty text
|
2020-11-20 12:53:31 +08:00 |
|
yanyongyu
|
7fdddf4d8f
|
✏️ fix typo
|
2020-11-20 01:37:53 +08:00 |
|
yanyongyu
|
a734790bcf
|
🐛 fix remain space after reply
|
2020-11-20 01:07:24 +08:00 |
|
yanyongyu
|
49ad65f449
|
🐛 fix #66 resolve reply message
|
2020-11-19 21:21:54 +08:00 |
|
yanyongyu
|
9e1eee166b
|
🐛 fix index error when check to me
|
2020-11-19 13:57:49 +08:00 |
|
synodriver
|
03c7b59df5
|
修复了at机器人时的bug
|
2020-11-19 13:07:02 +08:00 |
|
yanyongyu
|
781ec1ef67
|
🚑 fix index error in cqhttp check to_me
|
2020-11-13 16:51:14 +08:00 |
|
yanyongyu
|
28e3177e60
|
💡 update source docstring #46 #49
|
2020-11-13 01:46:26 +08:00 |
|
yanyongyu
|
b2a2234d5c
|
🎨 change permission check from driver into adapter #46
|
2020-11-11 15:14:29 +08:00 |
|
Artin
|
c3c2c7935d
|
♻️ add adapters/cqhttp directory
|
2020-11-10 17:34:02 +08:00 |
|
yanyongyu
|
d9ea95c67e
|
🚑 fix message segment get
|
2020-11-01 19:20:18 +08:00 |
|
yanyongyu
|
70c7927006
|
💡 add docstring for cqhttp message
|
2020-10-30 16:49:31 +08:00 |
|
yanyongyu
|
24141b1a4b
|
🎨 remove shebang line #31
|
2020-10-20 22:40:16 +08:00 |
|
yanyongyu
|
26207f762b
|
🏷️ fix class inherit in pyi
|
2020-10-18 15:02:56 +08:00 |
|
yanyongyu
|
1377f7337d
|
🚑 fix message segment setitem
|
2020-10-09 00:57:30 +08:00 |
|
yanyongyu
|
f164d85c5c
|
🐛 fix message segment getitem
|
2020-10-09 00:10:50 +08:00 |
|
yanyongyu
|
927a963d4f
|
🐛 fix nickname
|
2020-10-06 22:29:05 +08:00 |
|
yanyongyu
|
727eef9a34
|
💡 add matcher docstring
|
2020-10-06 17:03:05 +08:00 |
|
yanyongyu
|
734d3cd333
|
💡 update docstring for several modules
|
2020-10-06 02:08:48 +08:00 |
|
yanyongyu
|
781d0cf654
|
⚗️ rewrite echo and say builtin plugin
|
2020-10-04 18:10:01 +08:00 |
|
yanyongyu
|
0a11bd3e8e
|
✏️ fix cqhttp sub_type typo
|
2020-10-04 16:27:58 +08:00 |
|
yanyongyu
|
2574ef3e7a
|
💡 add message docstring
|
2020-10-03 18:18:43 +08:00 |
|
yanyongyu
|
c7f1859d99
|
🐛 fix white space before plain text #18
|
2020-10-03 14:56:38 +08:00 |
|
yanyongyu
|
3e4dc1a123
|
💡 add adapter docstring
|
2020-10-01 23:52:56 +08:00 |
|
yanyongyu
|
edc3aadbb5
|
💡 add cqhttp event
|
2020-09-29 23:10:29 +08:00 |
|
yanyongyu
|
f3986ace51
|
💡 add cqhttp docstring
|
2020-09-29 22:33:08 +08:00 |
|
yanyongyu
|
0eafedefa1
|
🏷️ update cqhttp.pyi
|
2020-09-29 22:32:15 +08:00 |
|
yanyongyu
|
00f22e5f05
|
🏷️ update pyi files
|
2020-09-28 12:45:55 +08:00 |
|
yanyongyu
|
457fdfb057
|
🏷️ update cqhttp pyi
|
2020-09-26 16:33:57 +08:00 |
|
yanyongyu
|
bbeea86fd5
|
🏷️ update pyi
|
2020-09-26 14:40:08 +08:00 |
|
yanyongyu
|
adc69a2763
|
🔊 fix error uncatched in bot.handle_message
|
2020-09-14 21:51:40 +08:00 |
|
yanyongyu
|
b36acc94f1
|
🐛 fix reply
|
2020-09-13 15:21:49 +08:00 |
|
yanyongyu
|
bd7aaa94c6
|
🐛 fix: strip after at bot
|
2020-09-10 18:31:53 +08:00 |
|
yanyongyu
|
def5caedbc
|
✨ check for reply
|
2020-08-28 11:54:21 +08:00 |
|
yanyongyu
|
43bd9d0a96
|
🔊 add more logs
|
2020-08-27 16:43:58 +08:00 |
|
yanyongyu
|
777343ac1a
|
🏷️ Add typing for cqhttp api
|
2020-08-26 17:47:36 +08:00 |
|
yanyongyu
|
24e03ed0e7
|
⬆️ Update to cqhttp v11
|
2020-08-26 14:43:27 +08:00 |
|
yanyongyu
|
cef3a8236e
|
add more logs
|
2020-08-25 18:02:18 +08:00 |
|
yanyongyu
|
c5ea8bc1c3
|
add contextvars and fix mutable default args
|
2020-08-25 15:23:10 +08:00 |
|
yanyongyu
|
c1d0eae34b
|
make matcher running concurrently and add to me checking
|
2020-08-21 14:24:32 +08:00 |
|
yanyongyu
|
26c697f5e4
|
add auth check and config docs
|
2020-08-20 16:34:07 +08:00 |
|
yanyongyu
|
6435e29e8b
|
add permission and command
|
2020-08-17 16:09:41 +08:00 |
|
yanyongyu
|
1dcc43161a
|
change rule
|
2020-08-14 17:41:24 +08:00 |
|
yanyongyu
|
e7f9b2c229
|
websocket api
|
2020-08-13 15:23:04 +08:00 |
|
yanyongyu
|
879904a0f5
|
change event
|
2020-08-11 16:54:45 +08:00 |
|
yanyongyu
|
b32d4a24d1
|
add startup shutdown deco
|
2020-08-11 10:44:05 +08:00 |
|
yanyongyu
|
2d90c35df6
|
change Event
|
2020-08-10 14:50:12 +08:00 |
|
yanyongyu
|
9e33a605a6
|
add types
|
2020-08-10 13:06:02 +08:00 |
|
yanyongyu
|
00913f1a8f
|
add typings
|
2020-08-08 23:08:38 +08:00 |
|
yanyongyu
|
332aac6497
|
change typing
|
2020-08-07 17:51:57 +08:00 |
|
yanyongyu
|
f2b6f08599
|
change typing manage
|
2020-08-07 17:05:08 +08:00 |
|
yanyongyu
|
950dbb1115
|
add support for go-cqhttp cq code
|
2020-08-07 11:56:35 +08:00 |
|
yanyongyu
|
f1e62feb26
|
merge changes
|
2020-08-06 17:22:56 +08:00 |
|
yanyongyu
|
41713f0645
|
change coolq into cqhttp
|
2020-08-06 17:19:06 +08:00 |
|
yanyongyu
|
b3f82f3f22
|
add http api
|
2020-08-01 22:03:40 +08:00 |
|
yanyongyu
|
a39c2e223a
|
change rule and event handle
|
2020-07-25 12:28:30 +08:00 |
|
yanyongyu
|
9355ed4baf
|
add message segment for coolq
|
2020-07-18 18:18:43 +08:00 |
|
yanyongyu
|
3dbd927a2a
|
add websocket class and coolq message segment
|
2020-07-15 20:39:59 +08:00 |
|
yanyongyu
|
d616290626
|
connect driver-adapter-matcher
|
2020-07-11 17:32:03 +08:00 |
|
yanyongyu
|
ea21d6ffcc
|
add fastapi routes, adapters
|
2020-07-05 20:39:51 +08:00 |
|