Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

socket.io

We are on a mission to enable real-time bidirectional communication on every platform.
Collective - Host: opensource - https://opencollective.com/socketio - Website: https://socket.io/ - Code: https://github.com/socketio/socket.io

Changed; initialize default namespace with `Manager#for` instead of manually.

Changed; perform error handling for Store#isHandshaken.
Added; handle manual disconnect urls.
Cha...

github.com/socketio/socket.io - 34a701fb7f9d3a062dfa1dcd70dd5ec24055c959 authored over 13 years ago by Guillermo Rauch <rauchg@gmail.com>
Added failing disconnection event test

github.com/socketio/socket.io - b7488e7a137ea8639171f2995515e596bd729f8b authored over 13 years ago by Guillermo Rauch <rauchg@gmail.com>
Changed; make sure to clear polling timeout if the connection closes.

Added "clearPollTimeout" method

github.com/socketio/socket.io - ed12f347ebfe346ba577110025a257a06f0df62e authored over 13 years ago by Guillermo Rauch <rauchg@gmail.com>
Changed; make sure to compare the decoded packet representation with an empty

endpoint and advice.

github.com/socketio/socket.io - 5d7c5f74712a6f666a11dfc999785e826f5167f8 authored over 13 years ago by Guillermo Rauch <rauchg@gmail.com>
Fix for detecting HTTP-based transports for get() test shortcut.

github.com/socketio/socket.io - 416cd66591ec39580a3a5214e64221e2a4652765 authored over 13 years ago by Guillermo Rauch <rauchg@gmail.com>
Added; implemented message handling at transport level for heartbeat clearing and

disconnection handling.

github.com/socketio/socket.io - c3171be7a8c6642175b278eea3a7eab7c45ff3dd authored over 13 years ago by Guillermo Rauch <rauchg@gmail.com>
Added Store disconnect method

github.com/socketio/socket.io - 8cd476295a532c9aaf43a994d7dedffe2b89dab7 authored over 13 years ago by Guillermo Rauch <rauchg@gmail.com>
Changed; implemented write-only Socket.

Added log accessor to Socket

github.com/socketio/socket.io - 209426a9b052422e495ddf9108117c838130f64f authored over 13 years ago by Guillermo Rauch <rauchg@gmail.com>
Updated the readme, fixed typos, changed `socket.io` requires to `socket.io-node` requires as that is the name according to the package.json.

Also updated the styling to fancy pancy HTML highlighting

github.com/socketio/socket.io - 8f1d96ad7f96ffadc31f682a169b2022ed0addda authored over 13 years ago by Arnout Kazemier <info@3rd-Eden.com>
Updated the package.json, added more keywords. Added repo and fixed the engine requirement or it will not work with future node versions.

github.com/socketio/socket.io - 3a5ab7675d17b3b1497b30938ae85e89473d737a authored over 13 years ago by Arnout Kazemier <info@3rd-Eden.com>
Changed; allow for writeonly sockets (used to permit a specific socket to message

another socket, or group of sockets).

github.com/socketio/socket.io - ece9b120a905cf90f2a611a0cada54c6fb82728c authored over 13 years ago by Guillermo Rauch <rauchg@gmail.com>
Changed; leverage new utilities signature.

github.com/socketio/socket.io - 981a0e22b40d8495a169ffb7a27a0523adeed1ba authored over 13 years ago by Guillermo Rauch <rauchg@gmail.com>
Changed; leverage new utilities signature

github.com/socketio/socket.io - 80e8777dba650dc3b10bc520fed25b7644a8b0fa authored over 13 years ago by Guillermo Rauch <rauchg@gmail.com>
Fixed; ignore parser for empty GET responses.

Changed; style

github.com/socketio/socket.io - 0df8acc280a8c3251b988d5b93d86abccec43f2a authored over 13 years ago by Guillermo Rauch <rauchg@gmail.com>
Changed; utility functions signature now `path, port, opts, fn`, with opts being

optional.
Changed; parser override only for paths that include transports.
Changed; style.

github.com/socketio/socket.io - 4243ddfb8964a9d8b9d06d4c810b45afff4ed9f0 authored over 13 years ago by Guillermo Rauch <rauchg@gmail.com>
Changed; make sure that get() decodes the payload and also preserves the frame parser.

github.com/socketio/socket.io - 9215d7789812ec77a526256bb603c90a7cf768b9 authored over 13 years ago by Guillermo Rauch <rauchg@gmail.com>
Changed; improved htmlfile framing size.

github.com/socketio/socket.io - d2c74536e0500d3e8f6544ed9e7e34dac8b6a3d7 authored over 13 years ago by Guillermo Rauch <rauchg@gmail.com>
Changed; test utilities now expose get / post / req

Changed; req now accepts a response parser

github.com/socketio/socket.io - deb45624ba2af245feeed43c3f507c7aad7e2140 authored over 13 years ago by Guillermo Rauch <rauchg@gmail.com>
Fixed; package json is now actual json (fixes #199)

github.com/socketio/socket.io - 136850a7b53bd5f5ecdb592ffbd8f4ceb92e32c3 authored over 13 years ago by Guillermo Rauch <rauchg@gmail.com>
Updated README

github.com/socketio/socket.io - 42a4e6bc9ef1a2dcff305ab306ec06c49cd3921b authored over 13 years ago by Guillermo Rauch <rauchg@gmail.com>
Removed const (slow)

github.com/socketio/socket.io - c2d0774d46d9e6e338d7f1320896f9161706662f authored over 13 years ago by Guillermo Rauch <rauchg@gmail.com>
Socket.IO 0.7-pre

github.com/socketio/socket.io - 1514af064f7b9a319df2e87a7da6f3cc0f07ce16 authored over 13 years ago by Guillermo Rauch <rauchg@gmail.com>