GreenWall

GreenWall

1M Downloads

Message corruption flagged when character is intoxicated

mrogaski opened this issue ยท 2 comments

commented

From Raven4277:

When your character is drunk, and slurring words in guild chat, Greenwall throws up an error (I didn't get the exact text but something regarding message corruption and to disable other chat addons) after everything you say until your character stops slurring the text.

commented

Any chance this will ever be fixed?

commented

We can protect against this when we implement Base64 encoding of the messages by applying the following transformations around the Base64 encoding.

  • Map 'S' and 's' to alternate characters in the encoded text. On the receiver side, apply the inverse mapping.
  • Remove any occurrences of " ...hic!" on the receiver side.