Effects of Ban and Blacklist?
Posted: 06 Jul 2013, 23:24
This seems to be a topic of confusion. In searching through threads related to one or the other, knowledge is somewhat conflicted.
- Bans are temporary and last only until the server is restarted. So they are stored in memory somewhere and are never written to a file. This seems strange to me, but I do understand it.
- There is a blacklist file in the server. Does this mean that blacklisting someone writes their login to the file and it is then permanent unless removed?
- The method, GetBlackList(), returns only the login name, so I imagine that blacklisting is based entirely on login name?
- The method, GetBanList(), returns both the ip address and nickname of those banned. I have seen posts stating that a ban is based solely on IP and not on nickname. Is this true? Or does it prevent that login and/or that ip address from connecting?