COMMITS
/ lib/socket.js 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
March 7, 2014
G
added support for volatile packets
Guillermo Rauch committed
G
socket: fix `flags` `api` state
Guillermo Rauch committed
March 3, 2014
K
Added binary support to broadcasting of events
Kevin Roark committed
February 21, 2014
K
fixed the has-binary-data dependency
Kevin Roark committed
February 19, 2014
K
Added binary support to socket.io
Kevin Roark committed
December 25, 2013
G
socket: revert `onclose` reason
Guillermo Rauch committed
G
socket: fix `onclose` reason
Guillermo Rauch committed
G
socket: add `conn`, `client`, `request` getters
Guillermo Rauch committed
December 24, 2013
G
socket: fix style
Guillermo Rauch committed
December 24, 2012
G
socket: rename `joined` to `rooms`
Guillermo Rauch committed
G
socket: keep track of socket in `connected` hash
Guillermo Rauch committed
G
socket: added `leaveAll`
Guillermo Rauch committed
G
socket: added `leave`
Guillermo Rauch committed
G
socket: added `join`
Guillermo Rauch committed
G
socket: added `in`
Guillermo Rauch committed
G
socket: fix `emit`
Guillermo Rauch committed
G
socket: rooms and flags are now hashes
Guillermo Rauch committed
G
socket: fix flags
Guillermo Rauch committed
G
socket: rename `rooms` to `joined`
Guillermo Rauch committed
December 18, 2012
G
socket: added `broadcast` flag
Guillermo Rauch committed
G
socket: forgot this js oddity that you can access objects with strings or numbers
Guillermo Rauch committed
G
socket: fix `Socket#ack`
Guillermo Rauch committed
G
socket: allow for falsy `packet.id`
Guillermo Rauch committed
G
socket: protect against `__proto__` deletion
Guillermo Rauch committed
G
socket: fix event packet
Guillermo Rauch committed
G
socket: fixed packet handling
Guillermo Rauch committed
G
socket: attempt to send `disconnect` packets prior to closing the transport
Guillermo Rauch committed
G
socket: fixed `EventEmitter` inheritance
Guillermo Rauch committed
G
socket: added missing `acks` initialization
Guillermo Rauch committed
G
socket: added more blacklisted events
Guillermo Rauch committed