Commit Graph
55 Commits
Author SHA1 Message Date
Mix 410266acb1 🐛 Fix log tag escape error in event.get_description 2021-08-05 23:11:57 +08:00
Mix 358528b495 👽 Add forward driver support for mirai-api-http adapter 2021-08-04 00:35:31 +08:00
Mix c1b10a0e48 👽 🐛 fix quart.exception removal caused import error 2021-07-26 10:41:38 +08:00
Mix 0761a60443 🩹 fix reply process in mirai adapter 2021-02-07 21:28:58 +08:00
Mix f3b77a7f60 ✏️ fix typo in docs 2021-02-07 17:16:12 +08:00
Mix f625c34269 📝 update descriptions about plugin 2021-02-07 17:10:29 +08:00
Mix ac5c4acf09 🔖 bump version 2.0.0a9.post2 2021-02-07 16:39:34 +08:00
Mix 382a9b6e12 🔊 improve message logging 2021-02-07 12:40:31 +08:00
Mix 24349953e3 update test case 2021-02-07 12:17:34 +08:00
Mix 85aba9e36f 🐛 fix bug founded during test in mirai adapter 2021-02-07 12:17:21 +08:00
Mix 49010bf5b7 ⚗️ trying to change mirai adapter message processing behavior 2021-02-07 11:52:50 +08:00
Mix b59ff03abf revert changes to change implement method
This reverts commit bf7b2a8cbe.
2021-02-07 10:15:18 +08:00
Mix bdd9f5ae30 🐛 fix bad type hinting 2021-02-07 02:27:09 +08:00
Mix abcdbc4de9 💥 🐛 add support for non-plaintext start message 2021-02-07 02:21:31 +08:00
Mix 6cb9fda53a 🎨 remove unused imports 2021-02-06 11:43:01 +08:00
Mix 4f7a033b9c use dynamic routing in quart driver 2021-02-06 11:38:21 +08:00
Mix c537841bc1 📝 add index in document for quart driver 2021-02-06 11:15:46 +08:00
Mix 7d9a8eaf19 💚 add extra install in document build 2021-02-06 11:15:46 +08:00
Mix 86965ee06d 💡 add comments in quart driver 2021-02-06 11:15:30 +08:00
Mix 496f64f103 🐛 fix bugs in quart driver 2021-02-06 10:34:52 +08:00
Mix 9e0862bc97 finish quart driver implement 2021-02-06 09:41:17 +08:00
Mix 6b43ad5575 add quart as a extra requirement 2021-02-06 09:40:57 +08:00
Mix bc164ca2f2 add a dependcies for quart 2021-02-05 20:29:53 +08:00
Mix ad8429e7fa 🐛 fix log escape in mirai adapter 2021-02-05 20:09:19 +08:00
Mix d6ae1ca01c 📄 add agpl v3 license for mirai adapter 2021-02-01 19:28:56 +08:00
Mix f446411f08 📝 add start guide for mirai adapter 2021-02-01 18:37:30 +08:00
Mix ad3a08f514 💡 🗑️ remove some invalid comments in mirai adapter 2021-02-01 16:53:06 +08:00
Mix da1218221c add specified test for mirai adapter 2021-02-01 16:38:15 +08:00
Mix c0fa137fed 🚸 add support of rule to_me in mirai adapter 2021-02-01 16:38:15 +08:00
Mix 5a63827f22 💬 💡 rename MiraiBot to Bot, fix a comment style 2021-02-01 16:38:15 +08:00
Mix d2a62ebd3d 📝 💡 fix some typo and style in mirai adapter 2021-02-01 13:50:25 +08:00
Mix 35d34a787b 📝 update document building struct to fit changes in mirai adapter 2021-02-01 13:20:09 +08:00
Mix 8fe562e864 💡 🚸 complete comments and optimize usage in mirai adapter 2021-02-01 13:19:37 +08:00
Mix 56592fc413 🚧 💡 add comments for message etc. in mirai adapter 2021-02-01 01:04:41 +08:00
Mix 7c9cbe7b58 💬 💡 rename some dataclass, add comments for events in mirai adapter 2021-02-01 00:01:31 +08:00
Mix 858639bebe 💡 📝 add some comments in code, add document build struct for mirai adapter 2021-01-31 22:43:43 +08:00
Mix a39785d6d9 💡 add some comments in mirai adapter 2021-01-31 18:00:40 +08:00
Mix 20b299c758 🚸 add .approve and .reject method for request event in mirai adapter 2021-01-31 17:01:04 +08:00
Mix 3f56da9245 🚧 add support of reverse post and forward ws for mirai adapter 2021-01-31 16:03:15 +08:00
Mix 73be9151b0 🚸 add factory classmethods in MessageSegment at mirai adapter 2021-01-30 21:51:51 +08:00
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
Mix e2f837055e add dependency of websockets 2021-01-30 10:55:06 +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
MixandGitHub 22462c8ed6 Update __init__.py
把格式改回来
2020-02-22 18:09:21 +08:00
MixandGitHub bdb64569e7 Update __init__.py
修复CommandSession.pause和CommandSession.finish在多线程环境下可能运行出错的bug
2020-02-22 10:03:50 +08:00
MixandGitHub 6166ee10f5 Update message.py
删掉一个不知道从哪冒出来的一段
2020-02-21 18:48:55 +08:00
MixandGitHub 4bb1ea7c35 Update message.py
不好意思犯了脑抽错误……
2020-02-21 18:37:19 +08:00
MixandGitHub cd7749936e Update message.py
优化日志输出多行消息的方法,使得收到的消息显示在一行中,便于日志记录
2020-02-21 18:20:57 +08:00