Version 1.11.1
Released: 2003-06-26
fixed
DA Task Queue optimized to handle large volumes of usersThe task queue has been changed around a bit in how it does a few things in order to minimize the number of forks and file descriptors it needs to open. A few servers with large numbers of users caused it to open too many file descriptors and it doesn't finish what it started. This caused stats and usages to be left un-updated. Also added was a feature where it checked the age of an existent pid file so that it will just start to run anyway if the pid is older than 7 minutes.
fixed
Remove handlers and mime.types file when domain is deletedVery minor bug where 2 files are left behind when a domain is deleted. Fixed. It did not affect any functionality in any way... the only thing that would result is if the domain was recreated, the mime type and handler data would already exist... oh no!!
fixed
Added character to list of valid characters in a webpathadded the ~ character. It's used for accessing www.domain.com/~path. The redirect wasn't allowing it, fixed.
fixed
Relaxed limit on protected directory usernamesprotected directory usernames can now be any length greater than zero, but must only contain a-z0-9. They essentially now use the same rules as email names.
fixed
Change User IP doesn't create virtual host for shared ftp.If an IP is set to shared and there arn't any users on it yet, when moving a user to it, the shared ftp virtualhost isn't being created. Fixed for 1.111.
Workaround: create and remove a temp user on that ip.