186 Commits (fe3fbb71970eca5dd97c8a24c2546ed7bf7fc1a2)

Author SHA1 Message Date
Julian Lam f41be4ae8b exposed redis' "connect" method, so socket.io can call it from outside database/redis.js, fixed NodeBB requiring Redis as a socket.io store. It will now go back to using in-memory store per process, if no redis config is found in the NodeBB configuration. re: #2097 11 years ago
barisusakli b7eddda8c8 one more fix 11 years ago
barisusakli 20eb4def1d possible fix to online guest count
using socket io rooms instead of syncing between workers.
11 years ago
barisusakli b7ee875b12 user.isOnline fix
wont hit db on every user socket connect or user disconnect
11 years ago
barisusakli bf67424fd6 if there are no uids return 11 years ago
barisusakli 421d091828 optimizing browsing users 11 years ago
barisusakli 2008bf28ff auto update user counts dont transmit all room data 11 years ago
barisusakli 190647a074 only update room text if its topic
will fix this in a better way
11 years ago
barisusakli e28d778c0c fixed my derp 11 years ago
barisusakli 31fb0efbd9 crash fix 11 years ago
barisusakli 707a062661 one more fix 11 years ago
barisusakli 94a3ecdbd1 cluster socket.io fixes
getUserRooms
getUidsInRoom
getAnonCountInRoom
11 years ago
barisusakli 98f338b41c online count fixes for cluster 11 years ago
barisusakli 84d0e64361 fix topic move 11 years ago
barisusakli c40355b816 removed debug 11 years ago
barisusakli 5362863588 debug 11 years ago
barisusakli e00124007f testing 2 11 years ago
barisusakli 4f48f1865f removed updateLastOnlineTime from every socket call 11 years ago
barisusakli 26c0b097cf removed realtime update of anon count 11 years ago
barisusakli 171f02101d closes #2035, closes #2036 11 years ago
barisusakli b8dfbdaff2 small optimization to online users 11 years ago
barisusakli d0d1ebb28c Merge remote-tracking branch 'origin/master' into 0.5.1 11 years ago
barisusakli 2d0637d7c6 fix user online status on profile page 11 years ago
barisusakli d12a526e82 check against 0 first 11 years ago
barisusakli dda0322968 getUsersInCategory 11 years ago
barisusakli 32d46f3889 crash fix 11 years ago
barisusakli 473310d42d use empty string if referer is undefined 11 years ago
Julian Lam 7b3159292f added some utility functions for #1798, fixed chat notifications bodyLong value 11 years ago
barisusakli 24ebf20d7e first commit 11 years ago
barisusakli b537666e5c closes #1592, closes #1634 11 years ago
barisusakli 4e8a9fbe27 closes #1582 11 years ago
barisusakli d304bab4f1 dont change height if sizing horizontally #1508 11 years ago
barisusakli d43d363a7a refactored topics.js
removed ajaxify.register_events using removeListener now
11 years ago
barisusakli 63d88957a8 replace self links client side 11 years ago
barisusakli cd3bb77a7f added reqFromSocket to topic posting
new filter topic.post
11 years ago
barisusakli fa221437dc removed whitespace 11 years ago
barisusakli 2ad715ead3 closes #1412 11 years ago
psychobunny da665853e4 bugfixes 11 years ago
psychobunny 78dea8ea40 don't attempt to require a directory 11 years ago
Micheil Smith 3e82cab398 Add missing new lines at end of files. 11 years ago
barisusakli a75baef450 removed socket emits for post errors 11 years ago
barisusakli 4e71c8328c closes #1346 11 years ago
barisusakli 3f44f4bb3a closes #1319 11 years ago
barisusakli 46a475fdde controllers/admin/users cleanup 11 years ago
barisusakli 90e398e5c9 user js refactor, category fix
if a category that didn't exist was request with category/1231 or
api/category/1231 it was crashing.
11 years ago
Julian Lam 5a8a3627d2 bringing subfolder installations to v0.4.0 - JUST FOR @PLANNER 11 years ago
Baris Soner Usakli b28e4846a4 fixed disconnect check 11 years ago
Baris Soner Usakli feeb220514 removed console.log 11 years ago
Baris Soner Usakli 1b7f8cc5cb active users fix 11 years ago
Baris Soner Usakli dab71d04bd removed unused var 11 years ago
Baris Soner Usakli 1c14bcd1ed dont update last online time if status is offline 11 years ago
Baris Soner Usakli bb59158bbc closes #721, admins can edit other users from their edit page 11 years ago
Baris Soner Usakli f05dc95aa5 removed console.log 11 years ago
Baris Soner Usakli 56cdc86a37 took out userSockets, using io.sockets.clients() now' 11 years ago
psychobunny 609821029b app.isAdmin available client-side 11 years ago
Baris Soner Usakli 6c2a74bd38 if user status is offline dont show them in room browsing text 11 years ago
Baris Soner Usakli 97e0e48b07 closes #714, closes #824 11 years ago
Baris Soner Usakli 38886f6b58 making a socket call will set lastonline 11 years ago
Baris Soner Usakli d54e2fba9e closes #810 11 years ago
Baris Soner Usakli 2e786cc4d1 closes #873, removed global translator, templates and server objects 11 years ago
Baris Soner Usakli 16a42619b5 closes #809 11 years ago
Julian Lam 8041bee9fd Merge branch 'socketAL-fix' of github.com:designcreateplay/NodeBB into socketAL-fix 11 years ago
Baris Soner Usakli 6da6baa213 more crash fixes to socketS 11 years ago
Julian Lam 8b1ed1297b linting 11 years ago
Baris Soner Usakli 7470c1bbd9 more fixes 11 years ago
Baris Soner Usakli 0b132cadcf user fixes 11 years ago
Julian Lam 97eff9c8a1 fixing index call and meta.js 11 years ago
Baris Soner Usakli adf4a5c407 user.js changes 11 years ago
Baris Soner Usakli accde93fff removed api: from server 11 years ago
Baris Soner Usakli d234dbdca2 first set of changes 11 years ago
Baris Soner Usakli e16c3f3f80 added try catch to socket calls 11 years ago
Baris Soner Usakli dcf47f558e limit search in db 11 years ago
Julian Lam a32aee60c2 reversing accidentally committed code to socket.io/index 11 years ago
Julian Lam 32470efb22 fixing upgrade script console.log and missing sessionData for topic moving 11 years ago
Julian Lam aa689a7a29 fixed active users socket calls in ACP 11 years ago
Julian Lam 3fb44d7693 who needs recursion, bitch?
- enhanced socket abs layer so that a method call of infinite depth is supported (theoretically).
11 years ago
Julian Lam 5db9ff11d5 linting and adding missing require'd dep 11 years ago
Baris Soner Usakli 30ad852492 closes #758 11 years ago
Baris Soner Usakli 8bc0096b00 dont closed composer if callback isn't called 11 years ago
Julian Lam ee963e0c2a moved reconnected socket call to SocketsMeta 11 years ago
Julian Lam a150691b5e that's the last of it!! :D 11 years ago
Julian Lam ea8aa3fff2 admin stuff, removed deprecated install templates, blah blah 11 years ago
Julian Lam c5d8a5a6b2 thread tools (phew!) -- sessionData is getting larger :P 11 years ago
Julian Lam 8dd8412ae3 so far so good... user, meta, notifications, categories 11 years ago
Julian Lam dfa9f203e6 crashing a lot less now, heh 11 years ago
Julian Lam adb8f80b86 interim commit - removed calls to websockets.js, beginning porting to namespaced files 11 years ago