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

Update usage.rst (fix typo in example command)

github.com/nonebot/nonecorn - cf6330d887b473b3546fb4a36c5705dedb02994e authored over 5 years ago
Add the ability to upgrade from HTTP/1 to HTTP/2

This was supported until e166198fc61bd26e17865064824e5a9b1235a11b and
is now restored. It allows...

github.com/nonebot/nonecorn - 2b9e068a55d00dbe987585a963990f5121c52244 authored over 5 years ago
Support raw_path in the scope

This is a recent addition to the ASGI specification that allows the
raw (quoted) path to be pass...

github.com/nonebot/nonecorn - 3445952bb3abfe45a67baaa2aa44d9dc03a1b244 authored over 5 years ago
Structually refactor the codebase

This is a structural refactor aimed at reducing the amount of
duplicated logic and to separate t...

github.com/nonebot/nonecorn - e166198fc61bd26e17865064824e5a9b1235a11b authored over 5 years ago
Merge pull request #76 from jeasonnow/jeasonnow/fix/nonebot-doc

fix (doc): 根据docker doc修改docker部署下的cooq http配置的部分文档

github.com/nonebot/nonebot - 2be73db35d4beb1c1dda012ec2eea6f82cd831d1 authored over 5 years ago
Merge pull request #76 from jeasonnow/jeasonnow/fix/nonebot-doc

fix (doc): 根据docker doc修改docker部署下的cooq http配置的部分文档

github.com/nonebot/nonetrip - 2be73db35d4beb1c1dda012ec2eea6f82cd831d1 authored over 5 years ago
Merge pull request #76 from jeasonnow/jeasonnow/fix/nonebot-doc

fix (doc): 根据docker doc修改docker部署下的cooq http配置的部分文档

github.com/nonebot/nonebot2 - 2be73db35d4beb1c1dda012ec2eea6f82cd831d1 authored over 5 years ago
Update getting-started.md

github.com/nonebot/nonebot2 - 314a7ef028999a99aa0a63dd4858e99699d4adfb authored over 5 years ago
Update getting-started.md

github.com/nonebot/nonetrip - 314a7ef028999a99aa0a63dd4858e99699d4adfb authored over 5 years ago
Update getting-started.md

github.com/nonebot/nonebot - 314a7ef028999a99aa0a63dd4858e99699d4adfb authored over 5 years ago
fix (doc): 根据docker doc修改docker部署下的cooq http配置说明

github.com/nonebot/nonebot - 93a18714faf87671b4949b19900b0f0e888977e8 authored over 5 years ago
fix (doc): 根据docker doc修改docker部署下的cooq http配置说明

github.com/nonebot/nonetrip - 93a18714faf87671b4949b19900b0f0e888977e8 authored over 5 years ago
fix (doc): 根据docker doc修改docker部署下的cooq http配置说明

github.com/nonebot/nonebot2 - 93a18714faf87671b4949b19900b0f0e888977e8 authored over 5 years ago
Clarify the HTTP -> HTTPS redirect documentation

As noted in a recent issue the documentation was not clear about which
host to use and the setup...

github.com/nonebot/nonecorn - 2a1043d1b6860d507c0a02af435f638c4bde5410 authored over 5 years ago
Bugfix support insecure binds with Trio workers

