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