This version now uses bcrypt to hash passwords, which is much more secure than the previous salted SHA-256 implementation. Also, it includes a few small bug fixes:
- Fixed bug where Plugin params named
script
didn't make it into the child ENV. - Forgot to enable
log_crashes
for logging Node interpreter crashes. - Improved debug logging for spawning children.