Moderator: MacroQuest Developers
Well, in this case you are running a server for the client to connect to, on a specific port. Offcourse I don't know if the EQ client acts as a server for the GM's to connect to and read, but I would think its an invasion of your privacy to do so, that is why you have to use the /report command, cause then you are allowing them to read the text.tehHax0r wrote:think of how the GMs can see your text in much the same way the MQ telnet works.

Basically if the EQ client was acting as a server they would need a port (usally TCP port) to communicate to your client. With that said the ports your client uses are dynamic and can change everytime you login. Your client connects to them on a specific (TCP) port but yours is a dynamic port (UDP port). Now if they are using a TCP port to talk to your client it's gonna be very hard to connect to your client if your Firewall is not port forwarding that port to your computer. So with that said it would seem very unlikely they can send commands to your computer to get ifromation.Well, in this case you are running a server for the client to connect to, on a specific port. Offcourse I don't know if the EQ client acts as a server for the GM's to connect to and read, but I would think its an invasion of your privacy to do so, that is why you have to use the /report command, cause then you are allowing them to read the text.