Kyoril / mmo

This repository contains the prototype of an mmorpg with a custom engine, built entirely in C++. It contains the client, tools and servers. The goal of this project is to have a vertical slice of an MMORPG which is playable.
https://discord.gg/WQEbswvMZG
30 stars 10 forks source link

Enforce https download for launcher #4

Closed Kyoril closed 3 years ago

Kyoril commented 4 years ago

The launcher should support and require downloads via a https connection. Right now, only http is supported, which is unsafe, especially when downloading executable files.