ParaIrc - a simple Java IRC-Client

ParaIrc is a simple IRC-Client i wrote for Fun. There may be a lot of Bugs and some parts aren't coded very well, so it's not the best client ;) But the most important things are working, so it's worth a download.
Why i chose Java for this program ? I wanted to do something more complex than the usual exercises for my studys. And I wanted to have a platform-independend program which runs on Windows, Linux, Unix or whatever. You need at least JVM 1.4 for ParaIrc to work properly.
If you have any comments, bugs or whatever post it here.

Downloads
ParaIrc 0.2.2 JAR-File
ParaIrc 0.2.2 Sources

Screenshots



Changelog

 
For new Bugs,Comments or Feature-Requests write to martin _at_ spueler.net

** TODO : ADD FEATURES
	- add DCC-Send/Receive (rcv half implemented)
	- add History for send-textfield (scroll with up/down keys)
	- double click on URL to open
	- display Version Info about User in every channel the User is

ParaIrc 0.2.2 (2005-08-17)
	- changed Handling of some Errortype-Messages
	- fixed MODE-Bug
	- fixed Bug with marking Tabs and closing them
	
ParaIrc 0.2.1 (2005-06-29)
	- fixed Bug with private Messages when hiding Nick/Memoserv
	- fixed	Bug when changing Nick

ParaIrc 0.2  (2005-06-14)
	- fixed Menu
	- new OptionsWindow
	- fixed some bugs
	- added some more options to configure
	  #Display of image when new message
	  #Change color on new message
	  #Display  Nick/MemoServ in Status
	- added display of ChannelTopic in Textfield

ParaIrc 0.1.2 Beta (2005-04-18)
	- changed default font in status-window to monospaced
	- Font Type and Size can be configured in ParaIrc.config
	- added display of bold and underlined lines
	- Some changes with colors and bold display
	- Speeding up the packet retrievment

ParaIrc 0.1.1 Beta (2004-05-19)
	- Fixed some Bugs with TextField (ScrollBar works better now)
	- Fixed some Connection issues

ParaIrc 0.1 Beta (2004-04-25)
	- First Release