This is the development branch for flashnode, which is migrating flashnode towards using SWFTools. This is currently beta. For production sites use flashnode-5.x-1.1.
First stable release for Drupal 5.x. Includes control over “Read more” and “Comments” links and allows themes to add their own settings to /admin/build/themes/settings.
This release is for Drupal 5.x
It is fairly stable, I use it on one of my sites. Please test it and report back if you find any bugs or problems.
UPDATE as of 2007.11.08:
Major update on how protection works. Protected_node now utilises the Node Protection System.
Protected_node now stores passwords as sha1 hashes with optional salt. Salt could be configured in settings.php by definig $protected_node_salt variable with a random value. More entropy means better security. Usage is recommended.