codepope / augurx

Automatically exported from code.google.com/p/augurx
0 stars 0 forks source link

Trying to comment/say in a conf you're not joined to hangs the blink #29

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Join a conf, blink and get some messages locally
2. Resign the conf, blink
3. Add a comment to messages in that conf
4. Blink 

What is the expected output? 
Blink successful 

What do you see instead?
Blink hangs.

tested on twix - I presume it's the same for cix

Suggestion - add "Do you want to join <conf>" message, and add the join
command to the outbox.
But there's still the problem that if the conf is closed, and you've been
ejected from it since you d/l some messages, the "join" will fail
gracefully, but the blink will still crap out when trying to post. 

Original issue reported on code.google.com by op.b...@gmail.com on 7 Dec 2008 at 12:56

GoogleCodeExporter commented 9 years ago
Question - 
What's the preferred behaviour?
a) When you try and comment/say, pop up a box saying that you're not joined, and
would you like to join, then adding a command to join.
b) Not letting you - and presumably popping up a box telling you this
c) Adding the comment/say to the queue, then joining you if neccessary
d) Adding the comment/say to the queue, then not joining you and logging it
   d_1) marking the command as done
   d_2) not marking the comment as done

Problem with (a) and (c) - if you can't join for any reason - what do you do 
then?

I've implemented d_2 in r50 for twix Say only. 
Shout if you have any feelings about what should be done with this, and I can 
easily
add it to cix as well

Original comment by op.b...@gmail.com on 7 Dec 2008 at 1:28