Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hashmailrpc: Add mailbox #60

Merged
merged 5 commits into from
Nov 24, 2021
Merged

hashmailrpc: Add mailbox #60

merged 5 commits into from
Nov 24, 2021

Conversation

guggero
Copy link
Member

@guggero guggero commented Nov 24, 2021

Adds code for the mailbox server.

guggero and others added 5 commits November 24, 2021 17:32
We want aperture to handle some of the incoming requests on its own,
without forwarding/proxying them to a remote backend. Those "local"
services can register themselves and will be given every request for
inspection. If a service decides to handle it locally, the request is
passed to that service and not forwarded.
With this commit we make it possible to enable the Lightning Node
Connect mailbox server to be enabled and started as a local service
within aperture.
With this commit we fix a bug in the hashmail server that didn't return
a read stream properly if it was closed from the client side.

Co-authored-by: Elle Mouton <elle.mouton@gmail.com>
This commit adds the ability for a mailbox message to be up to 2MB in
size.
@guggero guggero merged commit fe92403 into lightninglabs:master Nov 24, 2021
@guggero guggero deleted the mailbox branch November 24, 2021 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants