Joe Wegner
f26179ae6a
replace colors with chalk everywhere
...
issue #5259
- removes the colors dependency
- adds in chalk dependency, and migrates everything to use that
- reduces some specs now that the log calls are cleaner
2015-05-19 11:07:40 -05:00
Pascal Borreli
13838fff9d
Fixed typos
2015-03-17 17:43:53 +00:00
Fabian Becker
47e16df196
Node v0.12 & io.js support.
...
fixes #4811 , refs #4240
- Add v0.12 to the build
- Fix express tests to work with iojs/0.12
- Add iojs-v1.2.0 to the build matrix
2015-03-09 20:27:14 +01:00
Jason Williams
6c1287c3a2
Allow socket permissions to be set from config
...
Closes #4478
2014-12-31 15:28:04 +00:00
Jason Williams
9ca6a816aa
Drop socket reference on close.
...
Closes #1976
- Prevent the unbounded memory growth caused by maintaining
a reference to the socket object that is created on every connection.
2014-11-11 19:23:07 +00:00
Harry Mills
edef05339e
Adds SIGTERM handling
...
closes #4403
- adds SIGTERM handler to match SIGINT handler
2014-11-05 15:38:35 +00:00
Hannah Wolfe
0f6649cc1d
Updating messages to use errors module
...
no issue
- only updated the messages that are errors or warnings
- changed the structure of the messages to follow the 3-arg format
2014-09-23 19:55:07 +01:00
Fabian Becker
2c3abeee03
Naming cleanup
...
closes #4069
- Rename everything from camelCase to lowercase + dashes
- Remove usage of `server`, `app` and `instance`
2014-09-20 21:09:16 +02:00