./net/py-magic-wormhole-mailbox-server, Main server for Magic Wormhole

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.4.1nb2, Package name: py311-magic-wormhole-mailbox-server-0.4.1nb2, Maintainer: pkgsrc-users

This repository holds the code for the main server that Magic-Wormhole
clients connect to. The server performs store-and-forward delivery
for small key-exchange and control messages. Bulk data is sent over
a direct TCP connection, or through a transit-relay.

Clients connect with WebSockets, for low-latency delivery in the
happy case where both clients are attached at the same time. Message
are stored to enable non-simultaneous clients to make forward
progress. The server uses a small SQLite database for persistence
(and clients will reconnect automatically, allowing the server to
be rebooted without losing state). An optional "usage DB" tracks
historical activity for status monitoring and operational maintenance.


Master sites:

Filesize: 63.311 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-05 23:45:48 by Thomas Klausner | Files touched by this commit (4)
Log message:
py-magic-wormhole-mailbox-server: convert to wheel.mk

Fix build with Python 3.12

Bump PKGREVISION.
   2022-11-14 20:01:22 by Thomas Klausner | Files touched by this commit (2)
Log message:
py-magic-wormhole-mailbox-server: fix build with python 3.11.
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 13:07:15 by Nia Alarie | Files touched by this commit (958)
Log message:
net: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Not committed (merge conflicts...):

net/radsecproxy/distinfo

The following distfiles could not be fetched (fetched conditionally?):

./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz
./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch
./net/djbdns/distinfo djbdns-1.05-test28.diff.xz
./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch
./net/djbdns/distinfo djbdns-1.05-multiip.diff
./net/djbdns/distinfo djbdns-cachestats.patch
   2021-10-07 16:43:07 by Nia Alarie | Files touched by this commit (962)
Log message:
net: Remove SHA1 hashes for distfiles
   2021-06-28 09:09:54 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-magic-wormhole-mailbox-server: does not support python 2.7

because of py-autobahn
   2021-06-27 18:33:17 by Thomas Klausner | Files touched by this commit (4)
Log message:
net/py-magic-wormhole-mailbox-server: import py-magic-wormhole-mailbox-server-0.4.1

This repository holds the code for the main server that Magic-Wormhole
clients connect to. The server performs store-and-forward delivery
for small key-exchange and control messages. Bulk data is sent over
a direct TCP connection, or through a transit-relay.

Clients connect with WebSockets, for low-latency delivery in the
happy case where both clients are attached at the same time. Message
are stored to enable non-simultaneous clients to make forward
progress. The server uses a small SQLite database for persistence
(and clients will reconnect automatically, allowing the server to
be rebooted without losing state). An optional "usage DB" tracks
historical activity for status monitoring and operational maintenance.