summaryrefslogtreecommitdiff
path: root/src/net/tmwa/protocol.h
AgeCommit message (Collapse)AuthorFilesLines
2011-06-16Remove useless ping packetBen Longbons1-2/+0
The comment in game.cpp about the server waiting for this is a lie. Reviewed-by: Bertram.
2011-05-09Remove or comment duplicate tmwA packets, and fix a typoBen Longbons1-7/+5
Signed-off-by: Jared Adams <jaxad0127@gmail.com>
2010-10-11Implementing show IP for game mastersStefan Dombrowski1-0/+1
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-04-17Changed eAthena protocol name to TmwAthena and changed the config files ↵Bertram1-0/+311
accordingly. This makes room for the actual eAthena protocol future inclusion.