Lift ban limits
This patch removes the max 100 ban limit on servers, allowing any number of bans to be made. It's implemented by simply allocating the array that bans are stored in dynamically instead of storing in a static list, so it can expand to any size.