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

Adjust imports

github.com/nonebot/nonetrip - e59a81858dd7f9b972dc5ba46c651aa0710933da authored over 6 years ago
Adjust imports

github.com/nonebot/nonebot2 - e59a81858dd7f9b972dc5ba46c651aa0710933da authored over 6 years ago
Remove file added by mistake in 00e38d3f3e188e0d47b591772e64ade673147400

github.com/nonebot/nonecorn - 3d5aa93b2bd14708c412172aabe3362dde1dba19 authored over 6 years ago
Add a missing __init__ file and fix mypy issues

With this file mypy knows to also check the files in the trio
directory which in turn highlights...

github.com/nonebot/nonecorn - fff131b0bd419de8955bea8f1f35c5ae1a8f3bdd authored over 6 years ago
Refactor h2 code to support trio-h2

This most completes the trio worker as it now supports HTTP/1.1,
HTTP/2 and Websockets but doesn...

github.com/nonebot/nonecorn - 3c175537bdf7e7a7690d8415805e9f5af7acca96 authored over 6 years ago
Handle application failures with wsproto

This ensures that Hypercorn sends a 403 response if the application
errors in anyway before the ...

github.com/nonebot/nonecorn - a960b155ca41324cec52c0151809a6b458ed65a0 authored over 6 years ago
Add websocket support to the trio worker

This further advances the trio worker by supporting websocket
connections including rejection HT...

github.com/nonebot/nonecorn - 285186befb369bcf82fc88eb23f139749b0572cd authored over 6 years ago
Add a typing Protocol for a Queue

This allows the Queue to be typed and specified in the H11Mixin, which
was previously not possib...

github.com/nonebot/nonecorn - dbfb0ebc1e24e56fe186eeef6d186588274662cd authored over 6 years ago
Bugfix ensure the scheme is present for asyncio h11 connections

This fixes a bug introduced in
00e38d3f3e188e0d47b591772e64ade673147400.

github.com/nonebot/nonecorn - 097c4aa0260551f68185127a99ca2602b4ca3a5a authored over 6 years ago
Handle application failures with a 500 response for h11

This ensures that Hypercorn sends a 500 response if the application
errors in anyway whereby it ...

github.com/nonebot/nonecorn - 544584e7e9726fb915a07bc01f474eb1207933e3 authored over 6 years ago
Add initial trio worker

This only supports HTTP/1 and is not complete (no upgrade support),
however it is a good checkpo...

github.com/nonebot/nonecorn - 00e38d3f3e188e0d47b591772e64ade673147400 authored over 6 years ago
Add worker-class option to the config and CLI

This allows the worker class to be specified as either asyncio, or
uvloop currently but with mor...

github.com/nonebot/nonecorn - a8d8069128fb3e9046c8d09c1f4e80d5dfe565d5 authored over 6 years ago
Bump and release 0.3.2

github.com/nonebot/nonecorn - 90bdc960cafddd974583150c3495e0587b02749b authored over 6 years ago
Refactor structure to allow for a new worker class

The asyncio worker class code is moved into a asyncio directory solely
to facilitate another wor...

github.com/nonebot/nonecorn - ea7ae78ee8c419a9628f53148c3cf713fd4cb61e authored over 6 years ago
Bugfix 1115d71fa624072940a0b065bdb40de70be8a7be

Ensure the artwork is present in the mainfest.

github.com/nonebot/nonecorn - 687d8c1243e8ab734f0d9a0f23c0df5fcd4c3bfc authored over 6 years ago
Add a Logo for Hypercorn

This is made with help from the vecteezy.com and stet.io editors.

github.com/nonebot/nonecorn - 1115d71fa624072940a0b065bdb40de70be8a7be authored over 6 years ago
Update CHANGELOG

github.com/nonebot/aiocqhttp - 2a47c6eee373a67d15eb9e5fd6d4b820180f57d2 authored over 6 years ago
Bump version to 0.6.3

