29 Commits

Author SHA1 Message Date
Jake
be330cce41 Log server binding 2015-02-07 20:48:46 -06:00
Jake
2cefd918ef Bind to configurable ip 2015-02-07 20:41:14 -06:00
jomo
e0accc429b merge 2015-01-31 18:02:23 +01:00
jomo
e6152d5898 prepend request IDs instead of UUIDs, fixes #77
also cleaned up a few other things I noticed when looking over the files
2015-01-31 17:10:49 +01:00
Jake
ffcd023c05 Code cleanup 2015-01-29 19:09:02 -06:00
Jake
3def0910bc Network rewrite/major cleanup, major caching changes, etc
Work on implementing capes
Update to no-express
Add more render tests
Add capes express route
Add documentation
Add undefined images to .gitignore
Fix no-express server again
Cleanup config a bit
General cleanup
Add CodeClimate badge
Test on Heroku
Speed optimizations
Fix tests
Code cleanup
2015-01-26 22:09:42 -06:00
jomo
9bedd94bab Revert "set default port to 5000"
This reverts commit 7021bdb606f3c8a674844632082287aac8fd12fb.
2015-01-10 03:23:13 +01:00
jomo
7021bdb606 set default port to 5000
testing stuff with dokku
2015-01-10 02:26:06 +01:00
jomo
a05e82cb5e clean up redis env parsing, support REDISCLOUD_URL, REDIS_URL or fall back to default 2015-01-09 19:52:51 +01:00
jomo
58b7995d53 solve merge conflict 2015-01-06 20:45:18 +01:00
jomo
66144bb580 Merge pull request #70 from connor4312/better-static-serve
Pipe static files, don't read to buffer
2015-01-06 05:52:52 -08:00
Connor Peet
160629db6b Pipe static files, don't read to buffer 2015-01-06 08:47:18 -05:00
Connor Peet
5e88942d0d Fix some silly parsing URLs 2015-01-06 08:42:41 -05:00
Connor Peet
4923b8ed58 Add clustering bin 2015-01-05 23:04:43 -05:00
jomo
cbbfb73bea split pathname into array, URL decode, fix #65 2015-01-04 03:37:51 +01:00
jomo
bbc71b0d6c fix #64 2015-01-04 03:08:53 +01:00
jomo
341eb5b41b rename contents to file_buffer for clarity 2015-01-03 23:57:32 +01:00
jomo
0dd29d194d log full request path 2015-01-03 09:53:45 +01:00
jomo
0009535fc0 upper case HTTP status messages 2015-01-02 22:26:39 +01:00
jomo
0a4011abc1 allow only GET + HEAD requests 2015-01-02 22:25:09 +01:00
jomo
846b738226 better error handling + logging in server.js 2015-01-02 22:16:35 +01:00
jomo
958b1ea907 remove expressjs from avatars 2015-01-02 21:55:38 +01:00
jomo
d10c94698f rewrite server.js 2015-01-02 21:15:26 +01:00
jomo
d5ccb72caf remove pretty much unused debug module 2015-01-02 19:55:28 +01:00
jomo
c80eefd992 flush redis before max memory is reached; hotfix for #49 2014-12-29 23:54:33 +01:00
jomo
cf43f1dc07 use seconds in config, don't clear .files 2014-11-30 02:56:21 +01:00
jomo
48e1f54336 add imagecleaner, fix #4 2014-11-30 02:48:54 +01:00
jomo
332330f68e replacing all single quotes with double quotes
Until now it was a big mess with some strings using single quotes and some others double quotes
We were using way more double quotes, so I chose to use them globally
2014-11-30 00:07:05 +01:00
jomo
cc159d3620 split code into more modules, fixes #8 2014-10-29 19:53:27 +01:00