Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: socketio/socket.io
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e0b2cb0c5a9af768a48c43f65643412cc8edc7df
Choose a base ref
...
head repository: socketio/socket.io
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 47161a65d40c2587535de750ac4c7d448e5842ba
Choose a head ref
  • 16 commits
  • 13 files changed
  • 9 contributors

Commits on Aug 18, 2018

  1. Configuration menu
    Copy the full SHA
    d97d873 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2018

  1. Configuration menu
    Copy the full SHA
    2dbec77 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2018

  1. [docs] fix this scope in the chat example

    `user is typing` messages were not properly removed
    
    Closes #3291
    darrachequesne committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    7e35f90 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2018

  1. Configuration menu
    Copy the full SHA
    e5f0cea View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2018

  1. Configuration menu
    Copy the full SHA
    7b8fba7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    190d22b View commit details
    Browse the repository at this point in the history
  3. [fix] Throw an error when trying to access the clients of a dynamic n…

    …amespace (#3355)
    
    Accessing the clients of a dynamic namespace throws because doing `io.of(/your-regex/g)` returns a namespace with no adapter and the clients methods tries to access `namespace.adapter.clients`.
    0xClpz authored and darrachequesne committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    a7fbd1a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d3c653d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b00ae50 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2018

  1. [chore] Release 2.2.0

    darrachequesne committed Nov 28, 2018
    5 Configuration menu
    Copy the full SHA
    df05b73 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2019

  1. [chore] Update the license of the chat example (#3410)

    There was no obvious reason to use BSD instead of MIT for that very basic chat app.
    
    Closes #3411
    grant authored and darrachequesne committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    9c1e73c View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2019

  1. Configuration menu
    Copy the full SHA
    1150eb5 View commit details
    Browse the repository at this point in the history
  2. [docs] Fix the default value of the 'origins' parameter (#3464)

    Fix documentation about default origins value. The default should read `*:*` instead of `*
    JonaMX authored and darrachequesne committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    8227192 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d01b2c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf39362 View commit details
    Browse the repository at this point in the history
  5. [chore] Release 2.3.0

    darrachequesne committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    47161a6 View commit details
    Browse the repository at this point in the history
Loading