aboutsummaryrefslogtreecommitdiff
path: root/src/client_main.rs
Commit message (Collapse)AuthorAgeLines
* Make the server started by the client shut downArne Dußin2021-02-04-3/+5
| | | | | | Before, the server thread would just continue running, after the window had been closed. This is fixed now, with the server thread being controlled by an atomic bool.
* Fix IPv4 address possibly being chosen for IPv6 modeArne Dußin2021-02-04-1/+1
|
* IPv4 can now be used with hostnamesArne Dußin2021-02-04-6/+18
|
* Client now accepts hostnames, not only IPaddrsArne Dußin2021-02-04-20/+18
|
* Rework graf karto to fit the client/server structureArne Dußin2021-02-02-113/+65
|
* Update dependencies and rename client and server main filesArne Dußin2021-01-17-0/+155