20 Commits (145898c3ba5a7408f489d542d64b2d9957478e5b)

Author SHA1 Message Date
Julian Lam 145898c3ba using nconf to manage config file now (issue #24) 12 years ago
Julian Lam 4d99870063 updating nodebb executable so that it sends a NODE_ENV environment
variable in, and modified app.js and redis lib to read it.
12 years ago
Julian Lam d0e5938788 merging in Peter Cellik's changes to allow NodeBB to work with a passworded Redis store. Fixes #11 12 years ago
Julian Lam 88bf9425db install script + patching up integration with install wizard 12 years ago
psychobunny 448673b141 recent replies part 2 12 years ago
psychobunny cd4ca110a1 moved utils over to client side for code sharing 12 years ago
psychobunny ab492f147f check for online/offline users, added custom redis sismembers method, fix for category view not showing up if it has no topics 12 years ago
psychobunny 5e901a76aa fixed the rest of the bugs that arised from the redis refactor 12 years ago
psychobunny b9ec62ee20 chicken wrapper gone. but as a result, found a bug that wasn't being handled properly 12 years ago
psychobunny fb83913670 redis wrapper removed. pretty safe to say that we didn't really need it in the first place. 12 years ago
Baris Soner Usakli 08f7b64ccf hash changes to user data 12 years ago
psychobunny 5e48b4cdc5 redis updates for sets: added sadd, srem, and sismember; finished basic favouriting/up/down votes - still need to add socket support in future 12 years ago
psychobunny e658531a67 replies are up 12 years ago
Julian Lam c298e7002e updated configuration file with redis params, and updated all redis wrapper to read configs from config file instead of defaulting to localhost -- same for express.session store 12 years ago
Julian Lam 2a9c33b9f8 user activity counter (bug present where all users register as same session? this isn't good....) 12 years ago
Julian Lam 9e5a7b96b3 fixed broken mget implementation if no topics are present 12 years ago
psychobunny a16f72e11c redis - added mget and multi, finished initial topics listview on home page, finished get topics method calls 12 years ago
Julian Lam c1186f396e some work on session login etc 12 years ago
Julian Lam 5792946a16 added DEL support to redis wrapper lib 12 years ago
psychobunny ccc57b0d71 forgot to add redis.js 12 years ago