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

remove unnecessary decoder. `url.parse` already decodes string.

add test to test decoding function.

github.com/socketio/socket.io - 045674de97919ca7fa779c38ece101f50a5f8923 authored over 9 years ago
Merge pull request #9 from whattokingu/queryStringFix

Query string fix

github.com/socketio/socket.io - 7091acf24cc56e511650b50e421cf8e3774c3cfe authored over 9 years ago
conform to style guide

github.com/socketio/socket.io - 19341051e86db0400672de2709f8b144317482db authored over 9 years ago
change decodeUriComponents calls

github.com/socketio/socket.io - e141e09aafc66f9465d3183e3416d1db69133273 authored over 9 years ago
call decodeURIComponent on query received from client.

update package.son to point to latest commit in socket.o-client package (with URI encoder)

github.com/socketio/socket.io - 5fabe4e780266edb7e023d740dbe14013d053c84 authored over 9 years ago
Merge pull request #8 from whattokingu/queryStringFix

add comments to code

github.com/socketio/socket.io - 7760a71d90f5ae9c2a468811a49fdffe22c500c5 authored over 9 years ago
add comments to code

github.com/socketio/socket.io - c077357eff42c294acb05bdc11180dd898a74d53 authored over 9 years ago
Merge pull request #7 from whattokingu/queryStringFix

add test for issue #331 on socket.io-client.

github.com/socketio/socket.io - 2f26a2bdb4112232015dfbce96c5fb8bf52c4ee1 authored over 9 years ago
add test for issue #331 on socket.io-client.

github.com/socketio/socket.io - 13af610f6d4d268bc54007235c036fbd524e0e51 authored over 9 years ago
Merge pull request #6 from whattokingu/queryStringFix

sync to master branch

github.com/socketio/socket.io - abcedf53ecdfd34739aa83a63923dde3d393c357 authored over 9 years ago
Merge branch 'master' into queryStringFix

* master:
Release 1.4.5
package: bump `engine.io`
add a test for graceful shutdown

github.com/socketio/socket.io - 24456fdcbe640ac0230a41b3d2cf04d362ad51f2 authored over 9 years ago
test node 5 (stable)

github.com/socketio/socket.io - 25116ab179f2843276d871d6587feb7c241f23e9 authored over 9 years ago
updated express version to express 4

github.com/socketio/socket.io - a116d52e30ab4ccf27e88a6ab330d0e7b930bf9c authored over 9 years ago
Merge pull request #5 from whattokingu/documentation

Added Documentation

github.com/socketio/socket.io - cecf5f127e8e778a8c9d6ed0ea77f2149d498a20 authored over 9 years ago
Issue #2400, added documentation

github.com/socketio/socket.io - 1c467e15e6fa6443f3176565814b19475b7acc86 authored over 9 years ago
Merge pull request #4 from whattokingu/queryStringFix

Fix for Issue #331 on socket.io-client

github.com/socketio/socket.io - a110542563f4918d4a9459ae106322b8d38e7714 authored over 9 years ago
refactor parsing of URL in CONNECT packet to use 'url' library.

github.com/socketio/socket.io - 7d55724468d7b7e84bbaac4d78a1bc8da65a33d4 authored over 9 years ago
fix to issue #331 on socket.o-client.

Parses CONNECT packet for query string and replaces query in socket.handshake.

github.com/socketio/socket.io - 1d84c55743da7a932751b5b0b1b45a3995caa516 authored over 9 years ago
package: bump `engine.io`

github.com/socketio/socket.io - d0dfa54dcb71958b37dbc4edf40bed8661f9056e authored over 9 years ago
Merge pull request #2399 from nkzawa/graceful-close

Add a test for graceful shutdown

github.com/socketio/socket.io - 198b8367593f73a7420321bfaabfe6b668a4b2fb authored over 9 years ago
add a test for graceful shutdown

github.com/socketio/socket.io - a75f46f06fc9e906069ee9704814d6d92a93d324 authored over 9 years ago
Merge pull request #2344 from denghongcai/patch-2

fix wrong jsdoc

github.com/socketio/socket.io - 2a91fd57c716a350493072cc457de17ebc1b801e authored over 9 years ago
Merge pull request #2353 from faizalpribadi/patch-1

fix typo word :)

