Version 1.0 ----------- Beeping can no longer cause the applet to crash. Updated the text in the right hand frame of the HTML page that loads the applet. Changed CTCP Version reply. Removed [] from identd reply, as some servers only accept usernames in the a-Z 0-9 range. Added a link to a resource about setting the trustProxy property for users with Netscape in Windows behind certain types of firewall setups. Added IRC read timeout to 5 seconds at connection and 240 seconds thereafter. Made it impossible to connect to a port below 1024, to prevent abuse. Version RC2 ----------- Made identd more secure. Channel keys work properly now. /clear will also clear (input) textfield now. CTCP ping replies are working properly. Away message when doing /whois parsed. Notice will now send more than just the first word. Set maximum lengths on all input fields. Version RC1 ----------- Added parameters: serverChange, portChange to applet, which enable and disable the textfields for server and port. Color parsing in the applet is available using the parseColor parameter (on by default). Parses bold, color, reverse and underline. Added a frame with help for the currently available commands in the Chatlet page. Added /part command. Added /topic command. Added /away command. Added CTCP finger reply as "user@real.ip". Added parsing of private action messages. Added parameter: debugLevel to the servlet, which acts as a mask for switching debug output on and off. Added a built in ident daemon, on by default, by can be shut off with the parameter ident=false. If a host can be resolved, the host@domain will now show up in the log files instead of the IP number. Added ping between applet / servlet that will timeout a connection after the keepAliveDelay. Added CTCP ping reply.