barisusakli
|
e72ec429a2
|
remvoed lowered pingTimeout
|
2014-12-13 00:10:45 -05:00 |
|
barisusakli
|
9b083a6a66
|
half ping timeout
|
2014-12-10 04:07:05 -05:00 |
|
barisusakli
|
2e04501224
|
closes #2516
|
2014-12-09 20:48:35 -05:00 |
|
barisusakli
|
b63c0df8a2
|
fixed event name
|
2014-12-09 13:50:20 -05:00 |
|
barisusakli
|
ef3b6a2450
|
closes #2498
|
2014-12-05 13:07:13 -05:00 |
|
barisusakli
|
7ae7c50f56
|
app.user
|
2014-12-03 19:36:19 -05:00 |
|
barisusakli
|
d544b19220
|
set path on socket.io server
|
2014-12-01 14:59:12 -05:00 |
|
barisusakli
|
3a0b92a0e4
|
fix path for socket.io subfolder install
|
2014-12-01 14:52:21 -05:00 |
|
barisusakli
|
e7a52b615b
|
remove user from users:online on delete
|
2014-11-28 21:46:50 -05:00 |
|
barisusakli
|
392be78554
|
fix whitespace
|
2014-11-28 21:43:44 -05:00 |
|
barisusakli
|
0a2d543186
|
removed getUserSockets
|
2014-11-28 21:35:34 -05:00 |
|
barisusakli
|
fa92eb4d5c
|
onDisconnect fix
|
2014-11-28 21:04:12 -05:00 |
|
barisusakli
|
3a172711f4
|
socket.io index refactor
|
2014-11-28 19:33:07 -05:00 |
|
barisusakli
|
14a5de6d9d
|
not used
|
2014-11-28 19:08:02 -05:00 |
|
barisusakli
|
f7c70e2a7a
|
update all socket methods, works on single node
|
2014-11-28 19:06:07 -05:00 |
|
barisusakli
|
13609edf82
|
fix reqFromSocket for socket.io 1.x
|
2014-11-28 17:46:00 -05:00 |
|
barisusakli
|
c213f77f91
|
merge
|
2014-11-28 14:35:21 -05:00 |
|
barisusakli
|
5ac5d20e4b
|
users:online refactor
|
2014-11-28 14:25:11 -05:00 |
|
Julian Lam
|
1ce3c9ca2d
|
no longer logging warnings for socket.io
|
2014-11-28 13:44:46 -05:00 |
|
Julian Lam
|
7ad242b981
|
using redis for user online list management if configured
|
2014-11-28 12:34:19 -05:00 |
|
Julian Lam
|
e952a873a8
|
moving onlineUsers from an in-memory variable to a sorted set
|
2014-11-28 11:50:29 -05:00 |
|
barisusakli
|
4bed05a622
|
disable stuff that crashes in socket.io 1.x
|
2014-11-25 15:18:33 -05:00 |
|
barisusakli
|
7cbaa90d36
|
update to socket.io 1.2.1, return_buffers option
|
2014-11-24 13:44:59 -05:00 |
|
barisusakli
|
73fb653ddf
|
emit works
|
2014-11-20 19:02:29 -05:00 |
|
barisusakli
|
82d863b9c8
|
deps, disabled all server side calls
|
2014-11-20 16:51:11 -05:00 |
|
barisusakli
|
347e37a224
|
show warning and errors for socket.io also show info in dev
|
2014-11-20 15:53:23 -05:00 |
|
barisusakli
|
d177481f94
|
chop chop
|
2014-11-19 23:37:55 -05:00 |
|
barisusakli
|
6012223b81
|
show message name, fix template name overwrite
|
2014-11-19 22:41:16 -05:00 |
|
barisusakli
|
9c1216eb63
|
closes #2432
|
2014-11-19 15:55:01 -05:00 |
|
psychobunny
|
25c7dfbc12
|
fix crash if socket.handshake is null
|
2014-10-27 20:23:16 -04:00 |
|
barisusakli
|
63cf8d674d
|
listen disconnect event, display unknow socket method name on dev
|
2014-10-26 14:30:13 -04:00 |
|
Julian Lam
|
62d85b0e26
|
updated installation data to only create four categories by default, and altered colour to be less stark (heh, what does that mean anyway...). Also added an intro post
|
2014-10-22 13:26:34 -04:00 |
|
barisusakli
|
6cb5f9c098
|
emit stats to registered users only
|
2014-10-17 18:46:17 -04:00 |
|
barisusakli
|
c5e1f8e0aa
|
user onlineUsers instead of calculating from rooms
|
2014-10-17 18:40:20 -04:00 |
|
barisusakli
|
762b2fff37
|
display user count in browsing
|
2014-10-16 18:04:04 -04:00 |
|
barisusakli
|
40fe40deac
|
removed users:online set
using websockets.getConnectedClients directly
|
2014-10-13 22:25:34 -04:00 |
|
psychobunny
|
729ed6fbda
|
all your semi-colons are belongs to me
|
2014-10-08 12:18:32 -04:00 |
|
barisusakli
|
5f55cc947c
|
watch unwatch
update on toggle, moved isFollowing to api return and template
|
2014-09-25 16:46:00 -04:00 |
|
Julian Lam
|
5a36c33fac
|
fixed #2142 -- passing in cached (pre-required) redis module into socket.io so it uses the same redis module... why? who bloody knows.
|
2014-09-25 11:56:33 -04:00 |
|
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
|
2014-09-23 17:09:46 -04:00 |
|
barisusakli
|
b7eddda8c8
|
one more fix
|
2014-09-09 18:32:09 -04:00 |
|
barisusakli
|
20eb4def1d
|
possible fix to online guest count
using socket io rooms instead of syncing between workers.
|
2014-09-09 18:05:21 -04:00 |
|
barisusakli
|
b7ee875b12
|
user.isOnline fix
wont hit db on every user socket connect or user disconnect
|
2014-09-06 22:08:55 -04:00 |
|
barisusakli
|
bf67424fd6
|
if there are no uids return
|
2014-09-06 01:55:56 -04:00 |
|
barisusakli
|
421d091828
|
optimizing browsing users
|
2014-09-06 00:19:46 -04:00 |
|
barisusakli
|
2008bf28ff
|
auto update user counts dont transmit all room data
|
2014-09-05 00:28:27 -04:00 |
|
barisusakli
|
190647a074
|
only update room text if its topic
will fix this in a better way
|
2014-09-04 23:26:55 -04:00 |
|
barisusakli
|
e28d778c0c
|
fixed my derp
|
2014-09-04 22:41:02 -04:00 |
|
barisusakli
|
31fb0efbd9
|
crash fix
|
2014-09-04 22:32:50 -04:00 |
|
barisusakli
|
707a062661
|
one more fix
|
2014-09-04 22:11:21 -04:00 |
|