Menu

IRCSynapse Connection Module Update

In the two published builds of IRCSynapse we've been using the old Winsock .COM component to allow communication with the IRC server. Right now we're recoding the connection module to use the System.Net.Sockets classes from .NET framework 2.0 . This recoding is not just a service procedure to keep the code updated but will actually improve the functionalities of the projects first of all because of it's flexibility. The second improvment is that the final .exe file is not going to need any external .dll, .ocx or resource file for such a basic task as to connect to server. This will certainly help the deployment! As we finish this little recoding we'll post the next build with also some improvements in graphics and a total review of the code.

Posted by Tom 2007-01-25

Log in to post a comment.