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

Restore demo

github.com/nonebot/nonebot - 5ea5a616a5f360b72f8c45796c28b908ae15f2b2 authored over 6 years ago
Update skeleton

github.com/nonebot/nonebot - 999a77c348af25a4c548ea8cf4abb25bd1ffe6da authored over 6 years ago
Update skeleton

github.com/nonebot/nonetrip - 999a77c348af25a4c548ea8cf4abb25bd1ffe6da authored over 6 years ago
Update skeleton

github.com/nonebot/nonebot2 - 999a77c348af25a4c548ea8cf4abb25bd1ffe6da authored over 6 years ago
Update features

github.com/nonebot/nonebot2 - f052447b0e301f5011baa73a360718a3d6d68912 authored over 6 years ago
Update features

github.com/nonebot/nonebot - f052447b0e301f5011baa73a360718a3d6d68912 authored over 6 years ago
Update features

github.com/nonebot/nonetrip - f052447b0e301f5011baa73a360718a3d6d68912 authored over 6 years ago
Update sidebar title

github.com/nonebot/nonebot - 448074962385b4c88139b83f786868a6df6d73d9 authored over 6 years ago
Update sidebar title

github.com/nonebot/nonetrip - 448074962385b4c88139b83f786868a6df6d73d9 authored over 6 years ago
Update sidebar title

github.com/nonebot/nonebot2 - 448074962385b4c88139b83f786868a6df6d73d9 authored over 6 years ago
Update config

github.com/nonebot/nonebot2 - ac7bb2d7050828b7b3cb71bfc8867fdf2bbb76f8 authored over 6 years ago
Update config

github.com/nonebot/nonebot - ac7bb2d7050828b7b3cb71bfc8867fdf2bbb76f8 authored over 6 years ago
Update config

github.com/nonebot/nonetrip - ac7bb2d7050828b7b3cb71bfc8867fdf2bbb76f8 authored over 6 years ago
Add docs skeleton

github.com/nonebot/nonebot - e43f683935a08d1f9ea98b0ec87f35a9c7d30ce5 authored over 6 years ago
Add docs skeleton

github.com/nonebot/nonetrip - e43f683935a08d1f9ea98b0ec87f35a9c7d30ce5 authored over 6 years ago
Add docs skeleton

github.com/nonebot/nonebot2 - e43f683935a08d1f9ea98b0ec87f35a9c7d30ce5 authored over 6 years ago
Rename none_demo to demo

github.com/nonebot/nonebot2 - 1a4afb3c10628aa5e1934d67304b249cd368f964 authored over 6 years ago
Rename none_demo to demo

github.com/nonebot/nonetrip - 1a4afb3c10628aa5e1934d67304b249cd368f964 authored over 6 years ago
Rename none_demo to demo

github.com/nonebot/nonebot - 1a4afb3c10628aa5e1934d67304b249cd368f964 authored over 6 years ago
Support serving on a unix domain socket

This is a request feature that makes Hypercorn easier to use on unix
systems.

github.com/nonebot/nonecorn - 749c0b7b3dbe1cea6b9ff86eb97a0d808fd38d6a authored over 6 years ago
Add the ability to specify a file logging target

This was originally intended but not implemented. This allows
hypercorn to be invoked with a fil...

github.com/nonebot/nonecorn - cc53383612ede10fb484aec2ab807a6109709fc1 authored over 6 years ago
Bump and release 0.2.4

github.com/nonebot/nonecorn - 118f6ab2049480121f8731890ec68a3f66610e37 authored over 6 years ago
Bugix loop usage and creation for multiple workers

This partially reverts b9ea2230d952b75aff93355cdcd825b9ba2a9dd1 in
order to support multiple wor...

github.com/nonebot/nonecorn - 85ce85d16c55df75ff6624020ff8708dd39c30fd authored over 6 years ago
Bugfix correctly handle TERM and INT signals

This should ensure that the cleanup code is always triggered before
the process exists. It may n...

github.com/nonebot/nonecorn - e4bc403e50de8f5b09e3fae070fbe141bee21be1 authored over 6 years ago
Update project files

github.com/nonebot/nonetrip - 7a5791e10daf0e9ae23a865a567e046e9cc67e04 authored over 6 years ago
Update project files

github.com/nonebot/nonebot - 7a5791e10daf0e9ae23a865a567e046e9cc67e04 authored over 6 years ago
Update project files

github.com/nonebot/nonebot2 - 7a5791e10daf0e9ae23a865a567e046e9cc67e04 authored over 6 years ago
Bugfix HTTP/1.1 -> HTTP/2 Upgrade requests

