cjsaylor / atom-irc

[Not maintained] IRC client that works inside of Atom.io editor.
https://atom.io/packages/irc
MIT License
36 stars 7 forks source link

Sending messages appears to be broken in some contexts #29

Open cjsaylor opened 9 years ago

aaronholla commented 9 years ago

What contexts specificly would you be referring? I haven't had any issues with sending messages.

cjsaylor commented 9 years ago

@aaronholla I attempted on irc.freenode. I'm not entirely sure what is causing it. I receive messages without an issue, the server never gets the sent messages though, and it doesn't give an indication that the message failed to send.

I think this necessitates having some kind of callback that puts the sent message into the view (on success) rather than auto-adding the message.

3ffy commented 9 years ago

Hi i got the same issue on all free irc server i tested : i can read from others but they are never able to read me :( (ex: irc.quakenet.org port:8080)

cjsaylor commented 9 years ago

I plan on working on this issue this week.

On Sun, Jul 5, 2015, 4:10 PM Aurélien GY notifications@github.com wrote:

Hi i got the same issue on all free irc server i tested : i can read from others but they are never able to read me :( (ex: irc.quakenet.org port:8080)

— Reply to this email directly or view it on GitHub https://github.com/cjsaylor/atom-irc/issues/29#issuecomment-118663110.

PhantomBALR commented 9 years ago

update?

cjsaylor commented 9 years ago

@PhantomBALR Haven't had a chance to get to it; been very busy with a project at work.

PhantomBALR commented 9 years ago

K Understand. Thanks for the update!

Shenung commented 8 years ago

update on this bug?