COMMITS
/ lib/socket.js June 19, 2024
D
fix: add a noop handler for the error event
Damien Arrachequesne committed
June 26, 2022
D
fix: prevent the socket from joining a room after disconnection
Damien Arrachequesne committed
D
fix: only set 'connected' to true after middleware execution
Damien Arrachequesne committed
D
fix: ignore packet received after disconnection
Damien Arrachequesne committed
October 15, 2019
S
fix: properly overwrite the query sent in the handshake
Sebastiaan Marynissen committed
April 27, 2018
S
[feat] Add local flag to the socket object (#3219)
Sleiman Sleiman committed
February 28, 2018
D
[feat] Add a 'binary' flag (#3185)
Damien Arrachequesne committed
August 26, 2017
D
[fix] Reset rooms object before broadcasting from namespace (#3039)
Damien Arrachequesne committed
D
[fix] Do not throw when receiving an unhandled error packet (#3038)
Damien Arrachequesne committed
June 12, 2017
D
[fix] Reset rooms object before broadcasting (#2970)
Damien Arrachequesne committed
May 22, 2017
D
[fix] Fix timing issues with middleware (#2948)
Damien Arrachequesne committed
April 24, 2017
D
[feat] Move binary detection to the parser (#2923)
Damien Arrachequesne committed
February 26, 2017
D
[feat] Allow to join several rooms at once (#2879)
Damien Arrachequesne committed
February 1, 2017
D
[feature] Merge Engine.IO and Socket.IO handshake packets (#2833)
Damien Arrachequesne committed
January 16, 2017
T
[perf] Reset properties instead of deleting them (#2826)
Tom Atkinson committed
December 30, 2016
G
[perf] micro-optimisations (#2793)
Gatsbill committed
December 1, 2016
S
[fix] Fixes socket.use error packet (#2772)
Serhii Sol committed
November 23, 2016
J
[docs] Comment connected socket availability for adapters (#2081)
Jérémy Lal committed
August 23, 2015
L
[perf] Minor code optimizations (#2219)
Luca Tabone committed
November 16, 2016
J
[fix] Don't drop query variables on handshake (#2745)
Julian Grinblat committed
November 15, 2015
A
[feature] Add support for socket middleware (#2306)
Alex committed
October 21, 2016
F
[docs] Minor fixes (#2526)
Feram Bot committed
October 6, 2016
D
[feature] Add a 'disconnecting' event to access to socket.rooms upon disconnection (#2332)
Damien Arrachequesne committed
April 11, 2016
G
Merge pull request #2422 from nus-fboa2016-si/queryStringFix
Guillermo Rauch committed
April 1, 2016
吳
stop append /# before id when no namespace
吳東曄 Wu, Dung-Ie committed
February 4, 2016
Z
add comments to code
Zheng Weihan committed
January 31, 2016
Z
add test for issue #331 on socket.io-client.
Zheng Weihan committed
January 28, 2016
Z
fix to issue #331 on socket.o-client.
Zheng Weihan committed
January 17, 2016
N
Merge pull request #2344 from denghongcai/patch-2
Naoyuki Kanezawa committed
December 20, 2015
F
fix typo word :)
Faizal Pribadi committed
September 15, 2015
H
fix wrong jsdoc
Hongcai Deng committed
November 27, 2015
D
Trigger callback even when joining an already joined room
Damien Arrachequesne committed
November 23, 2015
D
Add hasOwnProperty checks
Damien Arrachequesne committed
September 11, 2015
D
converted arrays to objects
Damien Arrachequesne committed
November 20, 2015
G
Merge pull request #2136 from nkzawa/patch-5
Guillermo Rauch committed
July 6, 2015
K
Actually prevent double callbacks...
Kevin Jose Martin committed
May 29, 2015
N
don't set request property
Naoyuki Kanezawa committed
April 11, 2015
G
Merge pull request #2063 from kapouer/patch-1
Guillermo Rauch committed
March 24, 2015
J
Let adapter.add find connected socket
Jérémy Lal committed
February 14, 2015
N
improve Socket#packet and Client#packet
Naoyuki Kanezawa committed
February 4, 2015
G
socket: warn node_redis-style about missing `error`
Guillermo Rauch committed
January 24, 2015
G
fix broken previous commit
Guillermo Rauch committed
January 21, 2015
N
support compression
Naoyuki Kanezawa committed
January 10, 2015
R
fix leaving unknown rooms
Roman Shtylman committed
November 21, 2014
G
fix protocol violations and improve error handling (fixes #1880)
Guillermo Rauch committed
August 1, 2014
T
Fix splice arguments and `socket.rooms` value update in `socket.leaveAll`.
Tony Kovanen committed
July 19, 2014
T
Fixed handshake object address property and made the test case more strict.
Tony Kovanen committed
June 8, 2014
N
add removeListener to blacklisted events
Naoyuki Kanezawa committed
May 31, 2014
K
distinction between ACK and BINARY_ACK
Kevin Roark committed
May 24, 2014
T
Added socket.handshake BC object
Tony Kovanen committed