You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement security checks on the chat (Illegal characters, like HTML characters, maybe a strict regex will do the trick?)
Changeable chat color for sheriffs (Client prevents non-sheriffs from using chat color by blocking when receiving a chat packet from a user that isn't a sheriff, however, maybe HTML will do the trick?)
What needs to be done?
Implement CMD_CHAT
Implement a chat filter
Implement security checks on the chat (Illegal characters, like HTML characters, maybe a strict regex will do the trick?)
Changeable chat color for sheriffs (Client prevents non-sheriffs from using chat color by blocking when receiving a chat packet from a user that isn't a sheriff, however, maybe HTML will do the trick?)