| SHUTDOWN |
Closes the connection. |
| INTRODUCTION |
Introduces the server to the client. |
| UDP_INTRODUCTION |
Udp introduction of the server to the client. |
| UDP_CONFIRMATION |
Confirmation Udp was received from client. |
| CONNECTED |
Server accepts clients connection. |
| REJECTED |
Server rejects clients connection, has a byte2, then a string.... these reasons (1 = bad username password, string then is empty, 2 = rejecting connection because using central server, string then is central server IP). |
| TCP_ONLY |
Server tells client to only send TCP. |
| LIST |
Map of the string names for a type to a number along with a long description of the data type. |
| LISTSINGLE |
Map of a single type to a number (for late additions to server) along with its description. |
| LISTARGRET |
Map of the number to their arguments and returns descriptions. |
| LISTARGRETSINGLE |
Map of a single type to a number (for late additions to server) along with its argument and return descriptions. |
| LISTGROUPANDFLAGS |
Map of the number to their command groups and data flags. |
| LISTGROUPANDFLAGSSINGLE |
Map of a single type to a number (for late additions to server) along with its command group and data flags. |