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 - cf6330d887b473b3546fb4a36c5705dedb02994e authored over 5 years ago
This was supported until e166198fc61bd26e17865064824e5a9b1235a11b and
is now restored. It allows...
This is a recent addition to the ASGI specification that allows the
raw (quoted) path to be pass...
This is a structural refactor aimed at reducing the amount of
duplicated logic and to separate t...
fix (doc): 根据docker doc修改docker部署下的cooq http配置的部分文档
github.com/nonebot/nonebot - 2be73db35d4beb1c1dda012ec2eea6f82cd831d1 authored over 5 years agofix (doc): 根据docker doc修改docker部署下的cooq http配置的部分文档
github.com/nonebot/nonetrip - 2be73db35d4beb1c1dda012ec2eea6f82cd831d1 authored over 5 years agofix (doc): 根据docker doc修改docker部署下的cooq http配置的部分文档
github.com/nonebot/nonebot2 - 2be73db35d4beb1c1dda012ec2eea6f82cd831d1 authored over 5 years agogithub.com/nonebot/nonebot2 - 314a7ef028999a99aa0a63dd4858e99699d4adfb authored over 5 years ago
github.com/nonebot/nonetrip - 314a7ef028999a99aa0a63dd4858e99699d4adfb authored over 5 years ago
github.com/nonebot/nonebot - 314a7ef028999a99aa0a63dd4858e99699d4adfb authored over 5 years ago
github.com/nonebot/nonebot - 93a18714faf87671b4949b19900b0f0e888977e8 authored over 5 years ago
github.com/nonebot/nonetrip - 93a18714faf87671b4949b19900b0f0e888977e8 authored over 5 years ago
github.com/nonebot/nonebot2 - 93a18714faf87671b4949b19900b0f0e888977e8 authored over 5 years ago
As noted in a recent issue the documentation was not clear about which
host to use and the setup...
Each stream must now be tested to see if it is an SSL stream (rather
than assuming they all are ...
trio.ssl has been deprecated since 0.11, this makes 0.11 the minimum
version Hypercorn can use. ...
This is to encourage contributions.
github.com/nonebot/nonecorn - d825518f04c00b2c10b14149b155ae469a87c834 authored almost 6 years agoThis fixes 2901272d4a214ad5dc32ed28a01469e6d3c921b1
github.com/nonebot/nonecorn - 8167c8cb1a872c57b0d9e6036eec52745e21589c authored almost 6 years agoThis adds nice logos, and links back to the source code.
github.com/nonebot/nonecorn - 8cfe9352dd3d119a8340a042f4d86177d135cf17 authored almost 6 years ago
This should ensure the documentation always builds and is free from
errors.
github.com/nonebot/nonecorn - 0dcdbdad893d926ef947fde231c2a415b49fd89b authored almost 6 years ago
Without this I think the file is technically invalid.
github.com/nonebot/nonecorn - ef93d741fe246846a127f9318b54505ac65f1ae7 authored almost 6 years ago
This moves tooling configuration to pyproject.toml where
possible. This seems to be gaining trac...
pytoml is no longer maintained and recommends toml is used instead.
github.com/nonebot/nonecorn - 6a2a76ff2a4ed16e697d7292749038fbb6a397c2 authored almost 6 years ago
If a keep-alive request is made but the application choses to respond
before consuming the entir...
For easier debugging on test failure.
github.com/nonebot/nonecorn - b6f4541b15b67633418d3336d1c6a801d5a559c5 authored almost 6 years agogithub.com/nonebot/nonetrip - 13ed9e4e87d9824b61592520aabda6d2737c8848 authored almost 6 years ago
github.com/nonebot/nonebot - 13ed9e4e87d9824b61592520aabda6d2737c8848 authored almost 6 years ago
github.com/nonebot/nonebot2 - 13ed9e4e87d9824b61592520aabda6d2737c8848 authored almost 6 years ago
--py36 => --target-version py37 (3.7 is minimum supported version).
github.com/nonebot/nonecorn - 11378d68675a67ad276b8c06174f4049d173e0e7 authored almost 6 years ago
The version implemented in d47b2033e7db0eacbd7118534a35ef7dbe3bf694
would not fail correctly in ...
github.com/nonebot/nonecorn - 71619bc2af369b763e4e75c456cbf2657e9ea18f authored almost 6 years ago
See also the 0.5-maintenance branch.
github.com/nonebot/nonecorn - 29ead5d76733b3ce2861ad3ca99b5655db7cc0a6 authored almost 6 years ago
The latest wsproto version renames a function as a breaking change, so
this is required.
If logging has been setup within an application, it is used here for the
access logs instead of ...
This may be the cause of the reported errors binding to sockets.
github.com/nonebot/nonecorn - da5c4e341e61fbd830a67dce5dc164d5357051df authored almost 6 years ago
Without this it is feasible for this checking loop to take
considerable lengths of time, espeica...
The current fm color is too dark to read, this helps. See also
https://gitlab.com/vimalkvn/solar...
The primary usage of this is to redirect HTTP traffic to HTTPS, as
such ASGI middleware to do so...
github.com/nonebot/nonecorn - a395637ce05b85037d1d0c6109cf0bec4b7b006f authored almost 6 years ago
The current fm color is too dark to read, this helps. See also
https://gitlab.com/vimalkvn/solar...
Only Python 3.7 or greater is supported and ASGI/3 is also supported.
github.com/nonebot/nonecorn - 68d83bc90209679f21c261189fa9ffad9558495b authored almost 6 years ago
Now ASGI 3.0 is supported it makes sense to update all the app
examples and usages to ASGI 3.0.
This adds support for the latest ASGI version, whilst keeping support
for ASGI 2.0. In addition ...
Previously it would try `python module:app -m hypercorn` instead of
the correct ordering `python...
github.com/nonebot/nonecorn - 83de54fe4608f9b8f31522531c1c1e996126daf0 authored almost 6 years ago
ASGI specifies that the header names must be lowercase and that the
subprotocol can be specified...
This is to match the Smarkets style as described in
flake8-import-order as that style was and is...
This informs the ASGI application what additional features it can make
use of, specifically the ...
This fixes two issues, firstly the header names were not lowercased
(h2 does this as part of the...
github.com/nonebot/nonecorn - ed384dd6e3bfd6f61971935492f3053959121186 authored almost 6 years ago
This fixes e963ec1cc088cc4b2af034e18977ef29d347ad62 by setting the
ssl_handshake_timeout to None...
This mitigates a DOS attack whereby the attacker simply opens
connections without attempting to ...
This is an attempt to improve the readability of the file.
The ``&something`` and ``<<: *someth...
github.com/nonebot/nonecorn - 89f5412ea6e7b7dafdeba7d8df8bd698191c7773 authored almost 6 years ago
Hypercorn 0.5.X is the last release series to support 3.6, Hypercorn
0.6 onwards uses Python 3.7...
Neither needs to import anything, both tests failed due to the removal
of run_single.
On startup failure the output is now
hypercorn.utils.LifespanTimeout: Timeout whilst awaiti...
github.com/nonebot/nonecorn - d93da455bb84eff55255f19e4a93e3036662f2b0 authored almost 6 years ago
In doing so this highlighted a bug with the bind config parameter, in
that it had to previously ...
github.com/nonebot/nonecorn - fe5334fdcf5cb8557d951c5652c6daa3c0ecf7cd authored almost 6 years ago
github.com/nonebot/nonebot - 1bb753add0f359dfa8ac63d0ae2cfa67c91c1c28 authored almost 6 years ago
github.com/nonebot/nonetrip - 1bb753add0f359dfa8ac63d0ae2cfa67c91c1c28 authored almost 6 years ago
github.com/nonebot/nonebot2 - 1bb753add0f359dfa8ac63d0ae2cfa67c91c1c28 authored almost 6 years ago
github.com/nonebot/nonebot2 - 32981017fb32fb2f99acdbda8eaefe9ffdacfcad authored almost 6 years ago
github.com/nonebot/nonebot - 32981017fb32fb2f99acdbda8eaefe9ffdacfcad authored almost 6 years ago
github.com/nonebot/nonetrip - 32981017fb32fb2f99acdbda8eaefe9ffdacfcad authored almost 6 years ago
github.com/nonebot/nonetrip - fa388eec6258b399b719eea7b18a24266e7121ec authored almost 6 years ago
github.com/nonebot/nonebot - fa388eec6258b399b719eea7b18a24266e7121ec authored almost 6 years ago
github.com/nonebot/nonebot2 - fa388eec6258b399b719eea7b18a24266e7121ec authored almost 6 years ago
github.com/nonebot/nonebot2 - 569b3b5803d1fc42cce8b5d6747ed2504651be66 authored almost 6 years ago
github.com/nonebot/nonebot - 569b3b5803d1fc42cce8b5d6747ed2504651be66 authored almost 6 years ago
github.com/nonebot/nonetrip - 569b3b5803d1fc42cce8b5d6747ed2504651be66 authored almost 6 years ago
github.com/nonebot/nonecorn - 109bb2f3cd7bca632005a67aaf180906aa779a08 authored almost 6 years ago
WebSocket servers buffer data on the way to the client. This buffer is
unbounded. Wait for the b...
github.com/nonebot/nonetrip - 5986afb2007e0f3c7136079462c4fbf958da479c authored almost 6 years ago
github.com/nonebot/nonebot - 5986afb2007e0f3c7136079462c4fbf958da479c authored almost 6 years ago
github.com/nonebot/nonebot2 - 5986afb2007e0f3c7136079462c4fbf958da479c authored almost 6 years ago
github.com/nonebot/nonebot2 - 635fc70756b7397898d1b5913832375456cacee1 authored almost 6 years ago
github.com/nonebot/nonetrip - 635fc70756b7397898d1b5913832375456cacee1 authored almost 6 years ago
github.com/nonebot/nonebot - 635fc70756b7397898d1b5913832375456cacee1 authored almost 6 years ago
github.com/nonebot/nonebot - ab4d12d21473ee2929c0d98771cbda63b91badf2 authored almost 6 years ago
github.com/nonebot/nonetrip - ab4d12d21473ee2929c0d98771cbda63b91badf2 authored almost 6 years ago
github.com/nonebot/nonebot2 - ab4d12d21473ee2929c0d98771cbda63b91badf2 authored almost 6 years ago
github.com/nonebot/nonebot2 - 838213d43823ed7207e2edbc10562dc6cad0ddb1 authored almost 6 years ago
github.com/nonebot/nonebot - 838213d43823ed7207e2edbc10562dc6cad0ddb1 authored almost 6 years ago
github.com/nonebot/nonetrip - 838213d43823ed7207e2edbc10562dc6cad0ddb1 authored almost 6 years ago
github.com/nonebot/nonetrip - fdc7327a0c788b41bd2266f2e638421d65dd4528 authored almost 6 years ago
github.com/nonebot/nonebot - fdc7327a0c788b41bd2266f2e638421d65dd4528 authored almost 6 years ago
github.com/nonebot/nonebot2 - fdc7327a0c788b41bd2266f2e638421d65dd4528 authored almost 6 years ago
This indicates that the only supported ASGI protocol is HTTP, without
this Hypercorn will fail t...
I've tested the reloading on Windows and Linux and it works. This is
quite a complex system - wi...
github.com/nonebot/nonecorn - 2e72ba25d8f09a110406def50a67d629851454ff authored about 6 years ago
This fixes a bug in 6fcd77629a923b31307fc6d67dedc9b1f9276f9b which
manifests when the connection...
github.com/nonebot/nonebot - 0fd3cc03651e7db5d1f74f7fa8a4fed714c313ea authored about 6 years ago
github.com/nonebot/nonetrip - 0fd3cc03651e7db5d1f74f7fa8a4fed714c313ea authored about 6 years ago
github.com/nonebot/nonebot2 - 0fd3cc03651e7db5d1f74f7fa8a4fed714c313ea authored about 6 years ago
github.com/nonebot/nonebot2 - c1486ebbbed99d4931103bc1c0c917ec81a5bcd8 authored about 6 years ago
github.com/nonebot/nonetrip - c1486ebbbed99d4931103bc1c0c917ec81a5bcd8 authored about 6 years ago
github.com/nonebot/nonebot - c1486ebbbed99d4931103bc1c0c917ec81a5bcd8 authored about 6 years ago
github.com/nonebot/nonebot - bfba4d1bd45632652ca6688b3e96acac7dda3d3f authored about 6 years ago
github.com/nonebot/nonetrip - bfba4d1bd45632652ca6688b3e96acac7dda3d3f authored about 6 years ago