.coveragerc
LICENSE
MANIFEST.in
NEWS.md
README.md
setup.cfg
setup.py
tox.ini
versioneer.py
docs/Makefile
docs/conf.py
docs/index.rst
docs/server-protocol.md
docs/welcome.md
misc/migrate_channel_db.py
misc/migrate_usage_db.py
misc/windows-build.cmd
misc/munin/wormhole_active
misc/munin/wormhole_errors
misc/munin/wormhole_event_rate
misc/munin/wormhole_events
misc/munin/wormhole_events_alltime
src/magic_wormhole_mailbox_server.egg-info/PKG-INFO
src/magic_wormhole_mailbox_server.egg-info/SOURCES.txt
src/magic_wormhole_mailbox_server.egg-info/dependency_links.txt
src/magic_wormhole_mailbox_server.egg-info/requires.txt
src/magic_wormhole_mailbox_server.egg-info/top_level.txt
src/twisted/plugins/magic_wormhole_mailbox.py
src/wormhole_mailbox_server/__init__.py
src/wormhole_mailbox_server/_version.py
src/wormhole_mailbox_server/database.py
src/wormhole_mailbox_server/increase_rlimits.py
src/wormhole_mailbox_server/server.py
src/wormhole_mailbox_server/server_tap.py
src/wormhole_mailbox_server/server_websocket.py
src/wormhole_mailbox_server/util.py
src/wormhole_mailbox_server/web.py
src/wormhole_mailbox_server/db-schemas/channel-v1.sql
src/wormhole_mailbox_server/db-schemas/upgrade-usage-to-v2.sql
src/wormhole_mailbox_server/db-schemas/usage-v1.sql
src/wormhole_mailbox_server/db-schemas/usage-v2.sql
src/wormhole_mailbox_server/test/__init__.py
src/wormhole_mailbox_server/test/common.py
src/wormhole_mailbox_server/test/test_config.py
src/wormhole_mailbox_server/test/test_database.py
src/wormhole_mailbox_server/test/test_rlimits.py
src/wormhole_mailbox_server/test/test_server.py
src/wormhole_mailbox_server/test/test_service.py
src/wormhole_mailbox_server/test/test_stats.py
src/wormhole_mailbox_server/test/test_util.py
src/wormhole_mailbox_server/test/test_web.py
src/wormhole_mailbox_server/test/test_ws_client.py
src/wormhole_mailbox_server/test/ws_client.py