Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
NoneBot
NoneBot 是使用 Python 编写的异步聊天机器人后端框架。
Collective -
Host: opensource -
https://opencollective.com/nonebot
- Website: https://nonebot.dev/
- Code: https://github.com/nonebot
github.com/nonebot/nonecorn - d42f454b4cf461f53b4339f8673dd752fedd4582 authored about 6 years ago
github.com/nonebot/nonebot - 322852d4cf14fed6d06ee59c3ad4a57812f3b826 authored about 6 years ago
github.com/nonebot/nonetrip - 322852d4cf14fed6d06ee59c3ad4a57812f3b826 authored about 6 years ago
github.com/nonebot/nonebot2 - 322852d4cf14fed6d06ee59c3ad4a57812f3b826 authored about 6 years ago
This introduces support of websockets over HTTP/2, as defined in RFC
8441. It requires the lates...
github.com/nonebot/nonebot - f1aa28e14bc81f4622e6b5e58b1c84a8b4d81930 authored about 6 years ago
github.com/nonebot/nonebot2 - f1aa28e14bc81f4622e6b5e58b1c84a8b4d81930 authored about 6 years ago
github.com/nonebot/nonetrip - f1aa28e14bc81f4622e6b5e58b1c84a8b4d81930 authored about 6 years ago
github.com/nonebot/nonebot2 - 35ba57c059e3b3d01c962db3792cdd6f5f01416d authored about 6 years ago
github.com/nonebot/nonetrip - 35ba57c059e3b3d01c962db3792cdd6f5f01416d authored about 6 years ago
github.com/nonebot/nonebot - 35ba57c059e3b3d01c962db3792cdd6f5f01416d authored about 6 years ago
This is quite a breaking change to wsproto, but it simplifies the
Hypercorn code a fair amount. ...
These are typically due to client side issues so they shouldn't be
logged. Note the error in asy...
github.com/nonebot/nonebot - 9d138a059555ebec24bfe748f47859933d993202 authored about 6 years ago
github.com/nonebot/nonebot2 - 9d138a059555ebec24bfe748f47859933d993202 authored about 6 years ago
github.com/nonebot/nonetrip - 9d138a059555ebec24bfe748f47859933d993202 authored about 6 years ago
github.com/nonebot/nonebot2 - f8ec3ace439597d60c0fdb93d18173e2c26798d9 authored about 6 years ago
github.com/nonebot/nonetrip - f8ec3ace439597d60c0fdb93d18173e2c26798d9 authored about 6 years ago
github.com/nonebot/nonebot - f8ec3ace439597d60c0fdb93d18173e2c26798d9 authored about 6 years ago
github.com/nonebot/nonebot - 04219275d04e1bfbbb53bee3f70c0c7ffda201ef authored about 6 years ago
github.com/nonebot/nonebot2 - 04219275d04e1bfbbb53bee3f70c0c7ffda201ef authored about 6 years ago
github.com/nonebot/nonetrip - 04219275d04e1bfbbb53bee3f70c0c7ffda201ef authored about 6 years ago
github.com/nonebot/nonetrip - 0a3d07b70eda71fdc58352fb31ced3e7c3213d9b authored about 6 years ago
github.com/nonebot/nonebot2 - 0a3d07b70eda71fdc58352fb31ced3e7c3213d9b authored about 6 years ago
github.com/nonebot/nonebot - 0a3d07b70eda71fdc58352fb31ced3e7c3213d9b authored about 6 years ago
github.com/nonebot/nonebot-tuling - 86ba6bb642a1e34a1ccdc46c1de2dc3fdd92adb0 authored about 6 years ago
Trio is a third party library, but wasn't positioned as such.
github.com/nonebot/nonecorn - 3ad4bde06a70f33ee95a88c1c9cdc7f8fee13fe5 authored about 6 years ago
Previously it was possible to reach the `wait_for` in the
`wait_for_startup` before the support ...
2ca9750773e0045fd22cfea08262e49c45fed2a3 changed from host & port to
using bind and broke existi...
9ab020c9f27bd14c686bdff4cd5435f42ec8a316 introduced an AccessLogger
class with customisation, ho...
Since 1e7d248d9013ad81b3278411743ae80d4cbe37b3 the access log for a
websocket connection is only...
This also simplifies the code to access log within the various ASGI
protocol handlers. Note that...
Signal handling with asyncio is an absolute pain. The previous version
would not gracefully shut...
Issue from 2ca9750773e0045fd22cfea08262e49c45fed2a3
github.com/nonebot/nonecorn - e16bbae8306c2b5f10a7c6098fbce52d02df97c3 authored about 6 years ago
This allows control over HTTP/2 support, as this is a niche use there
is no command line support.
A HTTP/2 request starts with ``PRI * HTTP/2.0`` which can
intentionally be parsed by HTTP/1 pars...
Previously the h2c upgrade in the asyncio worker would not be
responded to (the coroutine wasn't...
2ca9750773e0045fd22cfea08262e49c45fed2a3 changed the default port to
8000 (when not specified) t...
This allows (among other uses) a dual stack binding such as
hypercorn --bind '0.0.0.0:5000'...
github.com/nonebot/nonecorn - 2ca9750773e0045fd22cfea08262e49c45fed2a3 authored about 6 years ago
This allows the serve method to be called via a ``nursery.start``, for
example,
async with ...
github.com/nonebot/nonecorn - a047f71e7b86cc83689eb888c7acc9a3569f42e9 authored about 6 years agogithub.com/nonebot/nonebot - 9359904fe777324b2a68e9c849349c1ee84cbb62 authored about 6 years ago
github.com/nonebot/nonebot2 - 9359904fe777324b2a68e9c849349c1ee84cbb62 authored about 6 years ago
github.com/nonebot/nonetrip - 9359904fe777324b2a68e9c849349c1ee84cbb62 authored about 6 years ago
It is not expected that all usage of Hypercorn will be via the command
line, in fact both Quart ...
github.com/nonebot/nonebot - 251e80b81b878b6913736857788f248a2216d9d0 authored about 6 years ago
github.com/nonebot/nonetrip - 251e80b81b878b6913736857788f248a2216d9d0 authored about 6 years ago
github.com/nonebot/nonebot2 - 251e80b81b878b6913736857788f248a2216d9d0 authored about 6 years ago
github.com/nonebot/nonetrip - dd58241bb07793ee710100981286da9b76a4f93d authored about 6 years ago
github.com/nonebot/nonebot2 - dd58241bb07793ee710100981286da9b76a4f93d authored about 6 years ago
github.com/nonebot/nonebot - dd58241bb07793ee710100981286da9b76a4f93d authored about 6 years ago
github.com/nonebot/nonebot - 3ab3904d602db786666276370e1ca9abe0c9850f authored about 6 years ago
github.com/nonebot/nonetrip - 3ab3904d602db786666276370e1ca9abe0c9850f authored about 6 years ago
github.com/nonebot/nonebot2 - 3ab3904d602db786666276370e1ca9abe0c9850f authored about 6 years ago
github.com/nonebot/nonebot2 - f494e5db47b7ba4d28af0db3b7d88fecf95a45dd authored about 6 years ago
github.com/nonebot/nonetrip - f494e5db47b7ba4d28af0db3b7d88fecf95a45dd authored about 6 years ago
github.com/nonebot/nonebot - f494e5db47b7ba4d28af0db3b7d88fecf95a45dd authored about 6 years ago
I think this is niche enough not to require a command line argument
for it.
github.com/nonebot/nonebot - 06553c454b04fb84d1c438134672715b0adeb5a1 authored about 6 years ago
github.com/nonebot/nonebot2 - 06553c454b04fb84d1c438134672715b0adeb5a1 authored about 6 years ago
github.com/nonebot/nonetrip - 06553c454b04fb84d1c438134672715b0adeb5a1 authored about 6 years ago
github.com/nonebot/nonetrip - 99fd8324414875054a0197659d971a0d42a434e6 authored about 6 years ago
github.com/nonebot/nonebot2 - 99fd8324414875054a0197659d971a0d42a434e6 authored about 6 years ago
github.com/nonebot/nonebot - 99fd8324414875054a0197659d971a0d42a434e6 authored about 6 years ago
github.com/nonebot/nonebot - 16c15bca41f7cfc35a3211b75599a69f7c8b0719 authored about 6 years ago
github.com/nonebot/nonetrip - 16c15bca41f7cfc35a3211b75599a69f7c8b0719 authored about 6 years ago
github.com/nonebot/nonebot2 - 16c15bca41f7cfc35a3211b75599a69f7c8b0719 authored about 6 years ago
github.com/nonebot/nonebot2 - 1b6567afe1472eb09725049afc8e65922452aaee authored about 6 years ago
github.com/nonebot/nonetrip - 1b6567afe1472eb09725049afc8e65922452aaee authored about 6 years ago
github.com/nonebot/nonebot - 1b6567afe1472eb09725049afc8e65922452aaee authored about 6 years ago
github.com/nonebot/aiocqhttp - 2ada22c449ab836e560dd945119b77e4e9581311 authored about 6 years ago
github.com/nonebot/nonetrip - 245c0db3c79373d2fe40048265bd034032601af7 authored about 6 years ago
github.com/nonebot/nonebot2 - 245c0db3c79373d2fe40048265bd034032601af7 authored about 6 years ago
github.com/nonebot/nonebot - 245c0db3c79373d2fe40048265bd034032601af7 authored about 6 years ago
github.com/nonebot/nonebot - a86199d5f3ed05a2aa2a4ef7a59a024ef16cc791 authored about 6 years ago
github.com/nonebot/nonetrip - a86199d5f3ed05a2aa2a4ef7a59a024ef16cc791 authored about 6 years ago
github.com/nonebot/nonebot2 - a86199d5f3ed05a2aa2a4ef7a59a024ef16cc791 authored about 6 years ago
github.com/nonebot/nonebot2 - 07aa0b81f7f84f62c0b9e8c8f2584961a2874663 authored about 6 years ago
github.com/nonebot/nonetrip - 07aa0b81f7f84f62c0b9e8c8f2584961a2874663 authored about 6 years ago
github.com/nonebot/nonebot - 07aa0b81f7f84f62c0b9e8c8f2584961a2874663 authored about 6 years ago
github.com/nonebot/nonebot - 6a8758147ccee0e67f43c6c951b328d18724e240 authored about 6 years ago
github.com/nonebot/nonebot2 - 6a8758147ccee0e67f43c6c951b328d18724e240 authored about 6 years ago
github.com/nonebot/nonetrip - 6a8758147ccee0e67f43c6c951b328d18724e240 authored about 6 years ago
github.com/nonebot/nonebot2 - 2e2ac2304c14673ea452a40790704e7839a4cd86 authored about 6 years ago
github.com/nonebot/nonetrip - 2e2ac2304c14673ea452a40790704e7839a4cd86 authored about 6 years ago
github.com/nonebot/nonebot - 2e2ac2304c14673ea452a40790704e7839a4cd86 authored about 6 years ago
github.com/nonebot/nonebot - 17ce1e8e67641c93eb339fad044e72803dfa1d99 authored about 6 years ago
github.com/nonebot/nonetrip - 17ce1e8e67641c93eb339fad044e72803dfa1d99 authored about 6 years ago
github.com/nonebot/nonebot2 - 17ce1e8e67641c93eb339fad044e72803dfa1d99 authored about 6 years ago
github.com/nonebot/nonetrip - a20996d83ab99775b23dcfa5b5e82c95492932bc authored about 6 years ago
github.com/nonebot/nonebot2 - a20996d83ab99775b23dcfa5b5e82c95492932bc authored about 6 years ago
github.com/nonebot/nonebot - a20996d83ab99775b23dcfa5b5e82c95492932bc authored about 6 years ago
github.com/nonebot/aiocqhttp - c30e151b3221efec4a4f468f9c2dd5d613ddad48 authored about 6 years ago
github.com/nonebot/nonebot2 - 7dbf216b5cedb35bf17564a26354d6447f5d9c35 authored about 6 years ago
github.com/nonebot/nonetrip - 7dbf216b5cedb35bf17564a26354d6447f5d9c35 authored about 6 years ago
github.com/nonebot/nonebot - 7dbf216b5cedb35bf17564a26354d6447f5d9c35 authored about 6 years ago
This follows on from 11a44aceaf6011d912da121496a8924ccb31dffd and adds
a cert_reqs configuration...
github.com/nonebot/nonecorn - 11a44aceaf6011d912da121496a8924ccb31dffd authored about 6 years ago
github.com/nonebot/nonecorn - bac4668105ab3e8523cada1381feaad6c5cef382 authored about 6 years ago
github.com/nonebot/nonecorn - ab0a8a35be63587b411cd4c816a9f5555a2b51cb authored about 6 years ago
There is a strange bug on windows whereby this stack trace is seen,
File "c:\users\administra...
github.com/nonebot/nonecorn - 693093fb6bfb446781a55e3a4adb10540a180cd6 authored about 6 years ago