magic-wormhole-mailbox-server icon indicating copy to clipboard operation
magic-wormhole-mailbox-server copied to clipboard

the rendezvous/mailbox server for magic-wormhole clients

Results 20 magic-wormhole-mailbox-server issues
Sort by recently updated
recently updated
newest added

In https://github.com/magic-wormhole/magic-wormhole/issues/408 I think a client received `ERROR(crowded)` (eventually, because of #19, so only after the server was rebooted and the client reconnected, and re-sent the OPEN), and then tried...

it would be nice to have a systemd `.service` or init.d startup script shipped with this, to make it easier to fire up our own transit / relay servers and...

Hi, I was experimenting with magic-wormhole protocol using `golang` and was experimenting send functionality. Then I encountered error on my side and noticed on mailbox server side there is this...

I observed a transter fail in the following way: * Alice started a transfer (intended for Carol), claimed nameplate N * it took a while for Carol to react *...

I've got a rudimentary munin plugin that takes the client-version data from #3 and attempts to make an area chart of how many clients were using which versions. My intention...

The public server records a status for each mailbox that gets used (one per transfer). Over the last few months, about 76% are classified as "happy" (meaning both sides reported...

I noticed just now that the mailbox server ran into some sort of database problem about twelve hours ago. The symptom was that my munin graphs (including the `wormhole_active` one...

The database upgrade test allows new and upgraded database schemas to differ by the order of columns in tables (actually, it allows them to differ completely because the logic for...

We don't record IP addresses in the mailbox server (except for error cases, for which I haven't found an easy way to filter them from the exception messages), but I'd...

It seems possible (see e.g. https://github.com/magic-wormhole/magic-wormhole.rs/issues/193) for nameplates to be "whatever", which is clearly not the intent. The server should enforce nameplates to be numbers, and not accept anything else....

enhancement