- Updated install.sh to use useradd instead of adduser for better linux support
- Eased version restrictions on dependencies, removed upper bound of node.js version
- Updated connect.js dependency to <=1.8.4
- Compatible with node.js v0.6.x
- Updated socket.io-* dependencies to v0.9.0, fixes socket.io-client bug
- Switched to Iconic icon set in place of famfamfam silk
- Eased node.js version restrictions to allow v0.4.9 - v.0.4.12
- Upgraded forever dependency to v0.8.2
- Upgraded forever dependency to v0.7.5
- Reworked installation & daemon process using npm & forever
- Adds custom logging module with log levels
- Creates official 'log.io' npm package
- Updates all components to use socket.io v0.8.x
- Uses custom events (emit) instead of message_type properties
- Server uses rooms per log file for selective broadcasting
- Harvester uses "official" socket.io-client instead of Socket.io-node-client
- Unit test updates
- socket.io v0.7 warnings, configuration updates
- Fixes broken Socket.io-node-client dependency
- Readme updates
- Initial release