COMMITS
/ lib/socket.js 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
December 17, 2012
G
socket: added `Emitter` mixin
Guillermo Rauch committed
December 13, 2012
G
initial 1.0 commit
Guillermo Rauch committed
March 19, 2012
D
Fix issue #795
Daniel Baulig committed
October 7, 2011
G
Merge pull request #347 from 3rd-Eden/socket.transport
Guillermo Rauch committed
September 3, 2011
G
Corrected comment; (fixes #433)
Guillermo Rauch committed
G
Fixed emission of `error` event resulting in an uncaught exception if unhandled (fixes #476).
Guillermo Rauch committed
July 31, 2011
A
Merged with upstream master
Arnout Kazemier committed
July 14, 2011
A
Added alias for to to in and in to to
Arnout Kazemier committed
July 12, 2011
G
Merge pull request #340 from 3rd-Eden/291
Guillermo Rauch committed
G
Fixed disconnect logic
Guillermo Rauch committed
G
Simplified remote events handling in Socket.
Guillermo Rauch committed
July 5, 2011
A
Expose socket.transport
Arnout Kazemier committed