Each stream must now be tested to see if it is an SSL stream (rather
than assuming they all are ...

github.com/nonebot/nonecorn - 9c72ecc60d6a728c98d420d2265685cf2fffc731 authored almost 6 years ago
BugFix further trio.ssl imports and bump trio version

trio.ssl has been deprecated since 0.11, this makes 0.11 the minimum
version Hypercorn can use. ...

github.com/nonebot/nonecorn - 1ec12d89210ed365caba962aafc44a21b66a9130 authored almost 6 years ago
Try make the README more welcoming

This is to encourage contributions.

github.com/nonebot/nonecorn - d825518f04c00b2c10b14149b155ae469a87c834 authored almost 6 years ago
Fix docs testing

This fixes 2901272d4a214ad5dc32ed28a01469e6d3c921b1

github.com/nonebot/nonecorn - 8167c8cb1a872c57b0d9e6036eec52745e21589c authored almost 6 years ago
Improve the documentation

This adds nice logos, and links back to the source code.

github.com/nonebot/nonecorn - 8cfe9352dd3d119a8340a042f4d86177d135cf17 authored almost 6 years ago
Add testing of the documentation build

This should ensure the documentation always builds and is free from
errors.

github.com/nonebot/nonecorn - 2901272d4a214ad5dc32ed28a01469e6d3c921b1 authored almost 6 years ago
Log exceptions with lifespan errors

github.com/nonebot/nonecorn - 0dcdbdad893d926ef947fde231c2a415b49fd89b authored almost 6 years ago
Add build-system to pyproject.toml

Without this I think the file is technically invalid.

github.com/nonebot/nonecorn - ef93d741fe246846a127f9318b54505ac65f1ae7 authored almost 6 years ago
Update and improve tooling configuration

This moves tooling configuration to pyproject.toml where
possible. This seems to be gaining trac...

github.com/nonebot/nonecorn - 3b7677e39db001a06ea4dbd26e1f15d78c7acdb2 authored almost 6 years ago
Switch from pytoml to toml

pytoml is no longer maintained and recommends toml is used instead.

github.com/nonebot/nonecorn - 6a2a76ff2a4ed16e697d7292749038fbb6a397c2 authored almost 6 years ago
Bugfix ensure early connection closure

If a keep-alive request is made but the application choses to respond
before consuming the entir...

github.com/nonebot/nonecorn - 4901eedeeb9673cfcc13068beaf479ba57a8b93a authored almost 6 years ago
Add a repr to the helper MockTransport

For easier debugging on test failure.

github.com/nonebot/nonecorn - b6f4541b15b67633418d3336d1c6a801d5a559c5 authored almost 6 years ago
Update api.md

github.com/nonebot/nonetrip - 13ed9e4e87d9824b61592520aabda6d2737c8848 authored almost 6 years ago
Update api.md

github.com/nonebot/nonebot - 13ed9e4e87d9824b61592520aabda6d2737c8848 authored almost 6 years ago
Update api.md

github.com/nonebot/nonebot2 - 13ed9e4e87d9824b61592520aabda6d2737c8848 authored almost 6 years ago
Follow the black warning and change usage

--py36 => --target-version py37 (3.7 is minimum supported version).

github.com/nonebot/nonecorn - 11378d68675a67ad276b8c06174f4049d173e0e7 authored almost 6 years ago
Bugfix lifespan failure handling

The version implemented in d47b2033e7db0eacbd7118534a35ef7dbe3bf694
would not fail correctly in ...

github.com/nonebot/nonecorn - c6eca075755a0fd10ca4a3457a902ab5bf3507ac authored almost 6 years ago
Bump and release 0.6.0

github.com/nonebot/nonecorn - 71619bc2af369b763e4e75c456cbf2657e9ea18f authored almost 6 years ago
Add CHANGELOG entries for 0.5.4

See also the 0.5-maintenance branch.

github.com/nonebot/nonecorn - 29ead5d76733b3ce2861ad3ca99b5655db7cc0a6 authored almost 6 years ago
Upgrade wsproto version

The latest wsproto version renames a function as a breaking change, so
this is required.

github.com/nonebot/nonecorn - 6226dff5033f1106a0795f35a046be995ccdd95f authored almost 6 years ago
Don't propagate access logs

If logging has been setup within an application, it is used here for the
access logs instead of ...

github.com/nonebot/nonecorn - 57d0f94c90a733add931ce56d3281a359e3c306a authored almost 6 years ago
Bugix RESUSE -> REUSE typo

This may be the cause of the reported errors binding to sockets.

github.com/nonebot/nonecorn - da5c4e341e61fbd830a67dce5dc164d5357051df authored almost 6 years ago
Yield to the event loop after checking each module for changes

Without this it is feasible for this checking loop to take
considerable lengths of time, espeica...

github.com/nonebot/nonecorn - e97e9f1896c50beb7cbde9baabf6d8eed7092c6c authored almost 6 years ago
Improve the readability of the docs

The current fm color is too dark to read, this helps. See also
https://gitlab.com/vimalkvn/solar...

github.com/nonebot/nonecorn - 2b7402f2829e8f8742082704ba4fe5794ced9866 authored almost 6 years ago
Support serving on insecure binds alongside secure binds

The primary usage of this is to redirect HTTP traffic to HTTPS, as
such ASGI middleware to do so...

github.com/nonebot/nonecorn - 4e44ae077975f8d432a508356ee4446c64537c9b authored almost 6 years ago
Fix a minor issue with the docs

github.com/nonebot/nonecorn - a395637ce05b85037d1d0c6109cf0bec4b7b006f authored almost 6 years ago
Improve the readability of the docs

The current fm color is too dark to read, this helps. See also
https://gitlab.com/vimalkvn/solar...

github.com/nonebot/nonecorn - f81c3d5ee0c0583d5f529586a984c323b62920b0 authored almost 6 years ago
Update README given recent changes

Only Python 3.7 or greater is supported and ASGI/3 is also supported.

github.com/nonebot/nonecorn - 68d83bc90209679f21c261189fa9ffad9558495b authored almost 6 years ago
Change all apps to ASGI 3.0

Now ASGI 3.0 is supported it makes sense to update all the app
examples and usages to ASGI 3.0.

github.com/nonebot/nonecorn - 4a1630cfea841d90aee22cbd3137f1c1d1550f18 authored almost 6 years ago
Support ASGI 3.0

This adds support for the latest ASGI version, whilst keeping support
for ASGI 2.0. In addition ...

github.com/nonebot/nonecorn - d47b2033e7db0eacbd7118534a35ef7dbe3bf694 authored almost 6 years ago
Bugfix reloading when invocated as python -m hypercorn

Previously it would try `python module:app -m hypercorn` instead of
the correct ordering `python...

github.com/nonebot/nonecorn - bb6989da48080478a87d4e909b3da00fe6fe6ca4 authored almost 6 years ago
Added check for supported ssl versions

github.com/nonebot/nonecorn - 83de54fe4608f9b8f31522531c1c1e996126daf0 authored almost 6 years ago
Bugfix ensure the response headers are correctly built

ASGI specifies that the header names must be lowercase and that the
subprotocol can be specified...

github.com/nonebot/nonecorn - c2718adec1be89cfe5281a9251db858c977f09c3 authored almost 6 years ago
Choose reverse_relative=True for the isort style

This is to match the Smarkets style as described in
flake8-import-order as that style was and is...

github.com/nonebot/nonecorn - 094a155c6fb99576b3403e2d7751a3d773d4c621 authored almost 6 years ago
Add the spec_version to the scope

This informs the ASGI application what additional features it can make
use of, specifically the ...

github.com/nonebot/nonecorn - 21ebeb3dca78f711c02d26530d3c321fc249a4c8 authored almost 6 years ago
Bugfix correctly support the ASGI specification

This fixes two issues, firstly the header names were not lowercased
(h2 does this as part of the...

github.com/nonebot/nonecorn - 821ac362c716e6644851bfa7887273154cd5157b authored almost 6 years ago
Pause reading during h11 pipelining

github.com/nonebot/nonecorn - ed384dd6e3bfd6f61971935492f3053959121186 authored almost 6 years ago
Fix ssl handshake usage if no ssl

This fixes e963ec1cc088cc4b2af034e18977ef29d347ad62 by setting the
ssl_handshake_timeout to None...

github.com/nonebot/nonecorn - e285d9a1365b5378f0f344f756af594e40944f70 authored almost 6 years ago
Add an SSL handshake timeout

This mitigates a DOS attack whereby the attacker simply opens
connections without attempting to ...

github.com/nonebot/nonecorn - e963ec1cc088cc4b2af034e18977ef29d347ad62 authored almost 6 years ago
Remove duplication in gitlab CI file

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
Stop supporting Python 3.6, support only 3.7 or better

Hypercorn 0.5.X is the last release series to support 3.6, Hypercorn
0.6 onwards uses Python 3.7...

github.com/nonebot/nonecorn - 3ca2605e25c9997768d156631693e2f3dbac9cd9 authored almost 6 years ago
Fix compliance scripts following 2ef4ec156b625d3e5d32a162deedde6f7aff655a

Neither needs to import anything, both tests failed due to the removal
of run_single.

github.com/nonebot/nonecorn - e7a874f7e5fcce9cc80b90154f0cf5f9a832f39a authored almost 6 years ago
Add a LifespanTimeout Exception to better communicate the failure

On startup failure the output is now

hypercorn.utils.LifespanTimeout: Timeout whilst awaiti...

github.com/nonebot/nonecorn - d93da455bb84eff55255f19e4a93e3036662f2b0 authored almost 6 years ago
Remove features previously deprecated

In doing so this highlighted a bug with the bind config parameter, in
that it had to previously ...

github.com/nonebot/nonecorn - 2ef4ec156b625d3e5d32a162deedde6f7aff655a authored almost 6 years ago
Bump and release 0.5.3

github.com/nonebot/nonecorn - fe5334fdcf5cb8557d951c5652c6daa3c0ecf7cd authored almost 6 years ago
Bump version to 1.3.0

github.com/nonebot/nonebot2 - 32981017fb32fb2f99acdbda8eaefe9ffdacfcad authored almost 6 years ago
Bump version to 1.3.0

github.com/nonebot/nonebot - 32981017fb32fb2f99acdbda8eaefe9ffdacfcad authored almost 6 years ago
Bump version to 1.3.0

github.com/nonebot/nonetrip - 32981017fb32fb2f99acdbda8eaefe9ffdacfcad authored almost 6 years ago
Update docs

github.com/nonebot/nonetrip - fa388eec6258b399b719eea7b18a24266e7121ec authored almost 6 years ago
Update docs

github.com/nonebot/nonebot - fa388eec6258b399b719eea7b18a24266e7121ec authored almost 6 years ago
Update docs

github.com/nonebot/nonebot2 - fa388eec6258b399b719eea7b18a24266e7121ec authored almost 6 years ago
Add missing type hints

github.com/nonebot/nonebot2 - 569b3b5803d1fc42cce8b5d6747ed2504651be66 authored almost 6 years ago
Add missing type hints

github.com/nonebot/nonebot - 569b3b5803d1fc42cce8b5d6747ed2504651be66 authored almost 6 years ago
Add missing type hints

github.com/nonebot/nonetrip - 569b3b5803d1fc42cce8b5d6747ed2504651be66 authored almost 6 years ago
Fixed import from deprecated trio.ssl

github.com/nonebot/nonecorn - 109bb2f3cd7bca632005a67aaf180906aa779a08 authored almost 6 years ago
Bugfix WebSocket unbounded memory usage

WebSocket servers buffer data on the way to the client. This buffer is
unbounded. Wait for the b...

github.com/nonebot/nonecorn - a758091e06df44e7b1a3cf5b4f7bf078801bd54a authored almost 6 years ago
Add max validation failures check of command arguments

github.com/nonebot/nonetrip - 5986afb2007e0f3c7136079462c4fbf958da479c authored almost 6 years ago
Add max validation failures check of command arguments

github.com/nonebot/nonebot - 5986afb2007e0f3c7136079462c4fbf958da479c authored almost 6 years ago
Add max validation failures check of command arguments

github.com/nonebot/nonebot2 - 5986afb2007e0f3c7136079462c4fbf958da479c authored almost 6 years ago
Fix bug of handle_cancellation()

github.com/nonebot/nonebot2 - 635fc70756b7397898d1b5913832375456cacee1 authored almost 6 years ago
Fix bug of handle_cancellation()

github.com/nonebot/nonetrip - 635fc70756b7397898d1b5913832375456cacee1 authored almost 6 years ago
Fix bug of handle_cancellation()

github.com/nonebot/nonebot - 635fc70756b7397898d1b5913832375456cacee1 authored almost 6 years ago
Add argfilter type "controllers"

github.com/nonebot/nonebot - ab4d12d21473ee2929c0d98771cbda63b91badf2 authored almost 6 years ago
Add argfilter type "controllers"

github.com/nonebot/nonetrip - ab4d12d21473ee2929c0d98771cbda63b91badf2 authored almost 6 years ago
Add argfilter type "controllers"

github.com/nonebot/nonebot2 - ab4d12d21473ee2929c0d98771cbda63b91badf2 authored almost 6 years ago
Check nickname before parsing command, allowing users call commands with nickname instead of explicit "at"

github.com/nonebot/nonebot2 - 838213d43823ed7207e2edbc10562dc6cad0ddb1 authored almost 6 years ago
Check nickname before parsing command, allowing users call commands with nickname instead of explicit "at"

github.com/nonebot/nonebot - 838213d43823ed7207e2edbc10562dc6cad0ddb1 authored almost 6 years ago
Check nickname before parsing command, allowing users call commands with nickname instead of explicit "at"

github.com/nonebot/nonetrip - 838213d43823ed7207e2edbc10562dc6cad0ddb1 authored almost 6 years ago
Allow no space nor comma between nickname and message body

github.com/nonebot/nonetrip - fdc7327a0c788b41bd2266f2e638421d65dd4528 authored almost 6 years ago
Allow no space nor comma between nickname and message body

github.com/nonebot/nonebot - fdc7327a0c788b41bd2266f2e638421d65dd4528 authored almost 6 years ago
Allow no space nor comma between nickname and message body

github.com/nonebot/nonebot2 - fdc7327a0c788b41bd2266f2e638421d65dd4528 authored almost 6 years ago
Update quickstart docs

This indicates that the only supported ASGI protocol is HTTP, without
this Hypercorn will fail t...

github.com/nonebot/nonecorn - 437d3397e5bffb05b47f1dabde59a2fc1b1a264a authored about 6 years ago
Bugfix reloading on both Windows and Linux

I've tested the reloading on Windows and Linux and it works. This is
quite a complex system - wi...

github.com/nonebot/nonecorn - 871668fe32c130de55d6aeaa7035be6187f3b152 authored about 6 years ago
Bump and release 0.5.2

github.com/nonebot/nonecorn - 2e72ba25d8f09a110406def50a67d629851454ff authored about 6 years ago
Bugfix ensure stream is not in closed dict when reseting

This fixes a bug in 6fcd77629a923b31307fc6d67dedc9b1f9276f9b which
manifests when the connection...

github.com/nonebot/nonecorn - 1783e6d483410371b555abaec7d69d6ee521335b authored about 6 years ago
Bump version to 1.2.3

github.com/nonebot/nonebot - 0fd3cc03651e7db5d1f74f7fa8a4fed714c313ea authored about 6 years ago
Bump version to 1.2.3

github.com/nonebot/nonetrip - 0fd3cc03651e7db5d1f74f7fa8a4fed714c313ea authored about 6 years ago
Bump version to 1.2.3

github.com/nonebot/nonebot2 - 0fd3cc03651e7db5d1f74f7fa8a4fed714c313ea authored about 6 years ago
Move scheduler staring to Quart's before serving hook

github.com/nonebot/nonebot2 - c1486ebbbed99d4931103bc1c0c917ec81a5bcd8 authored about 6 years ago
Move scheduler staring to Quart's before serving hook

github.com/nonebot/nonetrip - c1486ebbbed99d4931103bc1c0c917ec81a5bcd8 authored about 6 years ago
Move scheduler staring to Quart's before serving hook

github.com/nonebot/nonebot - c1486ebbbed99d4931103bc1c0c917ec81a5bcd8 authored about 6 years ago
Remove a useless parameter

github.com/nonebot/nonebot - bfba4d1bd45632652ca6688b3e96acac7dda3d3f authored about 6 years ago
Remove a useless parameter

github.com/nonebot/nonetrip - bfba4d1bd45632652ca6688b3e96acac7dda3d3f authored about 6 years ago