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

Fix a mypy bug

github.com/nonebot/nonecorn - d42f454b4cf461f53b4339f8673dd752fedd4582 authored about 6 years ago
Initial working h2 Websocket support RFC 8441

This introduces support of websockets over HTTP/2, as defined in RFC
8441. It requires the lates...

github.com/nonebot/nonecorn - 3e19e831a24a18b1ef5481b5a5df3ac561b3175d authored about 6 years ago
Update comments

github.com/nonebot/nonebot - f1aa28e14bc81f4622e6b5e58b1c84a8b4d81930 authored about 6 years ago
Update comments

github.com/nonebot/nonebot2 - f1aa28e14bc81f4622e6b5e58b1c84a8b4d81930 authored about 6 years ago
Update comments

github.com/nonebot/nonetrip - f1aa28e14bc81f4622e6b5e58b1c84a8b4d81930 authored about 6 years ago
Add class IntentCommand to replace class NLPResult

github.com/nonebot/nonebot2 - 35ba57c059e3b3d01c962db3792cdd6f5f01416d authored about 6 years ago
Add class IntentCommand to replace class NLPResult

github.com/nonebot/nonetrip - 35ba57c059e3b3d01c962db3792cdd6f5f01416d authored about 6 years ago
Add class IntentCommand to replace class NLPResult

github.com/nonebot/nonebot - 35ba57c059e3b3d01c962db3792cdd6f5f01416d authored about 6 years ago
Upgrade wsproto to 0.13.0

This is quite a breaking change to wsproto, but it simplifies the
Hypercorn code a fair amount. ...

github.com/nonebot/nonecorn - 5b635eba3914445e242457bba93e41e940aec34b authored about 6 years ago
Bugfix don't crash or log on SSL handshake failures

These are typically due to client side issues so they shouldn't be
logged. Note the error in asy...

github.com/nonebot/nonecorn - acad661e41e0cf1ed6671d7d9041dceb437b016b authored about 6 years ago
Add docs for writing "usage" command

github.com/nonebot/nonebot - 9d138a059555ebec24bfe748f47859933d993202 authored about 6 years ago
Add docs for writing "usage" command

github.com/nonebot/nonebot2 - 9d138a059555ebec24bfe748f47859933d993202 authored about 6 years ago
Add docs for writing "usage" command

github.com/nonebot/nonetrip - 9d138a059555ebec24bfe748f47859933d993202 authored about 6 years ago
Update changelog

github.com/nonebot/nonebot2 - f8ec3ace439597d60c0fdb93d18173e2c26798d9 authored about 6 years ago
Update changelog

github.com/nonebot/nonetrip - f8ec3ace439597d60c0fdb93d18173e2c26798d9 authored about 6 years ago
Update changelog

github.com/nonebot/nonebot - f8ec3ace439597d60c0fdb93d18173e2c26798d9 authored about 6 years ago
Add "usage" command demo

github.com/nonebot/nonebot - 04219275d04e1bfbbb53bee3f70c0c7ffda201ef authored about 6 years ago
Add "usage" command demo

github.com/nonebot/nonebot2 - 04219275d04e1bfbbb53bee3f70c0c7ffda201ef authored about 6 years ago
Add "usage" command demo

github.com/nonebot/nonetrip - 04219275d04e1bfbbb53bee3f70c0c7ffda201ef authored about 6 years ago
Fix to_me while in a session

github.com/nonebot/nonetrip - 0a3d07b70eda71fdc58352fb31ced3e7c3213d9b authored about 6 years ago
Fix to_me while in a session

github.com/nonebot/nonebot2 - 0a3d07b70eda71fdc58352fb31ced3e7c3213d9b authored about 6 years ago
Fix to_me while in a session

github.com/nonebot/nonebot - 0a3d07b70eda71fdc58352fb31ced3e7c3213d9b authored about 6 years ago
Correct import ordering for trio

Trio is a third party library, but wasn't positioned as such.

github.com/nonebot/nonecorn - 3ad4bde06a70f33ee95a88c1c9cdc7f8fee13fe5 authored about 6 years ago
Bugfix ensure there is no race condition in lifespan startup

Previously it was possible to reach the `wait_for` in the
`wait_for_startup` before the support ...

github.com/nonebot/nonecorn - 16b0ae8f898e641a4c3d565f2a2f01ea9cedda61 authored about 6 years ago
Support existing Quart releases

2ca9750773e0045fd22cfea08262e49c45fed2a3 changed from host & port to
using bind and broke existi...

github.com/nonebot/nonecorn - e9aeb30bf4f303d8eacb49ab550c81778378bebb authored about 6 years ago
Allow the access logger Logger to be set

9ab020c9f27bd14c686bdff4cd5435f42ec8a316 introduced an AccessLogger
class with customisation, ho...

