hypodyne

Results 14 comments of 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.

![wireshark](https://user-images.githubusercontent.com/28817500/52174801-4f63c780-27d4-11e9-8c56-6c9ef8b80e52.png) 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....

![wireshark2](https://user-images.githubusercontent.com/28817500/52174852-2db71000-27d5-11e9-950d-7a12421b9cf0.png) 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.