otland / forgottenserver

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

Remove g_bans global #4757

Closed ranisalt closed 3 months ago

ranisalt commented 3 months ago

Pull Request Prelude

Changes Proposed

One less global state to deal with, and less code in headers. Moves IP ban code to server.cpp where it is actually used.