github.com/nonebot/nonecorn - 6ba0c80aa9a9fe5ce0aa197155e918dd7a314b19 authored about 6 years ago
Change websocket access logging

Since 1e7d248d9013ad81b3278411743ae80d4cbe37b3 the access log for a
websocket connection is only...

github.com/nonebot/nonecorn - c0e35ca82d78ab3c7632c945c32179134a7fec57 authored about 6 years ago
Allow the access logger class to be customised

This also simplifies the code to access log within the various ASGI
protocol handlers. Note that...

github.com/nonebot/nonecorn - 9ab020c9f27bd14c686bdff4cd5435f42ec8a316 authored about 6 years ago
Bugfix signal handling

Signal handling with asyncio is an absolute pain. The previous version
would not gracefully shut...

github.com/nonebot/nonecorn - 001432f2a85516dd0a0c41f6fcf9f4bbc23d9292 authored about 6 years ago
Bugfix variable referenced before assignment

Issue from 2ca9750773e0045fd22cfea08262e49c45fed2a3

github.com/nonebot/nonecorn - e16bbae8306c2b5f10a7c6098fbce52d02df97c3 authored about 6 years ago
Allow the ALPN protocols to be configured

This allows control over HTTP/2 support, as this is a niche use there
is no command line support.

github.com/nonebot/nonecorn - f51d20e0160dc77dc7a32017dea32797995759f3 authored about 6 years ago
Support requests that assume HTTP/2

A HTTP/2 request starts with ``PRI * HTTP/2.0`` which can
intentionally be parsed by HTTP/1 pars...

github.com/nonebot/nonecorn - 69954068536d8dffd1d2fdb1ac4fad253ea0c175 authored about 6 years ago
Ensure that h2c upgrade requests work

