barisusakli
|
83cb916264
|
closes #4038
|
9 years ago |
barisusakli
|
a6074da17e
|
closes #4032
|
9 years ago |
barisusakli
|
670ed38d75
|
missing semicolons
|
9 years ago |
barisusakli
|
7ed378b367
|
removed override no longer needed
|
9 years ago |
barisusakli
|
46c2563164
|
removed rooms.js removed browsing users, removed chat syncing across sockets
use lastonline for online detection
|
9 years ago |
barisusakli
|
1ecf27417a
|
removed commented out stuff removed topics.enter
|
9 years ago |
barisusakli
|
491a6d0234
|
Merge remote-tracking branch 'refs/remotes/origin/master' into room-optimize
|
9 years ago |
barisusakli
|
0d23c56281
|
removed event:disconnect
|
9 years ago |
barisusakli
|
bac2a0d959
|
removed event:connect use socket.io connect event duh
|
9 years ago |
barisusakli
|
5879185ebc
|
single proc stats
|
9 years ago |
barisusakli
|
0199ed27a6
|
disable user_leave for topic
|
9 years ago |
barisusakli
|
be86c74c91
|
disabled browsing users and global rooms syncing
|
9 years ago |
barisusakli
|
f4bfcc7351
|
removed icon:bgColor and icon:text from db calls
calculates from username on the fly
|
9 years ago |
Julian Lam
|
b52475c270
|
Merge remote-tracking branch 'origin/master' into user-icons
Conflicts:
public/src/client/account/edit.js
src/middleware/middleware.js
src/socket.io/meta.js
src/socket.io/user/picture.js
src/user.js
src/views/admin/manage/group.tpl
|
9 years ago |
barisusakli
|
85d09ce2e4
|
removed unsused require
|
9 years ago |
Julian Lam
|
f6d5b52a8b
|
WIP user-icons
|
10 years ago |
barisusakli
|
5950f97f96
|
more refactors
|
10 years ago |
barisusakli
|
4a06750ae2
|
io.in logger
|
10 years ago |
barisusakli
|
c4b258c747
|
added .before to socket.io/groups.js
|
10 years ago |
barisusakli
|
dc7839b511
|
small fix
|
10 years ago |
barisusakli
|
daf1a388eb
|
closes #3039
|
10 years ago |
Barış Soner Uşaklı
|
c9b98306e0
|
dont require everything in folder
dont want rooms.js to be public
|
10 years ago |
barisusakli
|
77e956861a
|
#2486
various fixes for socket.io cluster
display user presence correctly
|
10 years ago |
Barış Soner Uşaklı
|
07572b188b
|
fix crash
|
10 years ago |
barisusakli
|
558e708576
|
remove console.log
|
10 years ago |
Barış Soner Uşaklı
|
e5343b7efc
|
dont display cluster warning if not running as cluster
|
10 years ago |
Barış Soner Uşaklı
|
8eb45fc80a
|
dont remove self from browsing
|
10 years ago |
Barış Soner Uşaklı
|
d20628a8d4
|
closes #2539
|
10 years ago |
barisusakli
|
92c869e886
|
try to get ip from x-forwarded-for first
|
10 years ago |
barisusakli
|
c87c99eadd
|
dont check admin emits against flooding
|
10 years ago |
barisusakli
|
caec718092
|
callback for getUidsInRoom
|
10 years ago |
barisusakli
|
aab2bc0b39
|
keep track of the last 20 events
|
10 years ago |
barisusakli
|
6ccdf187ea
|
closes #2595
|
10 years ago |
barisusakli
|
f6525a13c8
|
data will be always inside socket.io/ modules
|
10 years ago |
barisusakli
|
e0edb71a8a
|
use socket.io default and ["polling", "websocket"]
|
10 years ago |
barisusakli
|
d68c44fd0a
|
dont sent status update if user set it offline
|
10 years ago |
barisusakli
|
a9e12f4174
|
remove unused requires
|
10 years ago |
psychobunny
|
da7dcd99a8
|
#2532 renamed to "socket.io:transports"
Sample config:
"socket.io": {
"transports": ["websocket"]
}
|
10 years ago |
barisusakli
|
7ec8393004
|
closes #2532
|
10 years ago |
barisusakli
|
59545d740c
|
only emit event:user_leave to topic rooms instead of all online users
|
10 years ago |
barisusakli
|
e72ec429a2
|
remvoed lowered pingTimeout
|
10 years ago |
barisusakli
|
9b083a6a66
|
half ping timeout
|
10 years ago |
barisusakli
|
2e04501224
|
closes #2516
|
10 years ago |
barisusakli
|
b63c0df8a2
|
fixed event name
|
10 years ago |
barisusakli
|
ef3b6a2450
|
closes #2498
|
10 years ago |
barisusakli
|
7ae7c50f56
|
app.user
|
10 years ago |
barisusakli
|
d544b19220
|
set path on socket.io server
|
10 years ago |
barisusakli
|
3a0b92a0e4
|
fix path for socket.io subfolder install
|
10 years ago |
barisusakli
|
e7a52b615b
|
remove user from users:online on delete
|
10 years ago |
barisusakli
|
392be78554
|
fix whitespace
|
10 years ago |