github.com/socketio/socket.io - fe891293b27a761c067c5813ec7ad1f1ad09d61d authored over 9 years ago
Merge pull request #2374 from darrachequesne/patch-4

Add badges showing dependency status

github.com/socketio/socket.io - 6e450f75b4f58e0325e020a0a05603ba2d1391c2 authored over 9 years ago
Merge pull request #2380 from darrachequesne/patch-5

Document type change of Socket#rooms

github.com/socketio/socket.io - 22c985cae651b3404d789ee661e8aa67723424d3 authored over 9 years ago
package: bump `engine.io`

github.com/socketio/socket.io - d3dde130b7d32b322ec29cfc53296b55600d34e7 authored over 9 years ago
Document type change of Socket#rooms

github.com/socketio/socket.io - 899de7f8734ff615365c1d030bf9b3dff2d7f906 authored over 9 years ago
package: bump `engine.io`

github.com/socketio/socket.io - a6cbf6b20569a58ef2e90969d40603d3fb309a68 authored over 9 years ago
Bump dev dependencies

github.com/socketio/socket.io - 580100d4911ba003ada493d6bddfc091307a80a8 authored over 9 years ago
Add badges showing dependency status

github.com/socketio/socket.io - acb9cb421d2f0550e6f2faa228b8bbf0477ed9c9 authored over 9 years ago
package: bump `engine.io` for sec advisory

github.com/socketio/socket.io - 6eb9807f178bf0903fb52f5d1092d34d4c1194ee authored over 9 years ago
fix typo word :)

update docs source code

github.com/socketio/socket.io - abe2394a24468815a146332e9dd692fbbaed4320 authored over 9 years ago
fix wrong jsdoc

github.com/socketio/socket.io - 7012ba6c64c3c70d23a595632425c6c33d550554 authored over 9 years ago
Merge pull request #2335 from nkzawa/patch-7

Improve the chat demo

github.com/socketio/socket.io - 7b0073c00f3ee775e8d65066e3f435406257acc9 authored over 9 years ago
improve the chat demo

github.com/socketio/socket.io - 0313ad0ea335892b77a522762d4d889c0df656e4 authored over 9 years ago
package: bump `engine.io`

github.com/socketio/socket.io - d310d4247283ef093690b69058db3d9341569158 authored over 9 years ago
package: bump `socket.io-adapter` for release

github.com/socketio/socket.io - 709ceba00a0ea1de2c88a231c39a5c3fe6d7939d authored over 9 years ago
package: bump `engine.io` for node 0.8 fix

github.com/socketio/socket.io - b29312bc61e780d7b939ae5d7cd505f274a11f96 authored over 9 years ago
package: temporarily revert version for tests

github.com/socketio/socket.io - 51901160df360d5c51b24808b99d3847c00eb804 authored over 9 years ago
package: bump `engine.io` for `ws` memory fix

github.com/socketio/socket.io - ab1b36e13fcf65e421692704de218bbb631dd048 authored over 9 years ago
package: bump `engine.io`

github.com/socketio/socket.io - f7a2f3559038bdfa6e699be11b21f8c91047b43c authored over 9 years ago
socket.io: increase large binary data test timeout

github.com/socketio/socket.io - c348737fe61f98ce5113fd68359ae989fe012160 authored over 9 years ago
package: bump `engine.io` for release

github.com/socketio/socket.io - dde37371656b22203d98ee7278655e38f3ab5cc0 authored over 9 years ago
Merge pull request #2325 from darrachequesne/patch-2

Trigger callback even when joining an already joined room

github.com/socketio/socket.io - 8df4c7931bcd2fe8d67fd5e9fc871830119bc117 authored over 9 years ago
Trigger callback even when joining an already joined room

github.com/socketio/socket.io - 1dfacc664732e641a331fcaf7a070df90b098a70 authored over 9 years ago
package: bump parser