Previously the h2c upgrade in the asyncio worker would not be
responded to (the coroutine wasn't...

github.com/nonebot/nonecorn - 77dcd42524cff19646efaabad6744a38b1c09c88 authored about 6 years ago
Bugfix default port is now 8000 not 5000

2ca9750773e0045fd22cfea08262e49c45fed2a3 changed the default port to
8000 (when not specified) t...

github.com/nonebot/nonecorn - 22ffe3eac26dfffb03a4c47a835cbca2c0494d6d authored about 6 years ago
Add the ability to bind to multiple sockets

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
Support the trio task_status system

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 ago
Fix unhashable __plugin_usage__ bug

github.com/nonebot/nonebot - 9359904fe777324b2a68e9c849349c1ee84cbb62 authored about 6 years ago
Fix unhashable __plugin_usage__ bug

github.com/nonebot/nonebot2 - 9359904fe777324b2a68e9c849349c1ee84cbb62 authored about 6 years ago
Fix unhashable __plugin_usage__ bug

github.com/nonebot/nonetrip - 9359904fe777324b2a68e9c849349c1ee84cbb62 authored about 6 years ago
Add an official API for using Hypercorn programmatically

It is not expected that all usage of Hypercorn will be via the command
line, in fact both Quart ...

github.com/nonebot/nonecorn - 1ecfcc3ac8a1da1b8b12efdd5cab51fd41ad1c2f authored about 6 years ago
Bump version to 1.1.0

github.com/nonebot/nonebot - 251e80b81b878b6913736857788f248a2216d9d0 authored about 6 years ago
Bump version to 1.1.0

github.com/nonebot/nonetrip - 251e80b81b878b6913736857788f248a2216d9d0 authored about 6 years ago
Bump version to 1.1.0

github.com/nonebot/nonebot2 - 251e80b81b878b6913736857788f248a2216d9d0 authored about 6 years ago
Update docs

github.com/nonebot/nonebot - dd58241bb07793ee710100981286da9b76a4f93d authored about 6 years ago
Allow "at" segment at the end of messages

github.com/nonebot/nonebot - 3ab3904d602db786666276370e1ca9abe0c9850f authored about 6 years ago
Allow "at" segment at the end of messages

github.com/nonebot/nonetrip - 3ab3904d602db786666276370e1ca9abe0c9850f authored about 6 years ago
Allow "at" segment at the end of messages

github.com/nonebot/nonebot2 - 3ab3904d602db786666276370e1ca9abe0c9850f authored about 6 years ago
Allow the SSL Verify Flags to be specified in the config

I think this is niche enough not to require a command line argument
for it.

github.com/nonebot/nonecorn - a727c1d5ae1a010e5e5e2ac1f951401cd8e84ef9 authored about 6 years ago
Log self_id while receiving messages

github.com/nonebot/nonebot - 06553c454b04fb84d1c438134672715b0adeb5a1 authored about 6 years ago
Log self_id while receiving messages

github.com/nonebot/nonebot2 - 06553c454b04fb84d1c438134672715b0adeb5a1 authored about 6 years ago
Log self_id while receiving messages

github.com/nonebot/nonetrip - 06553c454b04fb84d1c438134672715b0adeb5a1 authored about 6 years ago
Update docs

github.com/nonebot/nonebot - 99fd8324414875054a0197659d971a0d42a434e6 authored about 6 years ago
Add BaseSession.self_id property

github.com/nonebot/nonebot - 16c15bca41f7cfc35a3211b75599a69f7c8b0719 authored about 6 years ago
Add BaseSession.self_id property

github.com/nonebot/nonetrip - 16c15bca41f7cfc35a3211b75599a69f7c8b0719 authored about 6 years ago
Add BaseSession.self_id property

github.com/nonebot/nonebot2 - 16c15bca41f7cfc35a3211b75599a69f7c8b0719 authored about 6 years ago
Update docs

github.com/nonebot/nonebot - 1b6567afe1472eb09725049afc8e65922452aaee authored about 6 years ago
Add return value to Session.send()

github.com/nonebot/nonetrip - 245c0db3c79373d2fe40048265bd034032601af7 authored about 6 years ago
Add return value to Session.send()

github.com/nonebot/nonebot2 - 245c0db3c79373d2fe40048265bd034032601af7 authored about 6 years ago
Add return value to Session.send()

github.com/nonebot/nonebot - 245c0db3c79373d2fe40048265bd034032601af7 authored about 6 years ago
Update docs

github.com/nonebot/nonebot - a86199d5f3ed05a2aa2a4ef7a59a024ef16cc791 authored about 6 years ago
Update plugin module

github.com/nonebot/nonebot2 - 07aa0b81f7f84f62c0b9e8c8f2584961a2874663 authored about 6 years ago
Update plugin module

github.com/nonebot/nonetrip - 07aa0b81f7f84f62c0b9e8c8f2584961a2874663 authored about 6 years ago
Update plugin module

github.com/nonebot/nonebot - 07aa0b81f7f84f62c0b9e8c8f2584961a2874663 authored about 6 years ago
Update changelog

github.com/nonebot/nonebot - 6a8758147ccee0e67f43c6c951b328d18724e240 authored about 6 years ago
Update changelog

github.com/nonebot/nonebot2 - 6a8758147ccee0e67f43c6c951b328d18724e240 authored about 6 years ago
Update changelog

github.com/nonebot/nonetrip - 6a8758147ccee0e67f43c6c951b328d18724e240 authored about 6 years ago
Add comment

github.com/nonebot/nonebot - 2e2ac2304c14673ea452a40790704e7839a4cd86 authored about 6 years ago
Improve Plugin class

github.com/nonebot/nonebot - 17ce1e8e67641c93eb339fad044e72803dfa1d99 authored about 6 years ago
Improve Plugin class

github.com/nonebot/nonetrip - 17ce1e8e67641c93eb339fad044e72803dfa1d99 authored about 6 years ago
Improve Plugin class

github.com/nonebot/nonebot2 - 17ce1e8e67641c93eb339fad044e72803dfa1d99 authored about 6 years ago
Add get_loaded_plugins() function

github.com/nonebot/nonetrip - a20996d83ab99775b23dcfa5b5e82c95492932bc authored about 6 years ago
Add get_loaded_plugins() function

github.com/nonebot/nonebot2 - a20996d83ab99775b23dcfa5b5e82c95492932bc authored about 6 years ago
Add get_loaded_plugins() function

github.com/nonebot/nonebot - a20996d83ab99775b23dcfa5b5e82c95492932bc authored about 6 years ago
Update README.md

github.com/nonebot/aiocqhttp - c30e151b3221efec4a4f468f9c2dd5d613ddad48 authored about 6 years ago
Update README

github.com/nonebot/nonebot2 - 7dbf216b5cedb35bf17564a26354d6447f5d9c35 authored about 6 years ago
Update README

github.com/nonebot/nonetrip - 7dbf216b5cedb35bf17564a26354d6447f5d9c35 authored about 6 years ago
Update README

github.com/nonebot/nonebot - 7dbf216b5cedb35bf17564a26354d6447f5d9c35 authored about 6 years ago
Further Verify Mode support

This follows on from 11a44aceaf6011d912da121496a8924ccb31dffd and adds
a cert_reqs configuration...

github.com/nonebot/nonecorn - 20bb8c3a4ec2ee767de72f7ae00f2d11591f5b61 authored about 6 years ago
Add flag to control SSL verify mode.

github.com/nonebot/nonecorn - 11a44aceaf6011d912da121496a8924ccb31dffd authored about 6 years ago
Bump and release 0.4.6

github.com/nonebot/nonecorn - bac4668105ab3e8523cada1381feaad6c5cef382 authored about 6 years ago
Bump and release 0.4.5

github.com/nonebot/nonecorn - ab0a8a35be63587b411cd4c816a9f5555a2b51cb authored about 6 years ago
Bugfix Introduce a random delay between worker starts on Windows

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