meebey / SmartIrc4net

IRC C# Library
http://www.meebey.net/projects/smartirc4net/
Other
126 stars 52 forks source link

Added NAMESX support. #2

Closed kabili207 closed 9 years ago

kabili207 commented 11 years ago

Utilizing the two patches from the issue tracker at http://projects.qnetp.net/projects/smartirc4net/issues I added support for the extended names prefixes. To be sure we have the right prefix/mode associations, I modified the names reply event callback to use the prefix associations if any were sent by the server. If none were sent, it will fall back to the previous hardcoded values.

An explanation of the benefit of NAMESX is available here: http://www.klient.com/forums/showthread.php?threadid=3399

meebey commented 9 years ago

This PR is mostly obsolete, since master already has server properties support but the NAMESX part needs a rebase

kabili207 commented 9 years ago

I've removed all the obsolete code and rebased it

meebey commented 9 years ago

Thank you!