handlers refactor poc - #19
Open
bit-aloo wants to merge 9 commits into
Open
Conversation
bit-aloo
force-pushed
the
2025-07-08-handlers-refactor
branch
from
July 9, 2025 07:56
b3dabe2 to
d8fa5c5
Compare
bit-aloo
force-pushed
the
2025-06-08-noise-stream
branch
from
July 9, 2025 07:58
e990a5c to
de5dc34
Compare
bit-aloo
force-pushed
the
2025-07-08-handlers-refactor
branch
2 times, most recently
from
July 9, 2025 15:33
934c357 to
0a711f8
Compare
bit-aloo
force-pushed
the
2025-06-08-noise-stream
branch
3 times, most recently
from
July 15, 2025 08:19
b76df93 to
e51a33b
Compare
bit-aloo
force-pushed
the
2025-07-08-handlers-refactor
branch
9 times, most recently
from
July 20, 2025 13:02
933eb97 to
00c4019
Compare
bit-aloo
force-pushed
the
2025-07-08-handlers-refactor
branch
from
July 29, 2025 15:03
18202de to
df689e2
Compare
bit-aloo
force-pushed
the
2025-06-08-noise-stream
branch
from
July 29, 2025 15:06
0cb48fb to
0ac90d5
Compare
…se-stream add noise stream
Previously, `HandlerError` only supported a fixed set of internal error types. This made it difficult for downstream users implementing library traits to propagate their own custom error types. This commit introduces a new `External(Box<dyn Error + Send + Sync>)` variant to allow wrapping arbitrary error values. This enables implementors to return non-library errors without requiring changes to the core `HandlerError` enum.
…de how to go about authorization of a connection
bit-aloo
force-pushed
the
2025-07-08-handlers-refactor
branch
from
July 30, 2025 13:35
b709c97 to
52626ca
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.