v 0.3.2 - Patches from mog: - AutoJoin responds to Invites - AutoJoin re-schedules joins on failure - Fixed various bugs and some code layout v 0.3.1 - Documentation cleanup - Fixed up AutoReconnect so that "go" works - IRCConnection.setDaemon fix - Added InCommand and OutCommand, removed Command - GenericCommandAutoService enables by default - Added support to initiate a DCC chat session (ChatRequestCommand) v 0.3.0 - Added DCC receive support - Stabilized CtcpMessage - Split AutoRegister into AutoReconnect - Added nick iterator to AutoRegister - Cleaned up FullNick - Documentation enhancements - Better use of subclassing in some areas v 0.2.2 - Fixed loop on disconnect. - Added ability to supply a custom Socket on connect. v 0.2.1 - Major changes to the internal threading structure. - Fixed the "KILL resiliency" and "KILL deadlock" bugs. - State changes are now guaranteed to be in order. - Additional documentation for IRCConnection. - No changes to the API. v 0.2.0 - Added beginning of structure for MODE command. MODE support is not complete yet, but this should allow for future use. Can receive but not send. Version 0.2.1 should contain more complete MODE support. v 0.1.7 - Fixed bug in ClientState, added paranoia to NamesReply v 0.1.6 - Added RawCommand - Misc. Javadoc changes. v 0.1.5 - Added QuitCommand, PartCommand, WelcomeCommand, NamesReply, NamesEndReply. - Added Member class. - Added 'why' parameter to addMember and removeMember. - Fixed NickCommand so that it recognizes changes to other's nicks. v 0.1.1 - Fixed some javadoc formatting. v 0.1 - Initial release.