adds web GUI administration. Use a web browser to run the identical Java application for administration. (Both User and Server admin.) Format is http://server_ip:port/users.html or http://server_ip:port/admin.html
adds remote user management. You can allow individual users to create/modify users that inherit settings from them without ever giving anyone full access to the server.
changes how groups/users are treated. no such thing as a group now...just users that inherit from other users. A group is just a user without a password who doesn't login.
gets rid of the inheritance.xml file and uses the file system to handle inheritance by just moving folders around.
adds save confirmation to changes to a user.
fixes MacBinary switching bug in MacOS X.
adds user save button so you can be sure your settings are saved.
adds minimum transfer speed option for downloads. If the transfer speed gets to slow, download is aborted.
fixes some IRC BOT glitches.
changes IRC to use /NOTICE instead of /MSG for messages
changed the IRC setup GUI so it was less confusing.
fixes IRC BOTs top downloads bug.
fixes bug for some clients and resume upload. When clients did a LIST -filename-, CrushFTP used to return blank listings.
will now give a fresh dir if its loads twice consecutively instead of a cached version.
fixes bug that didn't allow uploads if redundant bandwidth switching was turned on.
fixes localhost bug with OS X.
adds status for loading reports when its being launched.
fixes some typos
adds variables for session downloads, and uploads so that they can be used in an email event when a user disconnects.
adds the logout event.
updates the GUI live for inherited values in the user manager.
has a little larger GUI in places for MacOS X.
will now add any default value to your prefs.xml file if a value is missing.
fixes issue that could have affected static caches and a multihomed server.