This release updates the Commenting feature to allow you to subscribe (or not) to a thread. My "auto-signup" tended to piss a few people off, so I figured it was time to get off my butt and get it coded.

The way subscriptions work now is - when you post a comment, you are asked if you want to subscribe. This defaults to false. If you click the checkbox, you will get any further posts to the thread.

The code is anal in assuming you don't want emails. If you post once, and say you want to subscribe, then post again, and don't click the checkbox, it will ensure that you do not get email from further posts. In other words, it updates your earlier subscription and sets it to false.

I tested this... although not as great as I should have. If you find any issues, let me know.

Edited: The db scripts do NOT contain the code to auto add the admin/admin user. I will add that later.