These were failing due to variables being used before they were
defined and then a lack of the c...

github.com/nonebot/nonecorn - 8fa56fc957098210efab9728b7c67c9d71f932fc authored over 6 years ago
Add message preprocessor

github.com/nonebot/nonebot2 - eedef32f7d47e161b9ce5dc261b0925a30ac4605 authored over 6 years ago
Add message preprocessor

github.com/nonebot/nonebot - eedef32f7d47e161b9ce5dc261b0925a30ac4605 authored over 6 years ago
Add message preprocessor

github.com/nonebot/nonetrip - eedef32f7d47e161b9ce5dc261b0925a30ac4605 authored over 6 years ago
Bugfix set the default log level if std(out/err) is used

This sets the level to INFO, as Gunicorn does - so seems like a
sensible default.

github.com/nonebot/nonecorn - 9bcfbf79e815b87980c4a334bb964e6c214d836f authored over 6 years ago
Bugfix shutdown on reload

This ensures that the shutdown code is completed before the process is
killed and restarted. Thi...

github.com/nonebot/nonecorn - f7a0ccd78b079b2f84fbc6dbad1a1c99069b9e36 authored over 6 years ago
Raise a runtime error if reloading is used with multiple workers

The reloading mechanism is hacky and really only suitable for
development with a single worker.

github.com/nonebot/nonecorn - ded87cd1fae719b49980e55a94b6a74fe850d7bc authored over 6 years ago
Update h2 compliance test to use latest ssl config setup

This should fix the error being seen in CI due to
b8ae2510da40cf465286eb6d4ef78cf9635aec89 not f...

github.com/nonebot/nonecorn - cbca52e126c204903e546989278e2160b0175854 authored over 6 years ago
Bugfix don't force the ALPN protocols

This will allow for a user to configure SSL as they like in relation
to the ALPN protocols adver...

github.com/nonebot/nonecorn - b8ae2510da40cf465286eb6d4ef78cf9635aec89 authored over 6 years ago
Improve context_id() function

github.com/nonebot/nonebot2 - 1bf3976498275e8e0d1427c22cea65ced31618b2 authored over 6 years ago
Improve context_id() function

github.com/nonebot/nonebot - 1bf3976498275e8e0d1427c22cea65ced31618b2 authored over 6 years ago
Improve context_id() function

github.com/nonebot/nonetrip - 1bf3976498275e8e0d1427c22cea65ced31618b2 authored over 6 years ago
Add waiting when the current session is running

github.com/nonebot/nonetrip - 3791560456f6646f9c531b27712b991131050363 authored over 6 years ago
Add waiting when the current session is running

github.com/nonebot/nonebot - 3791560456f6646f9c531b27712b991131050363 authored over 6 years ago
Add waiting when the current session is running

github.com/nonebot/nonebot2 - 3791560456f6646f9c531b27712b991131050363 authored over 6 years ago
Add only_short_message option

github.com/nonebot/nonebot2 - 7b96decf5324fed20d6a709b24443f5b4d0446f6 authored over 6 years ago
Add only_short_message option

github.com/nonebot/nonetrip - 7b96decf5324fed20d6a709b24443f5b4d0446f6 authored over 6 years ago
Add only_short_message option

github.com/nonebot/nonebot - 7b96decf5324fed20d6a709b24443f5b4d0446f6 authored over 6 years ago
Fix expression render

github.com/nonebot/nonetrip - 086ac57c21112bea0bc7433d9c67204601e957e7 authored over 6 years ago
Fix expression render

github.com/nonebot/nonebot - 086ac57c21112bea0bc7433d9c67204601e957e7 authored over 6 years ago
Fix expression render

github.com/nonebot/nonebot2 - 086ac57c21112bea0bc7433d9c67204601e957e7 authored over 6 years ago
Add CommandSession.switch()

github.com/nonebot/nonebot - de9a4e5b83eb26481f84f2e2bce09727b6850f67 authored over 6 years ago
Add CommandSession.switch()

github.com/nonebot/nonetrip - de9a4e5b83eb26481f84f2e2bce09727b6850f67 authored over 6 years ago
Add CommandSession.switch()

github.com/nonebot/nonebot2 - de9a4e5b83eb26481f84f2e2bce09727b6850f67 authored over 6 years ago
Bump to v0.1.0

github.com/nonebot/nonetrip - c20e3ea6ac86976229e3e7bd1ba0aaae11a686b8 authored over 6 years ago
Bump to v0.1.0

