Commit Graph

  • c01d3c7ca1 add matcher type yanyongyu 2020-08-20 17:15:05 +0800
  • 26c697f5e4 add auth check and config docs yanyongyu 2020-08-20 16:34:07 +0800
  • 02ca49f6d0 add log and config docs yanyongyu 2020-08-20 15:07:05 +0800
  • 1d982fc77b add typing docs yanyongyu 2020-08-19 23:00:31 +0800
  • 5e3d1c76cc add nonebot.typing docs yanyongyu 2020-08-19 20:29:37 +0800
  • e523aa8d89 add doc for __init__.py yanyongyu 2020-08-18 17:24:49 +0800
  • 76cfe34fa5 add some matcher function like nb1 session yanyongyu 2020-08-18 11:28:33 +0800
  • 6435e29e8b add permission and command yanyongyu 2020-08-17 16:09:41 +0800
  • 865fd6af4c fix nonebot-test yanyongyu 2020-08-15 17:47:50 +0800
  • c4a5cfb513 change plugin load yanyongyu 2020-08-15 17:22:10 +0800
  • 1dcc43161a change rule yanyongyu 2020-08-14 17:41:24 +0800
  • 04f4d5028e fix config and import nonebot-test yanyongyu 2020-08-13 18:16:59 +0800
  • 0eb5f51d2c add driver type prop yanyongyu 2020-08-13 15:56:09 +0800
  • c9d53bf017 update lock file yanyongyu 2020-08-13 15:30:12 +0800
  • e7f9b2c229 websocket api yanyongyu 2020-08-13 15:23:04 +0800
  • 0e73d4ce20 update README.md yanyongyu 2020-08-11 17:02:29 +0800
  • 879904a0f5 change event yanyongyu 2020-08-11 16:54:45 +0800
  • b32d4a24d1 add startup shutdown deco yanyongyu 2020-08-11 10:44:05 +0800
  • 2d90c35df6 change Event yanyongyu 2020-08-10 14:50:12 +0800
  • 9e33a605a6 add types yanyongyu 2020-08-10 13:06:02 +0800
  • 00913f1a8f add typings yanyongyu 2020-08-08 23:08:01 +0800
  • 332aac6497 change typing yanyongyu 2020-08-07 17:51:57 +0800
  • f2b6f08599 change typing manage yanyongyu 2020-08-07 17:05:08 +0800
  • 950dbb1115 add support for go-cqhttp cq code yanyongyu 2020-08-07 11:56:35 +0800
  • 5186231869 change config load method to support custom configs yanyongyu 2020-08-07 11:18:02 +0800
  • 10221520d9 add matcher expire support yanyongyu 2020-08-06 17:54:55 +0800
  • f1e62feb26 merge changes yanyongyu 2020-08-06 17:22:56 +0800
  • 41713f0645 change coolq into cqhttp yanyongyu 2020-08-06 17:19:06 +0800
  • b3f82f3f22 add http api yanyongyu 2020-08-01 22:03:40 +0800
  • a39c2e223a change rule and event handle yanyongyu 2020-07-25 12:28:30 +0800
  • 10f1ab70b4 make nonebot-test standalone yanyongyu 2020-07-19 11:54:48 +0800
  • 9355ed4baf add message segment for coolq yanyongyu 2020-07-18 18:18:43 +0800
  • 3dbd927a2a add websocket class and coolq message segment yanyongyu 2020-07-15 20:39:59 +0800
  • d616290626 connect driver-adapter-matcher yanyongyu 2020-07-11 17:32:03 +0800
  • ea21d6ffcc add fastapi routes, adapters yanyongyu 2020-07-05 20:39:34 +0800
  • 4d242875d2 add fastapi driver, config yanyongyu 2020-07-04 22:51:10 +0800
  • 1e632d5f10 add autodoc support yanyongyu 2020-06-30 12:10:57 +0800
  • 7529559d24 plugin load yanyongyu 2020-06-30 10:13:58 +0800
  • 16099b2c35 clean up files yanyongyu 2020-06-24 21:56:49 +0800
  • ed404901ca update matcher yanyongyu 2020-06-04 14:29:38 +0800
  • 761d725aed change Matcher class yanyongyu 2020-05-05 16:11:05 +0800
  • 06b7ef2a45 init version 2 yanyongyu 2020-05-02 20:03:36 +0800
  • 685f441967 update docs Richard Chien 2020-04-28 23:10:17 +0800
  • 23ec6c7108 update nonebot.message docs yanyongyu 2020-04-27 14:01:56 +0800
  • 51a2ca0841 fix remove command and update api docs yanyongyu 2020-04-27 11:38:15 +0800
  • 6d2bb2cf87 update api docs: nonebot.plugin yanyongyu 2020-04-24 23:10:35 +0800
  • ad8a998a8c bump version to 1.6.0 and update docs yanyongyu 2020-04-24 15:54:52 +0800
  • 39804852a8 fix plugin reload and update docs yanyongyu 2020-04-22 20:38:51 +0800
  • 4794a4bacb fix import yanyongyu 2020-04-22 13:55:33 +0800
  • e9fb50eb1b Merge branch 'master' of https://github.com/nonebot/nonebot yanyongyu 2020-04-20 13:52:26 +0800
  • 4f9a9136f9 move decorators to plugin module yanyongyu 2020-04-20 13:50:38 +0800
  • 4a24cb3cdf
    Merge pull request #171 from jw-star/patch-1 Richard Chien 2020-04-19 16:01:38 +0800
  • 45f2cd8faf
    Update deployment.md Richard Chien 2020-04-19 16:01:28 +0800
  • 5b430b1fde
    Update deployment.md jw-star 2020-04-18 21:45:50 +0800
  • 9fbd09331c fix docstring missing for nlp and event handler yanyongyu 2020-04-11 23:04:31 +0800
  • a67fa5107c fix docstring missing for command handler yanyongyu 2020-04-11 22:53:30 +0800
  • 24f48929b4 Merge branch 'master' of https://github.com/nonebot/nonebot yanyongyu 2020-04-11 17:57:38 +0800
  • ca251bc643
    Merge pull request #166 from Pzzzzz5142/patch-1 Richard Chien 2020-04-11 17:37:09 +0800
  • 8ae248738e add more manage func yanyongyu 2020-04-11 14:56:39 +0800
  • 58f5f1d9e8
    Update getting-started.md Pzzzzz5142 2020-04-08 14:13:09 +0800
  • 52b2f635ad add manager objects yanyongyu 2020-04-07 21:58:10 +0800
  • 33a3a8879e
    Update getting-started.md Pzzzzz5142 2020-04-04 17:37:03 +0800
  • bc1e3f26df
    fix dead link Richard Chien 2020-03-21 22:05:28 +0800
  • 7e9d47c3b6
    Update README.md Richard Chien 2020-03-16 23:33:34 +0800
  • 95813f7bb4 fix type Richard Chien 2020-03-16 21:23:08 +0800
  • 260ba5888a bump version to 1.5.0 Richard Chien 2020-03-16 21:18:28 +0800
  • 1c9136d672 fix format Richard Chien 2020-03-16 21:10:26 +0800
  • 9179e3ac4e update docs Richard Chien 2020-03-16 21:09:26 +0800
  • 6b288f0e60 adjust on_websocket_connect Richard Chien 2020-03-16 21:04:43 +0800
  • cfce94e890 add on_startup and on_websocket_connect Richard Chien 2020-03-16 20:50:20 +0800
  • 0eb37da0b3 update docs Richard Chien 2020-03-16 20:36:58 +0800
  • 0ac6a03f0a restore Context_T for compatibility Richard Chien 2020-03-16 20:24:50 +0800
  • 1625be957a remove demo package Richard Chien 2020-03-16 17:42:32 +0800
  • 035782715f adjust log content Richard Chien 2020-03-16 16:55:56 +0800
  • 9b54af70e6 rename session.ctx to session.event for consistency Richard Chien 2020-03-15 22:48:22 +0800
  • c366e6c950 fix docstring of command handler function Richard Chien 2020-03-14 22:45:17 +0800
  • c02b9a4ccf bump version to v1.4.2 Richard Chien 2020-02-24 16:58:54 +0800
  • 0b7980a4a4 reformat Richard Chien 2020-02-24 14:12:51 +0800
  • 7eb49624c3
    Merge pull request #150 from mnixry/patch-1 Richard Chien 2020-02-22 18:57:54 +0800
  • 22462c8ed6
    Update __init__.py Mix 2020-02-22 18:09:21 +0800
  • bdb64569e7
    Update __init__.py Mix 2020-02-22 10:03:50 +0800
  • 960dfd95df
    Merge pull request #148 from mnixry/patch-1 Richard Chien 2020-02-21 19:17:38 +0800
  • 6166ee10f5
    Update message.py Mix 2020-02-21 18:48:55 +0800
  • 4bb1ea7c35
    Update message.py Mix 2020-02-21 18:37:19 +0800
  • cd7749936e
    Update message.py Mix 2020-02-21 18:20:57 +0800
  • d6f825473b Update docs Richard Chien 2020-02-14 17:12:36 +0800
  • 2e2bfd5e31 Bump version to v1.4.1 Richard Chien 2020-02-14 17:07:22 +0800
  • d363cea58f Warn if failed to register command Richard Chien 2020-02-14 17:03:54 +0800
  • f7e4223dc6 Support str type for aliases Richard Chien 2020-02-14 16:44:22 +0800
  • cfa9fc3936 Update changelog.md Richard Chien 2020-02-14 11:06:49 +0800
  • 9a818f781b Reformat Richard Chien 2020-02-14 11:05:38 +0800
  • 4d1d9c50f3
    Update helpers.py hemengyang 2020-02-14 09:33:46 +0800
  • 5f55e30381 Bump version to v1.4.0 Richard Chien 2020-02-10 14:15:01 +0800
  • 76f1dfc2a5 Fix #98 Richard Chien 2020-02-10 13:26:33 +0800
  • 3d030fdd03 Escape *args in render_expression, fix #86 Richard Chien 2020-02-10 12:43:04 +0800
  • 932d178c15 Fix compatibility with Quart 0.11 Richard Chien 2020-02-10 12:17:00 +0800
  • 9b131ca855 Fix stub file bug Richard Chien 2020-02-10 12:09:16 +0800
  • 8efdf0ba74 Adjust relative links in docs Richard Chien 2020-01-31 14:56:51 +0800
  • da4b7bd005 Merge remote-tracking branch 'origin/master' Richard Chien 2020-01-31 13:09:43 +0800
  • 389e83b4f7 Update docs Richard Chien 2020-01-31 13:08:17 +0800