github.com/nonebot/aiocqhttp - ec3e7c0f0add985d8423948014db090400464540 authored over 6 years ago
Fix a critical bug of bot.send(), fix #9

github.com/nonebot/aiocqhttp - de0c942d4838de3f6581c588ba27283a04dd6893 authored over 6 years ago
Cope with a None loop argument for run_single

Quart will use loop = None which causes issues, as this was previously
allowed. This will act as...

github.com/nonebot/nonecorn - 05f754e09b5db3ca7d46de3329b73a6eb6e9d93a authored over 6 years ago
Bump and release 0.3.1

github.com/nonebot/nonecorn - 1b2a5d9a17f25e095619bbbf29f7e51ee1083fc5 authored over 6 years ago
Bugfix cf0b257a08a351e20620ccb0f503b077e4e6686a

Missed some run_single usages.

github.com/nonebot/nonecorn - 67b0e46856664045d6f30d6e2106e1dce609d628 authored over 6 years ago
Bugfix ensure the event-loop is configured before the app is created

This ensures that any asyncio primitives created with the app are
aware of the correct (fully co...

github.com/nonebot/nonecorn - cf0b257a08a351e20620ccb0f503b077e4e6686a authored over 6 years ago
Fix for non-unix

github.com/nonebot/nonecorn - 4f52a9057ffe11b9a00850a474b42693121a4c4d authored over 6 years ago
Bump and release 0.3.0

github.com/nonebot/nonecorn - 783f75f7a0f4f19462008397ca24457ec79aadf5 authored over 6 years ago
Use the latest wsproto release

This allows the workaround for the connection header to be removed as
well as the pinning of h11.

github.com/nonebot/nonecorn - d2f1f54e8eb308a17fc9c8b71fa19f0df1dc26ef authored over 6 years ago
Remove project files

github.com/nonebot/aiocqhttp - 942bcc2807df8531f56f0542fc87dabcc19e821b authored over 6 years ago
Merge branch 'master' of github.com:richardchien/none-bot

github.com/nonebot/nonetrip - be7a4c243e856ad00f43e49dcbb6cfafafa17396 authored over 6 years ago
Merge branch 'master' of github.com:richardchien/none-bot

github.com/nonebot/nonebot - be7a4c243e856ad00f43e49dcbb6cfafafa17396 authored over 6 years ago
Merge branch 'master' of github.com:richardchien/none-bot

github.com/nonebot/nonebot2 - be7a4c243e856ad00f43e49dcbb6cfafafa17396 authored over 6 years ago
Remove project files

github.com/nonebot/nonebot2 - 19880bfe9722893e996f1ae3c91b0e0d3516c8e1 authored over 6 years ago
Remove project files

github.com/nonebot/nonetrip - 19880bfe9722893e996f1ae3c91b0e0d3516c8e1 authored over 6 years ago
Remove project files

github.com/nonebot/nonebot - 19880bfe9722893e996f1ae3c91b0e0d3516c8e1 authored over 6 years ago
Merge pull request #8 from theprimone/patch-1

Update command.md

github.com/nonebot/nonebot - ab385d620487f925b969f3196c408c8db37c399b authored over 6 years ago
Merge pull request #8 from theprimone/patch-1

Update command.md

github.com/nonebot/nonetrip - ab385d620487f925b969f3196c408c8db37c399b authored over 6 years ago
Merge pull request #8 from theprimone/patch-1

Update command.md

github.com/nonebot/nonebot2 - ab385d620487f925b969f3196c408c8db37c399b authored over 6 years ago
Update command.md

修正笔误

github.com/nonebot/nonebot2 - c2a88687a3b4d2b6ca11e1df3d38b02a659706c4 authored over 6 years ago
Update command.md

修正笔误

github.com/nonebot/nonetrip - c2a88687a3b4d2b6ca11e1df3d38b02a659706c4 authored over 6 years ago
Update command.md

修正笔误

github.com/nonebot/nonebot - c2a88687a3b4d2b6ca11e1df3d38b02a659706c4 authored over 6 years ago
Improve docs experience, fix #7

github.com/nonebot/nonetrip - 0b7841f9cc1efa490fca68d913013f33a52a78c1 authored over 6 years ago
Improve docs experience, fix #7

github.com/nonebot/nonebot - 0b7841f9cc1efa490fca68d913013f33a52a78c1 authored over 6 years ago
Improve docs experience, fix #7

github.com/nonebot/nonebot2 - 0b7841f9cc1efa490fca68d913013f33a52a78c1 authored over 6 years ago
Rename extras

github.com/nonebot/nonebot2 - ef4c67c4280ceb84b292243c9ab8b35966358de9 authored over 6 years ago
Rename extras

github.com/nonebot/nonebot - ef4c67c4280ceb84b292243c9ab8b35966358de9 authored over 6 years ago
Rename extras

github.com/nonebot/nonetrip - ef4c67c4280ceb84b292243c9ab8b35966358de9 authored over 6 years ago
Support ws_reverse_url config

github.com/nonebot/aiocqhttp - ca38190d5697e88ed9f822d99242ef7ff6873211 authored over 6 years ago
Adjust nav order

github.com/nonebot/nonetrip - 3cc59b072c54656053702cbc76b32b9c60d5063d authored over 6 years ago
Adjust nav order

github.com/nonebot/nonebot - 3cc59b072c54656053702cbc76b32b9c60d5063d authored over 6 years ago
Adjust nav order

github.com/nonebot/nonebot2 - 3cc59b072c54656053702cbc76b32b9c60d5063d authored over 6 years ago
Add support for opening a socket from a file descriptor

This is especially useful well working with systemd as it allows a
systemd created socket to be ...

github.com/nonebot/nonecorn - 26b45ab5b028dde10901d944817a84b060f0376e authored over 6 years ago
Add initial, simple, PID file support

This simply writes the master PID to a specified file.

github.com/nonebot/nonecorn - 2171f791443ee5c5f1571ce45316b150562eeca1 authored over 6 years ago
Bugfix f2e1ed620499fb6faebdde50f1053179b7ed1e1e

Sometimes an empty message is sent

github.com/nonebot/nonecorn - 45279bfdfa0114dffd688b86ffab747e7d752f4d authored over 6 years ago
Ensure Hypercorn errors if sent wrong types

This matches the ASGI specification "[the server] should raise an
exception out of the send awai...

github.com/nonebot/nonecorn - f2e1ed620499fb6faebdde50f1053179b7ed1e1e authored over 6 years ago
Fix indentation to ensure hosting is printed

The hosting should be printed whether explicitly set in a bind or not.

github.com/nonebot/nonecorn - 92b1a109315fb410d8f92fe3c039a8ee4e967490 authored over 6 years ago
Allow the h2 max inbound frame size to be configured

By default Hypercorn uses the minimum value, roughly matching the h11
max incomplete size value.

github.com/nonebot/nonecorn - e7bb32e8fc6ca8d950a79cbab09fb7af7c13b568 authored over 6 years ago
Improve SSL Context configuration

This ensures that the SSL context has the correct configuration in
terms of disabled versions an...

github.com/nonebot/nonecorn - 047a927a9478ebfe6d64267b66a58293e685cd6b authored over 6 years ago
Remove unused and incorrect documentation

github.com/nonebot/nonecorn - efd5aabd39ba2ed1eaae40237ba5aa0778db43dd authored over 6 years ago
Add the ASGI version to the scope

This is new to the ASGI specification, and should help applications
understand what ASGI specifi...

github.com/nonebot/nonecorn - 2b5c29c1326b79f90998aae106d11893eee0d650 authored over 6 years ago
Add favicons

github.com/nonebot/nonebot - 02b4f5edfc4bfe71a5931002adc23ce0982befe7 authored over 6 years ago
Bump version to 0.3.1

github.com/nonebot/nonebot2 - d32c27cf701cd598136158006cbe0e3e53f4ff65 authored over 6 years ago
Bump version to 0.3.1

github.com/nonebot/nonebot - d32c27cf701cd598136158006cbe0e3e53f4ff65 authored over 6 years ago
Bump version to 0.3.1

github.com/nonebot/nonetrip - d32c27cf701cd598136158006cbe0e3e53f4ff65 authored over 6 years ago
Add docs for scheduler

github.com/nonebot/nonebot - 3b67b79ffc11935ca8a4c3617318eb5eef2bbce2 authored over 6 years ago
Add docs for scheduler

github.com/nonebot/nonetrip - 3b67b79ffc11935ca8a4c3617318eb5eef2bbce2 authored over 6 years ago
Add docs for scheduler

github.com/nonebot/nonebot2 - 3b67b79ffc11935ca8a4c3617318eb5eef2bbce2 authored over 6 years ago
Merge remote-tracking branch 'origin/master'

github.com/nonebot/nonebot2 - 72abed9cb0e1f5adc15351678ab7eda9ae279fd1 authored over 6 years ago
Merge remote-tracking branch 'origin/master'

github.com/nonebot/nonetrip - 72abed9cb0e1f5adc15351678ab7eda9ae279fd1 authored over 6 years ago
Merge remote-tracking branch 'origin/master'

github.com/nonebot/nonebot - 72abed9cb0e1f5adc15351678ab7eda9ae279fd1 authored over 6 years ago
Bump version to 0.3.0

github.com/nonebot/nonebot - 09796015b9227d76a0b044d17c25d5991fb7ae99 authored over 6 years ago
Bump version to 0.3.0

github.com/nonebot/nonetrip - 09796015b9227d76a0b044d17c25d5991fb7ae99 authored over 6 years ago
Bump version to 0.3.0

github.com/nonebot/nonebot2 - 09796015b9227d76a0b044d17c25d5991fb7ae99 authored over 6 years ago
Allow call_action without self_id when there is only one api client connected

github.com/nonebot/aiocqhttp - d6a944d6194ea0993507515fa11b5b5475c694af authored over 6 years ago
Add APScheduler as builtin scheduler

github.com/nonebot/nonetrip - 01d6a8cb3c67abb47ae330bdab586befbfb49fee authored over 6 years ago
Add APScheduler as builtin scheduler

github.com/nonebot/nonebot - 01d6a8cb3c67abb47ae330bdab586befbfb49fee authored over 6 years ago
Add APScheduler as builtin scheduler

github.com/nonebot/nonebot2 - 01d6a8cb3c67abb47ae330bdab586befbfb49fee authored over 6 years ago
Disable service worker

github.com/nonebot/nonebot2 - 6a148b1be74b27e39eac9b4e7fbf4979c47c1c28 authored over 6 years ago
Disable service worker

github.com/nonebot/nonebot - 6a148b1be74b27e39eac9b4e7fbf4979c47c1c28 authored over 6 years ago
Disable service worker

github.com/nonebot/nonetrip - 6a148b1be74b27e39eac9b4e7fbf4979c47c1c28 authored over 6 years ago
Fix quickstart example

The body should be bytes.

github.com/nonebot/nonecorn - e83ed97ec8e7387a49cb18841cf92c7643c70b25 authored over 6 years ago
Bump version to v0.2.2

github.com/nonebot/nonetrip - 2884a58a5299a9b6c529d5a484826df4b7aad878 authored over 6 years ago
Bump version to v0.2.2

github.com/nonebot/nonebot - 2884a58a5299a9b6c529d5a484826df4b7aad878 authored over 6 years ago
Bump version to v0.2.2

github.com/nonebot/nonebot2 - 2884a58a5299a9b6c529d5a484826df4b7aad878 authored over 6 years ago