magic-wormhole/src/wormhole/server
Brian Warner 52e5cbd690 INCOMPATIBILITY: send "current_cli_version", not "current_version"
The reasoning is that this string is only ever likely to refer to the
version of the primary/initial client (the CLI application, written in
Python, that you get with "pip install magic-wormhole"). When there are
other implementations, with unrelated versions, they should obviously
not pay attention to a warning about the other implementation being out
of date.
2016-05-28 19:11:27 -07:00
..
db-schemas SCHEMA CHANGE: add 'request_id' to nameplates table 2016-05-28 11:46:14 -07:00
__init__.py unsplit wormhole_server step 2: edit files 2016-04-20 19:15:33 -07:00
cli_args.py fix "wormhole-server restart" default ports to match plain "start" 2016-05-27 18:40:37 -07:00
cmd_server.py server: add --signal-error CLI argument 2016-05-24 12:46:42 -07:00
cmd_usage.py wormhole-server: add count-channels, count-events 2016-05-26 17:45:41 -07:00
database.py WIP: new server protocol 2016-05-16 22:04:25 -07:00
endpoint_service.py unsplit wormhole_server step 1: move files 2016-04-20 19:15:33 -07:00
rendezvous_websocket.py INCOMPATIBILITY: send "current_cli_version", not "current_version" 2016-05-28 19:11:27 -07:00
rendezvous.py oops, pass blur_usage to apps properly, add tests 2016-05-27 18:44:41 -07:00
runner.py wormhole-server: add count-channels, count-events 2016-05-26 17:45:41 -07:00
server.py INCOMPATIBILITY: send "current_cli_version", not "current_version" 2016-05-28 19:11:27 -07:00
transit_server.py build out tests 2016-05-19 19:55:11 -07:00