hypodyne
hypodyne
I have a wireshark capture, and it seems if the response from the server is incorrect, then IrcDotNet also gets it wrong. Let me post a screenshot.
 Since freenode is sending packets which I presume are longer than the 1024 limit, it gets split in the wrong place. (in wireshark) and IrcDotNet can't handle that either....
 Another issue is that IrcDotNet throws the NetworkInformationReceived event with just 35 as the comment. What it should be is "35 :IRC Operators online". Without that extra info there...
Yes, that is what I think is happening. A few network information events return an int (and that is all they return) in e.Comment. Really all events should be returning...
Yes here is one too [http://www.networksorcery.com/enp/protocol/irc.htm](http://www.networksorcery.com/enp/protocol/irc.htm) Notice 252
16, 34, 73 What do they mean. Without context they are useless.
Just letting you guys know. It's not important at all.