shithub: qk1

Download patch

ref: 37154b67a6dab963885ab645b1ecd328affd7708
parent: 60dbaf4419267422713bbaac8e58cd20efd9bbd6
author: qwx <>
date: Fri Dec 7 20:49:12 EST 2018

implement networking

use plan9 syntax for connect:
connect host
connect host!port
host can be a sysname, a domain, or an ip address

- add workaround for servers replying from multiple ports: listen for a short
  while when connecting. this means that we announce an address, and for
  multiple instances on each host, each needs to set port to a different value.
  this allows qk1 to connect to unix/windows servers (not an issue on plan 9).
- remove listener toggle: only listen when necessary
- remove idgods backdoor
- remove broadcasting code: just use connect
- fix menus