GreenWall icon indicating copy to clipboard operation
GreenWall copied to clipboard

Common communication channel as a replacement for guild chat in guild confederations.

Results 14 GreenWall issues
Sort by recently updated
recently updated
newest added

**Feature-Request** Is it possible to add the event CHAT_MSG_GUILD_DEATHS and mirror it, which is used to announce a Player-Death to the Guild-Channel. The Original-Message is formatted in red and is...

enhancement

``` Date: 2021-09-03 22:01:47 ID: 1 Error occured in: Global Count: 1 Message: ..\AddOns\GreenWall\Config.lua line 137: bad argument #1 to 'gsub' (string expected, got nil) Debug: [string "=[C]"]: gsub() [string...

bug

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...

bug

Move the configuration parser code to a separate class.

refactor

Add a parser for the version 2 configuration syntax.

enhancement

Implement the version 2 adaptation layer. https://github.com/AIE-Guild/GreenWall/wiki/Confederation-Message-Specification

refactor

Implement the version 2 transport layer. https://github.com/AIE-Guild/GreenWall/wiki/Confederation-Message-Specification

refactor

From Jehdai: > Greenwall spits an error out on the brawlers guild achievement. . You are not your $#*@! Legplates.

bug

Long messages are sometimes truncated. (Only noticed because multi-boxing. Reproduced what guildie sent and got same result) Reproducible example with 3 linked items: Note that guildie probably meant "lol" at...

Use the same encryption that has been used in the WildStar port. - Salsa20 with 8, 12, and 20 round options. - SHA256 to hash the configured key phrase. -...