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

[chore] Bump engine.io to version 1.8.2 (#2782)

github.com/socketio/socket.io - 0a7afa85ea8056e1e9c05d825103ada5acf1d24e authored over 8 years ago
[fix] Fixes socket.use error packet (#2772)

* fix(socket): Fixes socket.use error packet which drops nodejs due to nuances of Nodejs' EventE...

github.com/socketio/socket.io - 1e31769062cef627cb47a735d83d623b71d912f5 authored over 8 years ago
[chore] Release 1.7.1 (#2768)

github.com/socketio/socket.io - 797c9a3498356c1116783d58d15904ed30912b0e authored over 8 years ago
[chore] Release 1.7.0 (#2767)

github.com/socketio/socket.io - 4f93a0b4290738275a972b8bd9b87be1c8997906 authored over 8 years ago
[chore] Update client location and serve minified file (#2766)

Following https://github.com/socketio/socket.io-client/pull/1025, the
output files are now gene...

github.com/socketio/socket.io - 3c98130f15a912307a7362e7dda38c4670b30042 authored over 8 years ago
[chore] Bump engine.io to version 1.8.1 (#2765)

github.com/socketio/socket.io - 9c23308c6ea87f4b83f9368d520598e9f342d69f authored over 8 years ago
[feature] Add a `local` flag (#2628)

That new flag will prevent the adapter (redis) from publishing the emit to the pub/sub server.
...

github.com/socketio/socket.io - 955e5e0d91a4eedbce77e5c404c9962d418e4bf5 authored over 8 years ago
[feature] serve sourcemap for socket.io-client (#2482)

github.com/socketio/socket.io - 0ef55b26d4684abfb54e18567905c22d4bfc83ac authored over 8 years ago
[docs] Fixed grammar issues in the README.md (#2159)

Added a few periods and commas which were missing. Pluralised the word
'parameter' where it was ...

github.com/socketio/socket.io - 4d8e2d342cb87b2e0086d02e20b3afdc13a3c128 authored over 8 years ago
[docs] Comment connected socket availability for adapters (#2081)

github.com/socketio/socket.io - d48f848bb4aa018da6527b27abd093089d3e736a authored over 8 years ago
[chore] Release 1.6.0 (#2757)

github.com/socketio/socket.io - 57b386385e356e7a4607637e004ec8b4d960bca6 authored over 8 years ago
[chore] Bump socket.io-adapter to version 0.5.0 (#2756)

github.com/socketio/socket.io - 9e7567daee7d1eaab8facd3b5399dd8873925e20 authored over 8 years ago
[chore] Bump engine.io to version 1.8.0 (#2755)

github.com/socketio/socket.io - 2e36799b177f92521cd810ec7b5f3663240904fb authored over 8 years ago
[chore] Bump debug to version 2.3.3 (#2754)

github.com/socketio/socket.io - 9bb5e9de2fbc2f0b1a60f1dba110265e24c6125c authored over 8 years ago
[perf] Minor code optimizations (#2219)

github.com/socketio/socket.io - ff2c15de68a5826fd59d1f3da792ed5e5628dfff authored over 8 years ago
[example] Add disconnection/reconnection logs to the chat example (#2675)

github.com/socketio/socket.io - a48365860748a5006f6dd80a710008e18aeac89b authored over 8 years ago
[fix] Don't drop query variables on handshake (#2745)

Parameters passed during handshake, such as tokens, were being dropped.

github.com/socketio/socket.io - 4c5dbd8824a7e7dbab99dbcbd046dfe081a1f7c9 authored over 8 years ago
[feature] add support for Server#close(callback) (#2748)

github.com/socketio/socket.io - e14a10b7cece99199e0c5609dcbc1560c244ccfe authored over 8 years ago
[feature] Add support for socket middleware (#2306)

github.com/socketio/socket.io - 5a123beea597c9fda7b722f18343fdc2c2755e79 authored over 8 years ago
[chore] Update year to 2016 (#2456)

github.com/socketio/socket.io - 2ed5f0f5fbc554a365dcb06a3461056b740f4342 authored over 8 years ago
[feature] Add support for all event emitter methods (#2601)

github.com/socketio/socket.io - e9f980c4754bfceb7654d265d4d58a4cbbab3412 authored over 8 years ago
[test] Fix leaking clientSocket (#2721)

Test 'should be able to close sio sending a port' defined a clientSocket
but didn't set 'reconn...

github.com/socketio/socket.io - 6f44f3a8efe350736188fc697abf27d2928ff17e authored over 8 years ago
[feature] Loading client script on demand. (#2567)

Support for the serving of the client script mess with packagers like
browserify, webpack. Espe...

github.com/socketio/socket.io - 04fc0f36774d037143e7bb42151732811ca156e2 authored over 8 years ago
[fix] Make ETag header comply with standard. (#2603)

The standard says that an ETag must be surrounded in double quotes:

https://tools.ietf.org/ht...

github.com/socketio/socket.io - d026c00d05fbd77d28962dd9336da34ab63bda40 authored over 8 years ago
[chore] Release 1.5.1 (#2735)

github.com/socketio/socket.io - fdf64cc38f0546416eec1b5488e7aba60ffb4227 authored almost 9 years ago
[chore] Bump socket.io-parser to 2.3.1 (#2734)

github.com/socketio/socket.io - 5badb6436e514d4b391a7decebdcea7ef1aac10a authored almost 9 years ago
[chore] Bump engine.io to 1.7.2 (#2729)

github.com/socketio/socket.io - c20e0b26c9639e0bf00f534bee2890d343ee2aaa authored almost 9 years ago
[test] Use client function to unify `client` in test script (#2731)

github.com/socketio/socket.io - 5c10c5439b86ca95552ec5f39640851ecfca529f authored almost 9 years ago
[chore] Add Github issue and PR templates (#2733)

github.com/socketio/socket.io - 8182ecc61cf6877840033eec766579501016bf32 authored almost 9 years ago
[docs] Minor fixes (#2526)

github.com/socketio/socket.io - ccd3376627aacaf5b275a8fe3b7a2f01ab23285b authored almost 9 years ago
[chore] Bump socket.io-parser to 2.3.0 (#2730)

github.com/socketio/socket.io - 58a73d39e9b1b9e3353f16230fd699cb31d62b11 authored almost 9 years ago
[fix] Avoid swallowing exceptions thrown by user event handlers (#2682)

github.com/socketio/socket.io - e60bd5a4da9173acba7553c9e631b79770a8c8be authored almost 9 years ago
[docs] Link readme npm package badge to npm registry page (#2612)

github.com/socketio/socket.io - 21dffa4b58a1cbd2928c4f5b073380b188c601f3 authored almost 9 years ago
[docs] Fix typo (#2724)

github.com/socketio/socket.io - 94852e3d2371ed9be93496a0091f8bfaa5d9cce3 authored almost 9 years ago
[docs] Fix JSDoc of optional parameters (#2465)

Making proper optional Docs for socketIO

github.com/socketio/socket.io - b8c60506a67e9a952803794cc4e359eb71ee7cd1 authored almost 9 years ago
[docs] Add link to LICENSE (#2221)

github.com/socketio/socket.io - ecc76f48bc49c2d466375761849bdfbc3305bb75 authored almost 9 years ago
[chore] release 1.5.0 (#2711)

github.com/socketio/socket.io - c94058f9b02757d2bf6b42f7d088cc9b6deee329 authored almost 9 years ago
[feature] Add a 'disconnecting' event to access to socket.rooms upon disconnection (#2332)

github.com/socketio/socket.io - 43d9a4b55d341d9c00bca173816928df93f9846e authored almost 9 years ago
[chore] Link build badge to master branch (#2549)

github.com/socketio/socket.io - df916172dd38558f8180315a95bdd6538a55a760 authored almost 9 years ago
[chore] Restrict files included in npm package (#2709)

github.com/socketio/socket.io - 271c625243435b7645c45319f13c1a908af0c3e8 authored almost 9 years ago
[chore] Point towards current master of socket.io-client (#2710)

github.com/socketio/socket.io - 628fe8f1b2ba8d9dc8bf692c78df6158dd9e236a authored almost 9 years ago
[chore] Remove unused zuul-ngrok dependency (#2708)

github.com/socketio/socket.io - db62e1bf670e0f50edb5e355798dd1035b9aacbb authored almost 9 years ago
[chore] Bump engine.io to 1.7.0 (#2707)

github.com/socketio/socket.io - ba4c7921ef366ef64f001d45279f29027ae4fdb0 authored almost 9 years ago
Merge pull request #2599 from boazsegev/patch-1

Documentation update to help new programmers

github.com/socketio/socket.io - 30ea0b8d7de062e01cb25281f4bab8d32b9910dd authored almost 9 years ago
Prevent mixup for new programmers

The documentation, inadvertently, causes confusion for newer programmers, hindering their learni...

github.com/socketio/socket.io - 2d141aff7c334cf80046e77b5c061a72c850f9a8 authored about 9 years ago
Release 1.4.8

github.com/socketio/socket.io - 2a092bd2fb8b37fb2dd896798b7c619e5104448e authored about 9 years ago
package: bump `engine.io`

github.com/socketio/socket.io - 4137eb5c4316c89fe21d95de3eac6f41ac952a75 authored about 9 years ago
Release 1.4.7

github.com/socketio/socket.io - 42aa77614ee4edefb52d89c62cf84a81db5513d9 authored about 9 years ago
package: bump `engine.io`

github.com/socketio/socket.io - 1491a96c959d02ac512a3d40368856297da400b7 authored about 9 years ago
Release 1.4.6

github.com/socketio/socket.io - dcca01f5a42b49e6fe68abefaabe5291e834c5d0 authored about 9 years ago
package: bump engine.io

github.com/socketio/socket.io - 3b58fa04d55c34c0635914c33ff2b9c60d5b5911 authored about 9 years ago
Merge pull request #2416 from nus-fboa2016-si/chatexample

updated express version to express 4

github.com/socketio/socket.io - 0c6d50d9c08d743443989f864156a725d99e079b authored over 9 years ago
Merge pull request #2508 from tw0517tw/quote-exec

add quote to exec paths, prevent error when spaces in path

github.com/socketio/socket.io - 881f16553cbc624cd695cd592bcf74c4b7ab4453 authored over 9 years ago
Merge pull request #2520 from nkzawa/fix/ignore-dist

Ignore dist directory for now

github.com/socketio/socket.io - e5a8d4d2d98b0ab7eccd18bc6d8f8d31cbe9150a authored over 9 years ago
Merge pull request #2422 from nus-fboa2016-si/queryStringFix

Fix for Issue #331 on socket.io-client

github.com/socketio/socket.io - fb0253edea0798185be803b4fa613bbdd5d4bd9d authored over 9 years ago
use a bigger timeout for slower machine

github.com/socketio/socket.io - 3c5f5a0864738caecd1608bae4e04668864df18d authored over 9 years ago
add quote to exec paths, prevent error when spaces in path

github.com/socketio/socket.io - a23d26a617681e771f82aefd47e026a85ba1e0df authored over 9 years ago
fixed version notation

github.com/socketio/socket.io - 910b5d77a6ba45c8f2af6b63f7f7060077ea4216 authored over 9 years ago
Merge pull request #2420 from revington/test-node-v5-stable

[Travis] Add Node 5.x (Stable) to the test matrix

github.com/socketio/socket.io - 438ad63cdf3fec7610e357a25851fe5bd14bd049 authored over 9 years ago
Merge pull request #2415 from nus-fboa2016-si/documentation

Documentation

github.com/socketio/socket.io - 7e9a67d8eeca7fbed7ff4111be86a65c6247c05a authored over 9 years ago
Merge pull request #2477 from callahad/chat-layout-fix

Fix chat display in Firefox

github.com/socketio/socket.io - 0ae070885d9ee9713f6184c84a950ebae9858775 authored over 9 years ago
Merge pull request #2492 from westy92/master

Update package.json

github.com/socketio/socket.io - 36d99d8d84f5cff3bb97f12c9c2a810e6df66704 authored over 9 years ago
ignore dist for now

github.com/socketio/socket.io - 0e63b0910e6cf7cd028c94a08b0d1f4eac90bc4f authored over 9 years ago
Merge pull request #2509 from tw0517tw/patch-1

stop prepend /# before id when no namespace

github.com/socketio/socket.io - 3c7350fa58357393c5fe87d2f853fd655bef88ed authored over 9 years ago
Merge pull request #2496 from nus-fboa2016-si/compat-test

Added test for compat version transformed by babel

github.com/socketio/socket.io - aadd5da65509e72018ce148c76defc2e1490fe16 authored over 9 years ago
stop append /# before id when no namespace

github.com/socketio/socket.io - 6d4128750bd47d7f16aee3d098916af8106642d4 authored over 9 years ago
disable loading lib by default to avoid syntax error due to lib containing new es6 syntax

github.com/socketio/socket.io - 6b2394e6122ddf1a6efbe286d8539842862a3dd9 authored over 9 years ago
changed env var name, added testing documentation to readme

github.com/socketio/socket.io - 677af3fa114b40e2b31025306fac42b23e264273 authored over 9 years ago
babel transpile before test, print error

github.com/socketio/socket.io - a1ff739b36e74c394714fcd5d237a151afd6c6d9 authored over 9 years ago
explicit distinction between current and compat in test so we can serve either compat or current as default

github.com/socketio/socket.io - de5b588e1743a85cb111220f14b7662c298ce321 authored over 9 years ago
set env vars in travis

github.com/socketio/socket.io - 5a20c1195b0fc6c1120ac1fe5058c7bd1c73dca9 authored over 9 years ago
use multiple npm scripts

github.com/socketio/socket.io - 5253bc400b2b3a85720c7db1dcc544e0bf5b980c authored over 9 years ago
added compat test

github.com/socketio/socket.io - 1245a5639e73e2f8a239c15eebe77ae16153b625 authored over 9 years ago
implement compat test using env variable

github.com/socketio/socket.io - 88161539a15618fda0d44c923a5b7d4f14b11f32 authored over 9 years ago
add compat test for babel-transformed codes

github.com/socketio/socket.io - d99d4d15aeb5765b8676c5454496c4a5bf16c675 authored over 9 years ago
Explicit local gulp is unnecesary

github.com/socketio/socket.io - 06ecfe5444eda99d592a882c2b115bf4712c951e authored over 9 years ago
Update repository URL

github.com/socketio/socket.io - e90b4eba1ec11df18eb267f7ed6f6f1c5e2fb6bb authored over 9 years ago
Merge pull request #2471 from nus-fboa2016-si/gulp-rebased

Add gulp and babel

github.com/socketio/socket.io - c7de1a1adf4dcb81e974c6d74989400ebd535ba0 authored over 9 years ago
Fix chat display in Firefox

github.com/socketio/socket.io - 7bae6ac6366e9adf200fef3505b4149bbdf1a4a0 authored over 9 years ago
Remove node 0.8 from travis

github.com/socketio/socket.io - 355b5156fee416f4622da23f0626441a7e9f695e authored over 9 years ago
Redirect make tasks to gulp

github.com/socketio/socket.io - 3e168ee0b841f96940aaefbf8bcfb339024faa4f authored over 9 years ago
Add gulp task clean to clean transpile output

- Work done by @YijinL. Part of @05ad308

github.com/socketio/socket.io - 0be915cd0ff17fdbcbc98df7b97a70d426a3d55d authored over 9 years ago
Minor fixes to gulp tasks

- Only provide entry point as first argument of gulp.src
- {read:false} option for mocha tests
-...

github.com/socketio/socket.io - ed9ab77dcb0f6a33707f8014148e6ef1748574d2 authored over 9 years ago
Use local instead of global gulp in npm test

github.com/socketio/socket.io - 1104cd135e4d069ee3877b58d01b8c5fce71eed7 authored over 9 years ago
Minor refactoring to transpile task

- Transpiling is now gulp transpile
- Default redirects to transpile
- Refactor transpile output...

github.com/socketio/socket.io - c6dd41b9157d46c22968d01cd4822b52838736f7 authored over 9 years ago
Add gulp help

Work was done by @YijinL in 2 separate commits (@9204125 and @05ad308)

github.com/socketio/socket.io - 0f14312d7b779ab8a4d450bb6d88835a14d46e76 authored over 9 years ago
Inline babel configuration

github.com/socketio/socket.io - 11e0f1927290ac90a854d99d58e5cb01ab6c57a4 authored over 9 years ago
added test-cov task.

github.com/socketio/socket.io - b551ce98359913ac394f2746bbbcac9e826e6b92 authored over 9 years ago
npm test script to use gulp

github.com/socketio/socket.io - e388a3319d018f2ec0e7c0cfb4ec377e0fd25412 authored over 9 years ago
Don't use dynamic dependencies

github.com/socketio/socket.io - 97bd95f0363159c5b7f77cc0f39df77d6a6543b3 authored over 9 years ago
added comment for babel

github.com/socketio/socket.io - 0bac96a6b23af0e10ed5848297909acf56687679 authored over 9 years ago
integrated babel into gulp

github.com/socketio/socket.io - 1d07b1033994f84721d139b313631e1d29b47edf authored over 9 years ago
delete unused dependency

github.com/socketio/socket.io - 398b5479f0ad46292461a2080634827fd03331bb authored over 9 years ago
implement gulp build system for test.

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

Query string fix

github.com/socketio/socket.io - f9db72997fae6a01ddc0eb92735644a34a09af69 authored over 9 years ago
Merge branch 'queryStringFix' of https://github.com/whattokingu/socket.io into queryStringFix

# By whattokingu
# Via whattokingu
* 'queryStringFix' of https://github.com/whattokingu/socket.i...

github.com/socketio/socket.io - f4e9e71c56abe65a718870927db9a406cf933997 authored over 9 years ago