summaryrefslogtreecommitdiff
path: root/src/net/tmwa/network.cpp
AgeCommit message (Collapse)AuthorFilesLines
2010-10-11Implementing show IP for game mastersStefan Dombrowski1-2/+2
As an upcoming feature the TMW-Athena server sends IP addresses or IP hashes to game masters. The current client freezes if it receives such a packet, therefor the game masters need to use a new client before the server can use it. Normal players are not affected, because they do not get this packet. Showing the IP is optional and can be enable with the chat command "/showip 1". The IP is then shown behind the players name. Reviewed-by: Bertram
2010-09-11Fixing misspelling in Setup_Video and removing empty lines from logStefan Dombrowski1-1/+1
Reviewed-by: Jaxad0127
2010-04-17Changed eAthena protocol name to TmwAthena and changed the config files ↵Bertram1-0/+478
accordingly. This makes room for the actual eAthena protocol future inclusion.