Commit Graph

613 Commits (9c9d805a3214638f1528121b9b927247eea8d382)

Author SHA1 Message Date
psychobunny 42c0b973f1 closes
psychobunny f17fa3ca11 minify flag not actually being used
Julian Lam f77f39e937 Fixed
Also updated port local variable to be a Number, since all of the
conditional checks assume it is a number, when all along it has
been a string.... heh.
barisusakli ca294fc6ec closes
Julian Lam 160cf93802 Fix regression caused by 4f766ac
Julian Lam 4f766ac7b5 Updated cache buster logic
Removed css and script busters in favour of a uuid/guid cache
buster that is generated when the app starts.

This change means that in the event your NodeBB crashes often,
users will not be able to rely on their browser cache to serve
an unchanged style/js file, but if that's the case, you've
got bigger problems anyway.

re: 
Julian Lam 7e6703c18e more line ending conversion
barisusakli 93fd938913 removed setTimeout
barisusakli 3063da83ef argument fix for static/action hooks
Julian Lam a462b10f94 nevermind... (@barisusakli 🧌)
Julian Lam 379bdd12e0 fixed improper parsing of url in loader, and updated mongo init to not send anything in cb except err. Also updated webserver init so that it doesn't expect stuff from static:app.preload
barisusakli 2286d1137b remove tab
barisusakli d946a2fcbd closes
wait for templates to compile even if using clustering
fix emitter.all
upgrade.check error first
removed plugins.ready, using callback on plugins.init
removed webserver.init, using webserver.listen
psychobunny 2fbe7a8190 webserver: only start listening _after_ everything is compiled
barisusakli 0d6772c30b warning/errors on invalid ports config
Julian Lam 4fffe4da94 moved plugin route reloading outside of plugin initialisation, so plugins can add a hook listener before core routes have been added
Fokke Zandbergen f0836f4107 Skip setTimeout if it doesn't exist (<= 0.10.36)
psychobunny e5c842d923 ability to send in extensions (comma delimited) to --from-file
psychobunny eb6754c5eb nice, I figured out how to speed up grunt watch
psychobunny 540facaaab try (I give up, grunt-watch seems so unpredictable... on windows anyways)
Julian Lam aa62c52580 closed
Julian Lam 3deb423c55 testing socket availability before attempting to bind
Julian Lam 68e761bed0 if using sockets, reset the umask back to the old value after listening
Julian Lam b565f3ac0a closed
barisusakli 64c0e1df61 settimeout
barisusakli 9e9b138afb removed unused code
barisusakli 64e13df14c removed node cluster spawn procs on ports
barisusakli 1723894e5a merge
Julian Lam d430ef3983 second pass,
Julian Lam d5e473609c first pass,
barisusakli 1abe35092b cluster socket.io fixes
close proxy server on loader.stop
changed handles to object
barisusakli 785790c414 moved handle close to fork worker
barisusakli d1fcb50c7d cluster sticky session
psychobunny 3aa18ebb12 no need to inform attempt to listen to address
barisusakli 5c3af6f549 removed webserver.init
barisusakli 363057cf49 closes
barisusakli 20314991a4 tmp error check
Julian Lam 1a90de7dd6 added new --from-file flag that will load js/css from the precompiled file instead of recompiling it on startup
Julian Lam b7ba6a0d8f fixed - each individual thread will create its own logrotate write handler, because if one is closed, everything crashes in a cascade effect because we're calling .write() after .end(), bleh.
Julian Lam 7597c654a0 refactored plugin and auth init a bit, and fixed issue where successive reloads caused old login strategies to be inadvertently preserved
Julian Lam dab3667773 re: , auth re-routing
Julian Lam 7255ce3dbe primary worker support, and added notif pruning to primary worker jobs
Julian Lam fae169697e removing listener for templates compilation, in order to resolve race condition that was causing slow servers to not actually end up binding to the port as expected
Julian Lam 2d0877f80e better handling of port in use errors with cluster
Julian Lam 08abbe19bc zero downtime and reload support with cluster module
Julian Lam de41896770 restart handling and crash detection
barisusakli 298f14ad27 removed cluster from app.js
barisusakli 0f46051fcf Merge remote-tracking branch 'origin/cluster-loader' into cluster
Julian Lam 58a73b52b5 work-in-progress commit to get cluster module working with loader.js
barisusakli cbe3b5b6dc testing