github.com/socketio/socket.io - 35a0fe03778d62bdd14b4563a47af83da7b33b1a authored over 9 years ago
namespace: clear rooms flag after a clients call (fixes #1978)

github.com/socketio/socket.io - 3b00312fa72c9183db02d1c95db72307943fe712 authored over 9 years ago
Merge pull request #2249 from pmq20/minqi-another

[Travis] Add Node 4.x to the test matrix

github.com/socketio/socket.io - 7b420295ef13015fbe04289ada44af55e36cc72e authored over 9 years ago
Merge pull request #2322 from darrachequesne/issue-2199-clean

Add hasOwnProperty checks

github.com/socketio/socket.io - c504315982481ffa6e52424c6ecf7c00b40bab2f authored over 9 years ago
Merge pull request #2321 from nkzawa/patch-6

Update redirects in README

github.com/socketio/socket.io - 520b5c37d5fb39d230a5466e558aa64ba6de156f authored over 9 years ago
Add hasOwnProperty checks

github.com/socketio/socket.io - 09f446eca09171448c75130caa9a61ef0217e5e4 authored over 9 years ago
Merge pull request #2218 from futbalguy/master

Clarified documentation of Socket.in

github.com/socketio/socket.io - aecf3bf71c5690ae8cf7e92bf1884ea39ed88657 authored over 9 years ago
update redirects in README

github.com/socketio/socket.io - 6c0a79e2b966ecbcadc50040e10522ab36924880 authored over 9 years ago
Merge pull request #2239 from darrachequesne/issue-2199

converted arrays to objects

github.com/socketio/socket.io - 8683206e31d7eb8b9903773a0ca5430344aa0733 authored over 9 years ago
Merge pull request #1999 from nkzawa/patch-3

Fix a few assertions are not executed properly

github.com/socketio/socket.io - 988d9d2346ba64e90ce7a9fa965cd531ad46c3f4 authored over 9 years ago
converted arrays to objects

github.com/socketio/socket.io - b73d9bea4efb48277eee685763026ff2df5a79ab authored over 9 years ago
Merge pull request #2316 from tripu/master

Update “debug” to avoid vulnerability in “ms”

github.com/socketio/socket.io - d4fb6a590408c426a2464a412436b7f93f0641e3 authored over 9 years ago
Avoid ^ in "debug" dependency (fixes #2314)

github.com/socketio/socket.io - 0517c609ba1495c725b40e2d652494b0a1b6e3c9 authored over 9 years ago
Update package "debug" to avoid "ms" vulnerability

github.com/socketio/socket.io - aa9438fee208a0e787a5a9e8003cdde884ea3d5b authored over 9 years ago
Update Readme.md

github.com/socketio/socket.io - aee466cc7111aa39216b3b4789b94bf7068092d9 authored over 9 years ago
Merge branch 'master' of github.com:socketio/socket.io

github.com/socketio/socket.io - 65f75d77329071897668e79f1fdeb08047912684 authored over 9 years ago
package: bump `socket.io-parser`

github.com/socketio/socket.io - 279c52a4c502aca9073fa0c660396f0e441b0664 authored over 9 years ago
Merge pull request #2319 from darrachequesne/patch-3

Minor fix

github.com/socketio/socket.io - 67d1a67b1c233eab979bad172531286ce690302b authored over 9 years ago
Minor performance optimization

github.com/socketio/socket.io - aae68d74b1c04488091f57a927ca8edc5b16a5b0 authored over 9 years ago
Fixed tests with large data

github.com/socketio/socket.io - bf5897cedc2c31feed0b0a5835ac7c035d88f12d authored over 9 years ago
Removed unused variable

github.com/socketio/socket.io - a1a1c6657a9fe44a9ffd0c73f3786237fd9b9ceb authored over 9 years ago
Merge pull request #2136 from nkzawa/patch-5

Don't set request property

github.com/socketio/socket.io - 2a4f7ae161f46ab10d7c2bcfad7ab7ba07a810c2 authored over 9 years ago
Merge pull request #2317 from ChaofengZhou/master

fixed a typo in the example code

github.com/socketio/socket.io - dba0576ca9d46cb332db0fc0e089c1f05e1afb23 authored over 9 years ago
fixed a typo in the example code

github.com/socketio/socket.io - ba90f0991b88b6a39dc028aff13469b995d51a80 authored over 9 years ago
package: bump mocha

github.com/socketio/socket.io - 9a54e9caceb593be3b92d5db66ee73b03fa33e2e authored over 9 years ago
bump `zuul-ngrok`

github.com/socketio/socket.io - 9df4cb64b8f44ded3da5daf69ca7e297dd6f85fd authored over 9 years ago
package: bump `has-binary`

github.com/socketio/socket.io - c8f525868a5c095040d719e63a16de63eff661ed authored over 9 years ago
Merge pull request #2171 from KevinMartin/patch-1

Actually prevent double callbacks...

github.com/socketio/socket.io - a39d7c2ae46f7577d066465c3a1510a1ae416a47 authored over 9 years ago
Merge pull request #2307 from darrachequesne/patch-1

Upgrade npm version in order to fix node v0.8 build

github.com/socketio/socket.io - 4ba266d4048cb72bb9f7fc5fb8e070dc603cd31f authored over 9 years ago
Upgrade npm version in order to fix node v0.8 build

github.com/socketio/socket.io - 6b49779420b878bb74a4884bf54f3f91c49bb742 authored over 9 years ago
Merge pull request #2051 from tobalsgithub/master

Allowing a custom function for opts.allowRequest

github.com/socketio/socket.io - b1775b1cb87becef785861001fc9c7c42e2a3b62 authored over 9 years ago
Merge pull request #2271 from dazorni/master

Working travis build status

github.com/socketio/socket.io - ef52967301b80c01e389830bcb5e14729fedc7c4 authored over 9 years ago
Merge pull request #2208 from odeke-em/fix-legacy-repo-info

README: fixed up legacy repo links

github.com/socketio/socket.io - fde38b1bd72b333658cc06a8b9e1b606f6780d63 authored over 9 years ago
Working travis build status

github.com/socketio/socket.io - 75da57abb2823a33ee0d1dcce17a9c9ce21a28ed authored almost 10 years ago
Merge branch '1.3.7-patch'

github.com/socketio/socket.io - 21ea31a34e0bb83a7aab8f4ff2f6f3c665bb816a authored almost 10 years ago
Release 1.3.7

github.com/socketio/socket.io - e2ebd4349bf27c3839fc9a2700b42cf8390ac3bd authored almost 10 years ago
package: bump `socket.io-client` for node4 compatibility

github.com/socketio/socket.io - b771f74a229c74fa218c69ac43ae62f1b1d6607e authored almost 10 years ago
package: bump `engine.io` for node4 compatibility

github.com/socketio/socket.io - 8744007dc7b6cbaf4278db5860e410e83780f733 authored almost 10 years ago
[Travis] Add Node 4.x to the test matrix

github.com/socketio/socket.io - 3658928ee79cf5ea1580b3ff4d1890fd20f5b442 authored almost 10 years ago
package: bump `engine.io`

github.com/socketio/socket.io - 210e6887327e6afed4761940fae405b8e784e8e1 authored almost 10 years ago
package: bump `engine.io` and `socket.io-client`

github.com/socketio/socket.io - ae5420b7275c61c87805e8e0ffa3698469fd5be5 authored almost 10 years ago
Clarified documentation of Socket.in

github.com/socketio/socket.io - d5b3bb46f8272f42df8979dc9f9d9e0d861cf48f authored almost 10 years ago
README: fixed up legacy repo links

github.com/socketio/socket.io - 575d35a3717893b6509d1765b18a150a5ef220a8 authored almost 10 years ago
Merge branch '1.3.6-patch'

github.com/socketio/socket.io - e41483be9e145f9d09dcb665316da58b51d98bd5 authored about 10 years ago
test: better timeout for stress test

github.com/socketio/socket.io - c79e7876716301c07890c6498e7e14d87dfbacd3 authored about 10 years ago
Merge branch '1.3.6-patch'

github.com/socketio/socket.io - a2f6bb99d640490d279c16352c4ca87dabff428e authored about 10 years ago
Release 1.3.6

github.com/socketio/socket.io - 3e4061bfef1fa0c387657ec81325c068a2cea132 authored about 10 years ago
package: bump `engine.io` to fix build on windows

github.com/socketio/socket.io - 4c1d691fe5bf15b86692e2aaa9a6fb1449f0f185 authored about 10 years ago
Actually prevent double callbacks...

We declare `sent = false` and even check `if (sent)` is truthy, but we never set it to truthy, t...

github.com/socketio/socket.io - 514aeb4fcd7775d5e147c1e1cc271bac80feb2f9 authored about 10 years ago