Issue 615 in epgp: Waitlist whispers across RealID

68 views
Skip to first unread message

ep...@googlecode.com

unread,
Jul 27, 2010, 6:40:59 PM7/27/10
to epgp-d...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 615 by NathanRLight: Waitlist whispers across RealID
http://code.google.com/p/epgp/issues/detail?id=615

What steps will reproduce the problem?
1. Recurring reward removes character from standby list
2. /w will allow character to be returned to the waitlist ("epgp standby
[charactername]")
3. This activation is unresponsive across RealID whispers (no reply from
mod, character not added back to waitlist).

What is the expected output? What do you see instead?

This is an enhancement request. Expected (hoped for) output would be a
return whisper of "[charactername] added to the waitlist." Currently, no
reply comes, nor is the character added to the waitlist.

What version of the product are you using? What locale is your client (en,
ru, kr, ch, es, tw)? What other addons do you have installed and what
versions? How many members do you have in your guild? (/guildinfo).

5.5.17 en

ep...@googlecode.com

unread,
Jul 28, 2010, 1:38:29 AM7/28/10
to epgp-d...@googlegroups.com
Updates:
Status: Accepted
Owner: evlogimenos

Comment #1 on issue 615 by evlogimenos: Waitlist whispers across RealID
http://code.google.com/p/epgp/issues/detail?id=615

(No comment was entered for this change.)

ep...@googlecode.com

unread,
Jul 28, 2010, 1:42:32 AM7/28/10
to epgp-d...@googlegroups.com
Updates:
Labels: -Priority-Medium Priority-High Module-Whisper Version-5

Comment #2 on issue 615 by evlogimenos: Waitlist whispers across RealID

ep...@googlecode.com

unread,
May 7, 2013, 9:41:37 PM5/7/13
to epgp-d...@googlegroups.com

Comment #3 on issue 615 by tays0...@gmail.com: Waitlist whispers across
RealID
http://code.google.com/p/epgp/issues/detail?id=615

Any updates on this?

--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

ep...@googlecode.com

unread,
Jul 22, 2014, 1:59:23 AM7/22/14
to epgp-d...@googlegroups.com

Comment #4 on issue 615 by curtis.b...@gmail.com: Waitlist whispers across
RealID
http://code.google.com/p/epgp/issues/detail?id=615

This is a problem even when not in crossrealms. Since all whispers not
include user-realm you get back "USER is not eligible for EP awards" when
trying to add to standby list. instead you must whisper "EPGP standby
USERNAME" to be added.

ep...@googlecode.com

unread,
Aug 22, 2015, 1:48:02 PM8/22/15
to epgp-d...@googlegroups.com

Comment #5 on issue 615 by Couldbea...@gmail.com: Waitlist whispers across
RealID
https://code.google.com/p/epgp/issues/detail?id=615

will it work? I tested this on a Russian server ПиратскаяБухта/ТкачСмерти.
do not kick me for this, I do not know how to program :D

epgp 5.11.11

whisper.lua 79

enabled = false,

enabled = true,

whisper.lua 20

if member then
-- http://lua-users.org/wiki/LuaUnicode
local firstChar, offset =
member:match("([%z\1-\127\194-\244][\128-\191]*)()")
member = firstChar:upper()..member:sub(offset):lower()
else
member = sender
end

if not member then
if not sender:match("%-") then
member = sender.."-"..GetRealmName():gsub("%s+", "")
else
member = sender
end
end
Reply all
Reply to author
Forward
0 new messages