barisusakli
|
83cb916264
|
closes #4038
|
2016-01-13 16:15:49 +02:00 |
|
barisusakli
|
a6074da17e
|
closes #4032
|
2016-01-07 18:07:43 +02:00 |
|
barisusakli
|
670ed38d75
|
missing semicolons
|
2015-11-05 19:57:26 -05:00 |
|
barisusakli
|
7ed378b367
|
removed override no longer needed
|
2015-11-05 12:43:05 -05:00 |
|
barisusakli
|
46c2563164
|
removed rooms.js removed browsing users, removed chat syncing across sockets
use lastonline for online detection
|
2015-11-05 12:34:39 -05:00 |
|
barisusakli
|
1ecf27417a
|
removed commented out stuff removed topics.enter
|
2015-11-05 11:53:17 -05:00 |
|
barisusakli
|
491a6d0234
|
Merge remote-tracking branch 'refs/remotes/origin/master' into room-optimize
|
2015-11-05 11:35:39 -05:00 |
|
barisusakli
|
0d23c56281
|
removed event:disconnect
|
2015-11-05 11:31:59 -05:00 |
|
barisusakli
|
bac2a0d959
|
removed event:connect use socket.io connect event duh
|
2015-11-05 11:25:53 -05:00 |
|
barisusakli
|
5879185ebc
|
single proc stats
|
2015-11-04 17:43:43 -05:00 |
|
barisusakli
|
0199ed27a6
|
disable user_leave for topic
|
2015-11-04 13:02:19 -05:00 |
|
barisusakli
|
be86c74c91
|
disabled browsing users and global rooms syncing
|
2015-11-04 12:52:55 -05:00 |
|
barisusakli
|
f4bfcc7351
|
removed icon:bgColor and icon:text from db calls
calculates from username on the fly
|
2015-10-29 16:35:53 -04:00 |
|
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
|
2015-10-25 07:33:59 -04:00 |
|
barisusakli
|
85d09ce2e4
|
removed unsused require
|
2015-10-20 19:34:40 -04:00 |
|
Julian Lam
|
f6d5b52a8b
|
WIP user-icons
|
2015-09-27 12:57:21 -04:00 |
|
barisusakli
|
5950f97f96
|
more refactors
|
2015-09-25 17:38:58 -04:00 |
|
barisusakli
|
4a06750ae2
|
io.in logger
|
2015-09-25 16:16:07 -04:00 |
|
barisusakli
|
c4b258c747
|
added .before to socket.io/groups.js
|
2015-09-17 19:57:47 -04:00 |
|
barisusakli
|
dc7839b511
|
small fix
|
2015-07-14 17:12:59 -04:00 |
|
barisusakli
|
daf1a388eb
|
closes #3039
|
2015-07-14 17:03:33 -04:00 |
|
Barış Soner Uşaklı
|
c9b98306e0
|
dont require everything in folder
dont want rooms.js to be public
|
2015-03-26 12:42:25 -04:00 |
|
barisusakli
|
77e956861a
|
#2486
various fixes for socket.io cluster
display user presence correctly
|
2015-03-25 22:33:19 -04:00 |
|
Barış Soner Uşaklı
|
07572b188b
|
fix crash
|
2015-03-06 14:54:02 -05:00 |
|
barisusakli
|
558e708576
|
remove console.log
|
2015-03-05 17:32:40 -05:00 |
|
Barış Soner Uşaklı
|
e5343b7efc
|
dont display cluster warning if not running as cluster
|
2015-03-05 16:21:52 -05:00 |
|
Barış Soner Uşaklı
|
8eb45fc80a
|
dont remove self from browsing
|
2015-02-19 12:04:53 -05:00 |
|
Barış Soner Uşaklı
|
d20628a8d4
|
closes #2539
|
2015-02-11 12:55:02 -05:00 |
|
barisusakli
|
92c869e886
|
try to get ip from x-forwarded-for first
|
2015-02-05 23:18:53 -05:00 |
|
barisusakli
|
c87c99eadd
|
dont check admin emits against flooding
|
2015-01-28 17:08:41 -05:00 |
|
barisusakli
|
caec718092
|
callback for getUidsInRoom
|
2015-01-23 15:12:57 -05:00 |
|
barisusakli
|
aab2bc0b39
|
keep track of the last 20 events
|
2015-01-20 17:04:10 -05:00 |
|
barisusakli
|
6ccdf187ea
|
closes #2595
|
2015-01-13 14:54:13 -05:00 |
|
barisusakli
|
f6525a13c8
|
data will be always inside socket.io/ modules
|
2015-01-13 12:26:41 -05:00 |
|
barisusakli
|
e0edb71a8a
|
use socket.io default and ["polling", "websocket"]
|
2014-12-25 14:13:54 -05:00 |
|
barisusakli
|
d68c44fd0a
|
dont sent status update if user set it offline
|
2014-12-23 01:37:39 -05:00 |
|
barisusakli
|
a9e12f4174
|
remove unused requires
|
2014-12-22 21:17:26 -05:00 |
|
psychobunny
|
da7dcd99a8
|
#2532 renamed to "socket.io:transports"
Sample config:
"socket.io": {
"transports": ["websocket"]
}
|
2014-12-19 16:49:20 -05:00 |
|
barisusakli
|
7ec8393004
|
closes #2532
|
2014-12-17 18:18:53 -05:00 |
|
barisusakli
|
59545d740c
|
only emit event:user_leave to topic rooms instead of all online users
|
2014-12-16 19:40:47 -05:00 |
|
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 |
|