github.com/nonebot/nonebot - c20e3ea6ac86976229e3e7bd1ba0aaae11a686b8 authored over 6 years ago
Bump to v0.1.0

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

github.com/nonebot/aiocqhttp - 46203599b97addf5721ec422fd712f65aade07c4 authored over 6 years ago
Bump to 0.6.0, near stable

github.com/nonebot/aiocqhttp - 8f4d00799c7eb186bffc8839a7520fcd57d8d4e9 authored over 6 years ago
Fix possible bug

github.com/nonebot/nonebot2 - 62eb4510a402bcade1e488091b4a2e02085be7b0 authored over 6 years ago
Fix possible bug

github.com/nonebot/nonebot - 62eb4510a402bcade1e488091b4a2e02085be7b0 authored over 6 years ago
Fix possible bug

github.com/nonebot/nonetrip - 62eb4510a402bcade1e488091b4a2e02085be7b0 authored over 6 years ago
Fix running session bug

github.com/nonebot/nonebot - d822ddbcaa6fb99def8f95697a4db45ff11a1af1 authored over 6 years ago
Fix running session bug

github.com/nonebot/nonetrip - d822ddbcaa6fb99def8f95697a4db45ff11a1af1 authored over 6 years ago
Fix running session bug

github.com/nonebot/nonebot2 - d822ddbcaa6fb99def8f95697a4db45ff11a1af1 authored over 6 years ago
Fix bug of render()

github.com/nonebot/nonebot2 - 7953ed43cb749648d348882602098b2922e1ac8f authored over 6 years ago
Fix bug of render()

github.com/nonebot/nonetrip - 7953ed43cb749648d348882602098b2922e1ac8f authored over 6 years ago
Fix bug of render()

github.com/nonebot/nonebot - 7953ed43cb749648d348882602098b2922e1ac8f authored over 6 years ago
Fix finishing command session bug

github.com/nonebot/nonetrip - 65b7997d39d2ba1e9733f9cb761daeec1162a51f authored over 6 years ago
Fix finishing command session bug

github.com/nonebot/nonebot - 65b7997d39d2ba1e9733f9cb761daeec1162a51f authored over 6 years ago
Fix finishing command session bug

github.com/nonebot/nonebot2 - 65b7997d39d2ba1e9733f9cb761daeec1162a51f authored over 6 years ago
Ignore case when checking nicknames

github.com/nonebot/nonebot2 - 2b85a43956595ef0aaba66cd7bb5869b34603826 authored over 6 years ago
Ignore case when checking nicknames

github.com/nonebot/nonetrip - 2b85a43956595ef0aaba66cd7bb5869b34603826 authored over 6 years ago
Ignore case when checking nicknames

github.com/nonebot/nonebot - 2b85a43956595ef0aaba66cd7bb5869b34603826 authored over 6 years ago
Adjust log format

github.com/nonebot/nonetrip - 2caf90646bc45b6e603c529d1d4b69eb035472ca authored over 6 years ago
Adjust log format

github.com/nonebot/nonebot - 2caf90646bc45b6e603c529d1d4b69eb035472ca authored over 6 years ago
Adjust log format

github.com/nonebot/nonebot2 - 2caf90646bc45b6e603c529d1d4b69eb035472ca authored over 6 years ago
Adjust comment

github.com/nonebot/nonebot2 - 0172eae91e2a11b7da6f0ef8e781e4c826630c47 authored over 6 years ago
Adjust comment

github.com/nonebot/nonetrip - 0172eae91e2a11b7da6f0ef8e781e4c826630c47 authored over 6 years ago
Adjust comment

github.com/nonebot/nonebot - 0172eae91e2a11b7da6f0ef8e781e4c826630c47 authored over 6 years ago
Fix project files

github.com/nonebot/nonetrip - 0e061b2e7f345c558252d9b5bd4df492cc70dba1 authored over 6 years ago
Fix project files

github.com/nonebot/nonebot - 0e061b2e7f345c558252d9b5bd4df492cc70dba1 authored over 6 years ago
Fix project files

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

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

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

github.com/nonebot/nonebot - de7e246994c7fd65bbe6a0b99516fc947c8a6926 authored over 6 years ago
Add lots of comments and logs

github.com/nonebot/nonetrip - 21db23168fad97fb97e6c3f70619082df6339f8d authored over 6 years ago
Add lots of comments and logs

github.com/nonebot/nonebot - 21db23168fad97fb97e6c3f70619082df6339f8d authored over 6 years ago