otland / forgottenserver

A free and open-source MMORPG server emulator written in C++
https://otland.net
GNU General Public License v2.0
1.55k stars 1.04k forks source link

Http login missing VS Project Include files and login problem when on localhost #4716

Closed EvilHero90 closed 1 month ago

EvilHero90 commented 1 month ago

Pull Request Prelude

Changes Proposed

Including the files into the VS Project file. Fixes a problem when server and client are both on localhost. The localhost session ip always gets converted into a ipv4 while the client ip is ipv6 which gives a missmatch when connecting.

Issues addressed: