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
This makes use of the socket creation code introduced in
d2ea63b1d6f8a97ac9167fa73beba2d1518f33d...
github.com/nonebot/aiocqhttp - 581ea660b589e756f04a7de4f0f2dca8e839f1da authored about 6 years ago
Trio seems to have made a better decision here in that the trio
CancelledError inherits from Bas...
This fixes a bug introduced in
0791fc21f10e44c4a17f6a1a8694ca717ea496c4. The issue is that excep...
This fixes a bug with existing unix domain sockets (note the os.remove
line). It also ensures th...
github.com/nonebot/nonebot2 - 788aa62350dbd84533cf635783f619fb6e538133 authored about 6 years ago
github.com/nonebot/nonetrip - 788aa62350dbd84533cf635783f619fb6e538133 authored about 6 years ago
github.com/nonebot/nonebot - 788aa62350dbd84533cf635783f619fb6e538133 authored about 6 years ago
github.com/nonebot/nonebot - 2e4c6d853552af03df6b3ddcf1ab6f7fddce8e06 authored about 6 years ago
github.com/nonebot/nonetrip - 2e4c6d853552af03df6b3ddcf1ab6f7fddce8e06 authored about 6 years ago
github.com/nonebot/nonebot2 - 2e4c6d853552af03df6b3ddcf1ab6f7fddce8e06 authored about 6 years ago
github.com/nonebot/nonebot2 - 5be0fa74736e8fdd8c0680f04ce68cc431f632ec authored about 6 years ago
github.com/nonebot/nonetrip - 5be0fa74736e8fdd8c0680f04ce68cc431f632ec authored about 6 years ago
github.com/nonebot/nonebot - 5be0fa74736e8fdd8c0680f04ce68cc431f632ec authored about 6 years ago
This allows the max concurrent streams and max header list size
settings to be configured via th...
github.com/nonebot/nonetrip - e0cebd6a7a59093d83dda20c54397c5f2446fde2 authored about 6 years ago
github.com/nonebot/nonebot2 - e0cebd6a7a59093d83dda20c54397c5f2446fde2 authored about 6 years ago
github.com/nonebot/nonebot - e0cebd6a7a59093d83dda20c54397c5f2446fde2 authored about 6 years ago
This is defined in the ASGI specification as a noop, rather than a
raised exception.
github.com/nonebot/nonecorn - 5c4d2e1b04656b0d951055e9622cf8eae5446633 authored about 6 years ago
This was missed in bece8051b14b3001a00d915114b2b58d07076205.
github.com/nonebot/nonecorn - 4c8d68b09369bbc98149e27642d48d50fe2a7f9e authored about 6 years ago
This has required some refactoring of the asyncio code to use shared
code across both workers. I...
This adds support to the trio worker and refactors the asyncio worker
code for clarity. This rem...
This once again allows the reload option to work by bypassing any
multiprocessing for a single w...
This shortcuts the sending when the data to send is just b"".
github.com/nonebot/nonecorn - 08aae32f5b9da0ca4f10131dce4e55b1bab4c2a5 authored about 6 years ago
This avoids a FlowControlError in the case whereby a client has
specified a 0 or negative window...
This includes some minor bugfixes. (It doesn't solve the trio timeout
issue though).
This removes any need to figure out how to style the code for
Hypercorn, instead allowing these ...
This switches the shutdown prompt from a signal to based on a
multiprocessing event being set (w...
Trio workers already have this functionality via the nursery usage.
This helps ensure the serve...
github.com/nonebot/nonecorn - 21845455a2267f703915f4d26cf6dc3bc024be33 authored over 6 years agoThis allows the compliance tests to proceed, and ideally pass...
github.com/nonebot/nonecorn - ad6aee11868fa447844cb695ef5ba3a0181419ca authored over 6 years ago
This allows ASGI frameworks to startup and shutdown within the event
loop context. It also start...
The Config instance is shared among the worker processes by being
pickled, however SSL contexts ...
E252 is ignored as I prefer no spaces in the definition. W503 and W504
as they work incorrectly ...
This makes the h2 code more consistent and clear across the asyncio
and trio versions. In additi...
Trio 0.9.0 deprecates Queues in favour of channels, this commit
follows suit for Hypercorn. This...
This should ensure that the trio HTTP/2 implementation is, and remains
compliant with the specif...
This should help clarify the conceptual separation of the code into
the I/O parts based on the w...
The socket can close between opening and the call to get the
client/server address in the ASGI s...
This is primarily to correct the logic regarding when to close the
connection and whether to sen...
This is primarily to correct the logic regarding when to close the
connection and whether to sen...
This should ensure that the trio websocket implementation is, and
remains compliant with the spe...
This is primarily to correct the logic regarding when to close the
connection and whether to sen...
github.com/nonebot/nonebot2 - 178a9152514908994f464fbc20ad0b88c137ed4b authored over 6 years ago
github.com/nonebot/nonetrip - 178a9152514908994f464fbc20ad0b88c137ed4b authored over 6 years ago
github.com/nonebot/nonebot - 178a9152514908994f464fbc20ad0b88c137ed4b authored over 6 years ago
github.com/nonebot/nonebot - 4b26e77f8284bd81b7da97c5252adbc9232577d7 authored over 6 years ago
github.com/nonebot/nonebot2 - 4b26e77f8284bd81b7da97c5252adbc9232577d7 authored over 6 years ago
github.com/nonebot/nonetrip - 4b26e77f8284bd81b7da97c5252adbc9232577d7 authored over 6 years ago
github.com/nonebot/nonetrip - 87fae851fd7617858e59139a0a7dd4d6810684bb authored over 6 years ago
github.com/nonebot/nonebot2 - 87fae851fd7617858e59139a0a7dd4d6810684bb authored over 6 years ago
github.com/nonebot/nonebot - 87fae851fd7617858e59139a0a7dd4d6810684bb authored over 6 years ago
github.com/nonebot/aiocqhttp - 5a25ea0789ed53e4e261c2cbd5453cfdacef9c55 authored over 6 years ago
github.com/nonebot/nonebot2 - 6a4e348f1fb3aeca511ebdcb6c80525818d030d8 authored over 6 years ago
github.com/nonebot/nonetrip - 6a4e348f1fb3aeca511ebdcb6c80525818d030d8 authored over 6 years ago
github.com/nonebot/nonebot - 6a4e348f1fb3aeca511ebdcb6c80525818d030d8 authored over 6 years ago
github.com/nonebot/aiocqhttp - 8367f92a456d36a923060c4de68d72ba4ad30411 authored over 6 years ago
github.com/nonebot/nonebot2 - 0d166388e7c325d5b1172a313ba0d2a21204a01d authored over 6 years ago
github.com/nonebot/nonetrip - 0d166388e7c325d5b1172a313ba0d2a21204a01d authored over 6 years ago
github.com/nonebot/nonebot - 0d166388e7c325d5b1172a313ba0d2a21204a01d authored over 6 years ago
github.com/nonebot/nonebot - d8f6066193abdd2bcac64978102842dc23403e30 authored over 6 years ago
github.com/nonebot/nonebot2 - d8f6066193abdd2bcac64978102842dc23403e30 authored over 6 years ago
github.com/nonebot/nonetrip - d8f6066193abdd2bcac64978102842dc23403e30 authored over 6 years ago
github.com/nonebot/nonetrip - 2e82b3fa618eeed52865afae701170127245e3e3 authored over 6 years ago
github.com/nonebot/nonebot2 - 2e82b3fa618eeed52865afae701170127245e3e3 authored over 6 years ago
github.com/nonebot/nonebot - 2e82b3fa618eeed52865afae701170127245e3e3 authored over 6 years ago
github.com/nonebot/nonebot - 0046ebacacb8205987a579d4c9c8681d89f081cd authored over 6 years ago
github.com/nonebot/nonebot2 - 0046ebacacb8205987a579d4c9c8681d89f081cd authored over 6 years ago
github.com/nonebot/nonetrip - 0046ebacacb8205987a579d4c9c8681d89f081cd authored over 6 years ago
github.com/nonebot/nonebot2 - 73e891d521b40ed98adeae1c43853d9fca217946 authored over 6 years ago
github.com/nonebot/nonetrip - 73e891d521b40ed98adeae1c43853d9fca217946 authored over 6 years ago
github.com/nonebot/nonebot - 73e891d521b40ed98adeae1c43853d9fca217946 authored over 6 years ago
github.com/nonebot/nonebot - 05aeeef5379f950ee51bf3a097d09f3aeaf70e9a authored over 6 years ago
github.com/nonebot/nonebot2 - 05aeeef5379f950ee51bf3a097d09f3aeaf70e9a authored over 6 years ago
github.com/nonebot/nonetrip - 05aeeef5379f950ee51bf3a097d09f3aeaf70e9a authored over 6 years ago
github.com/nonebot/nonetrip - 27e4fc673ec2a063117ce43ebcb590e000433943 authored over 6 years ago
github.com/nonebot/nonebot2 - 27e4fc673ec2a063117ce43ebcb590e000433943 authored over 6 years ago
github.com/nonebot/nonebot - 27e4fc673ec2a063117ce43ebcb590e000433943 authored over 6 years ago
github.com/nonebot/nonebot - bf97ac2f3d0f27aac0815a1e877d4bc61612117e authored over 6 years ago
github.com/nonebot/nonebot2 - bf97ac2f3d0f27aac0815a1e877d4bc61612117e authored over 6 years ago
github.com/nonebot/nonetrip - bf97ac2f3d0f27aac0815a1e877d4bc61612117e authored over 6 years ago
github.com/nonebot/nonetrip - 69f7ca7583869747255007e761b7f0b1ef476571 authored over 6 years ago
github.com/nonebot/nonebot2 - 69f7ca7583869747255007e761b7f0b1ef476571 authored over 6 years ago
github.com/nonebot/nonebot - 69f7ca7583869747255007e761b7f0b1ef476571 authored over 6 years ago
github.com/nonebot/nonebot - 10f7af2fae63267a8b7d57d9e31c428f38b41675 authored over 6 years ago
github.com/nonebot/nonetrip - 10f7af2fae63267a8b7d57d9e31c428f38b41675 authored over 6 years ago
github.com/nonebot/nonebot2 - 10f7af2fae63267a8b7d57d9e31c428f38b41675 authored over 6 years ago
github.com/nonebot/nonebot2 - 8b1979bf25e718e64f6120f27718341c0bb587c4 authored over 6 years ago
github.com/nonebot/nonetrip - 8b1979bf25e718e64f6120f27718341c0bb587c4 authored over 6 years ago
github.com/nonebot/nonebot - 8b1979bf25e718e64f6120f27718341c0bb587c4 authored over 6 years ago
github.com/nonebot/nonebot - 46fc925cf4332a6db5c229eb7a4a142ced760d05 authored over 6 years ago
github.com/nonebot/nonetrip - 46fc925cf4332a6db5c229eb7a4a142ced760d05 authored over 6 years ago
github.com/nonebot/nonebot2 - 46fc925cf4332a6db5c229eb7a4a142ced760d05 authored over 6 years ago
github.com/nonebot/nonetrip - 67362e97e7f46a5094aa7206265e8ce5ffd4774b authored over 6 years ago
github.com/nonebot/nonebot2 - 67362e97e7f46a5094aa7206265e8ce5ffd4774b authored over 6 years ago
github.com/nonebot/nonebot - 67362e97e7f46a5094aa7206265e8ce5ffd4774b authored over 6 years ago
github.com/nonebot/nonebot - bc0d7aaa64de83bbdbf3e0a375b78b21809b8b5b authored over 6 years ago
github.com/nonebot/nonebot2 - bc0d7aaa64de83bbdbf3e0a375b78b21809b8b5b authored over 6 years ago
github.com/nonebot/nonetrip - bc0d7aaa64de83bbdbf3e0a375b78b21809b8b5b authored over 6 years ago
github.com/nonebot/nonebot2 - e59a81858dd7f9b972dc5ba46c651aa0710933da authored over 6 years ago