03/04/2008 General: - Building a simple chat for JLS, usable also via telnet - WORK IN PROGRESS! - Released internal development release 0.7-Alpha4; ConfigurationManager: - Corrected a variable bug into the 'startCON' function; MSG handler: - Changing the code to open the JLS Chat; ShellThread: - Corrected the 'listuser' command to support the new 'getUser' function; SecureServerThread: - Updated with the same function of normal ServerThread class; ServerThread: - Deleted the 'experimental function'; - Implemented a Vector for the ban list; - Created 'setBanned' function to ban a target client by IP; - Created 'RemoveMeFromList' function to remove a target user; - Changed 'getUser' function from String to ServerThread; - Implemented the control of the ban list when a client is trying to connect; ---------------------------------------------------------------------------- 02/04/2008 ServerUpdater: - Fixed a pair of bug, now is ready for test; ServerSideShellThread: - Ordered the list of handlers; ---------------------------------------------------------------------------- 01/04/2008 General: - Released internal dev-release 0.7-Alpha3; ShellThread: - Created 'jlsupdate' to update JLS to latest stable or unstable version; - Updated to use ServerUpdater class to update the application; - Ordered the list of commands like in the help command; ---------------------------------------------------------------------------- 26/04/2008 General: - Created 'ServerUpdater' class: it will manage JLS updates; - ServerUpdater class is now ready to first tests; - Released internal dev-release Alpha2; DataBank: - Updated with copy and decompress usefull function; ---------------------------------------------------------------------------- 24/04/2008 General: - Released internal dev-release Alpha1 of the new unstable branch: 0.7! ShellThread: - Added an if to controll the JLServer thread status when you exit/quit the program; JLServer: - Created public function 'isAlive' that return the state of the (Secure)ServerThread; ServerThread: - Corrected some warning of 'static' and 'non-static' fields; - Created function 'getState' like the one of SecureServerThread class; - Adapted for 'getState' function the new 'state' variable; SecureServerThread: - Corrected a warning of an unused import; - Created 'getState' function to know if the thread is alive or not; - Adapted for 'getState' function the new 'state' variable; ---------------------------------------------------------------------------- 21/04/2008 General: - Started 'changelogging' of next stable version: 0.7, the second Beta of JLS! - The news features are about: - Update from the official site; - Better control of connected users; - JavaLightServer Configuration Manager 0.5; - JavaLight Client 0.3/0.4 with a simple GUI; - Improvements into the main core; ShellThread: - Updated all server-side shell commands with 'equalsIgnoreCase' function; JLServer: - Creating usefull function that controll JLServer Secure/ServerThread state - WORK IN PROGRESS!;