Menu

IRClib 0.60

IRClib is a platform-independent (java) library for the Internet Relay Chat protocol.

You can get IRClib 0.60 at http://moepii.sf.net and http://sourceforge.net/projects/moepii/. And you can check IRClib's javadoc at http://moepii.sf.net/irclib_javadoc/.

With the new version 0.60, the handling of the IRCConnection changes a bit:
The connection must be invoked explicitly by calling IRCConnection.connect.
Additionally, the names of the IRCActionAdapter and -Listener have changed into IRCEventAdapter and -Listener and the method to add it has changed from IRCConneciton.addIRCActionListener into IRCConnection.setEventListener.
The deprecated IRCParser.getLeading is now deleted, same as the constructors of IRCConnection which have the IRCEventListener as argument (use setEventListener instead).

Now the portrange is tested really completely (not only the first port) and the listener doesn't miss the first incoming lines because of the explicit connect()-invoke. And the speed of parsing incoming messages was optimized again by revising the IRCUtil.parseColors method.

Posted by chs 2003-06-03

Log in to post a comment.