x == NaN is always false, use isNaN instead
Fix hardcoded bytes-max (64) in error messages
Make util.inspect not use newlines
Use util.inspect instead of JSON.stringify
Replace config['password'] with config.password
Replace config['source'] with config.source
Fix bugs in CTCP request handling
Add a registered-commands config option
Make sign.c and keygen.c C89-compliant
Add C implementations of sign and keygen
Add node_modules to .gitignore
Add support for UNIX control socket
Add LASTSYNC and SYNCLEADER commands
Only one OTP should exist at a time
Add REHASH and RAW control commands