Mix
|
b59ff03abf
|
⏪ revert changes to change implement method
This reverts commit bf7b2a8cbe .
|
2021-02-07 10:15:18 +08:00 |
|
yanyongyu
|
bf7b2a8cbe
|
♿ matcher.send will return bot.send
|
2021-02-05 23:13:35 +08:00 |
|
yanyongyu
|
d913be5c0d
|
🐛 fix matcher
|
2021-02-02 12:48:16 +08:00 |
|
yanyongyu
|
853b797cd9
|
🐛 change USER perm and temp matcher type
|
2021-01-24 18:16:18 +08:00 |
|
yanyongyu
|
b6bf477551
|
⚗️ add got receive overload #142
|
2021-01-06 18:29:41 +08:00 |
|
yanyongyu
|
49201f5346
|
📝 update doc
|
2020-12-31 17:58:09 +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
|
2ae76ff78b
|
⚗️ new stop propagation method
|
2020-12-24 22:19:08 +08:00 |
|
yanyongyu
|
e44cde0600
|
✅ add test case
|
2020-12-20 12:09:30 +08:00 |
|
yanyongyu
|
1b00fe7921
|
✨ add state factory support #113
|
2020-12-20 11:59:51 +08:00 |
|
yanyongyu
|
799144e64d
|
✨ finish typing change
|
2020-12-17 21:09:30 +08:00 |
|
yanyongyu
|
6bd69e6708
|
🐛 fix typing
|
2020-12-17 01:52:16 +08:00 |
|
yanyongyu
|
784bc7b0cf
|
⚗️ new dynamic handler args
|
2020-12-16 23:13:00 +08:00 |
|
yanyongyu
|
783efeaf0e
|
🚧 add event parser
|
2020-12-09 19:57:49 +08:00 |
|
yanyongyu
|
f220a01a30
|
📝 update doc
|
2020-12-07 22:15:26 +08:00 |
|
yanyongyu
|
e0d44f3fa7
|
📝 update api docs
|
2020-12-07 00:52:26 +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
|
5b42454a55
|
✨ add matcher group for plugin #90
|
2020-12-04 01:41:23 +08:00 |
|
yanyongyu
|
e5463cc564
|
🎨 format docstring
|
2020-11-30 11:08:00 +08:00 |
|
yanyongyu
|
9b3dffaab9
|
⚗️ add prompt format support
|
2020-11-09 16:34:14 +08:00 |
|
yanyongyu
|
d9f8bf38c6
|
🐛 fix matcher group send
|
2020-10-22 00:00:29 +08:00 |
|
yanyongyu
|
24141b1a4b
|
🎨 remove shebang line #31
|
2020-10-20 22:40:16 +08:00 |
|
yanyongyu
|
308824d0b1
|
🐛 fix matcher group args parser
|
2020-10-20 00:01:26 +08:00 |
|
yanyongyu
|
56c9c24dc6
|
✨ add kwargs support for matcher send/finish/pause/reject
|
2020-10-17 19:50:25 +08:00 |
|
yanyongyu
|
727eef9a34
|
💡 add matcher docstring
|
2020-10-06 17:03:05 +08:00 |
|
yanyongyu
|
9f8d009309
|
✨ add matcher.send method
|
2020-10-06 16:24:04 +08:00 |
|
yanyongyu
|
734d3cd333
|
💡 update docstring for several modules
|
2020-10-06 02:08:48 +08:00 |
|
yanyongyu
|
2e989b5fe1
|
💡 add matcher docstring
|
2020-10-05 23:10:20 +08:00 |
|
yanyongyu
|
d71260ed68
|
🐛 fix group attrs
|
2020-10-02 00:28:53 +08:00 |
|
yanyongyu
|
ecbe465232
|
⚗️ add matcher group #11
|
2020-09-27 13:34:16 +08:00 |
|
yanyongyu
|
3467eb3c29
|
🚑 (Close #12)fix matcher key parser
|
2020-09-26 17:36:04 +08:00 |
|
yanyongyu
|
44fef77288
|
🚑 fix matcher key parser
|
2020-09-26 16:33:30 +08:00 |
|
yanyongyu
|
e68ce8b3a9
|
🐛 fix args_parser: dont ignore if exists
|
2020-09-22 11:28:38 +08:00 |
|
yanyongyu
|
342d879add
|
📝 add matcher tutorial
|
2020-09-22 00:18:57 +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
|
c5ea8bc1c3
|
add contextvars and fix mutable default args
|
2020-08-25 15:23:10 +08:00 |
|
yanyongyu
|
eaa9b98bd9
|
fix several bugs
|
2020-08-24 17:59:36 +08:00 |
|
yanyongyu
|
a895089a8b
|
fix some bug
|
2020-08-23 10:45:26 +08:00 |
|
yanyongyu
|
87a848d8c3
|
fix matcher decos
|
2020-08-22 15:22:46 +08:00 |
|
yanyongyu
|
c1d0eae34b
|
make matcher running concurrently and add to me checking
|
2020-08-21 14:24:32 +08:00 |
|
yanyongyu
|
c01d3c7ca1
|
add matcher type
|
2020-08-20 17:15:05 +08:00 |
|
yanyongyu
|
76cfe34fa5
|
add some matcher function like nb1 session
|
2020-08-18 11:28:33 +08:00 |
|
yanyongyu
|
6435e29e8b
|
add permission and command
|
2020-08-17 16:09:41 +08:00 |
|
yanyongyu
|
c4a5cfb513
|
change plugin load
|
2020-08-15 17:22:10 +08:00 |
|
yanyongyu
|
e7f9b2c229
|
websocket api
|
2020-08-13 15:23:04 +08:00 |
|
yanyongyu
|
9e33a605a6
|
add types
|
2020-08-10 13:06:02 +08:00 |
|