Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.6 #513

Open
wants to merge 25 commits into
base: master
Choose a base branch
from
Open

1.6 #513

wants to merge 25 commits into from

Commits on Jun 30, 2014

  1. Configuration.origin param added. #115

    Nikita committed Jun 30, 2014
    Configuration menu
    Copy the full SHA
    3859c5d View commit details
    Browse the repository at this point in the history
  2. Custom origin fixed. #115

    Nikita committed Jun 30, 2014
    Configuration menu
    Copy the full SHA
    13cb68b View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2014

  1. Configuration menu
    Copy the full SHA
    13c954f View commit details
    Browse the repository at this point in the history
  2. license formatting skip

    Nikita committed Jul 30, 2014
    Configuration menu
    Copy the full SHA
    6a95749 View commit details
    Browse the repository at this point in the history
  3. SocketIOServer.startAsync method added. #90

    Nikita committed Jul 30, 2014
    Configuration menu
    Copy the full SHA
    82649c8 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2014

  1. libs updated

    Nikita committed Sep 29, 2014
    Configuration menu
    Copy the full SHA
    7222e19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    027b874 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21d9cac View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2014

  1. logging added

    Nikita committed Dec 12, 2014
    Configuration menu
    Copy the full SHA
    cd11beb View commit details
    Browse the repository at this point in the history
  2. libs updated

    Nikita committed Dec 12, 2014
    Configuration menu
    Copy the full SHA
    f522d68 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2015

  1. netty updated

    Nikita committed Feb 9, 2015
    Configuration menu
    Copy the full SHA
    b382a89 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2015

  1. websocket packet ordering fixed.

    Nikita committed Mar 11, 2015
    Configuration menu
    Copy the full SHA
    1478593 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2015

  1. libs updated

    Nikita committed Mar 25, 2015
    Configuration menu
    Copy the full SHA
    d65b070 View commit details
    Browse the repository at this point in the history
  2. Use string ordering param added

    Nikita committed Mar 25, 2015
    Configuration menu
    Copy the full SHA
    a996781 View commit details
    Browse the repository at this point in the history
  3. FAIL_ON_EMPTY_BEANS = false

    Nikita committed Mar 25, 2015
    Configuration menu
    Copy the full SHA
    a62c3c5 View commit details
    Browse the repository at this point in the history
  4. compilation errors fixed

    Nikita committed Mar 25, 2015
    Configuration menu
    Copy the full SHA
    5a99a4f View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2015

  1. release plugin updated

    Nikita committed Mar 26, 2015
    Configuration menu
    Copy the full SHA
    4a48aef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    257a133 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f9d104 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2015

  1. netty updated

    Nikita committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    b5d0657 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac50989 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2015

  1. #238 fixed

    Nikita committed May 27, 2015
    Configuration menu
    Copy the full SHA
    a49a768 View commit details
    Browse the repository at this point in the history
  2. netty updated

    Nikita committed May 27, 2015
    Configuration menu
    Copy the full SHA
    6f4e148 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2016

  1. Allow authorizing channels which are connected through io.netty.chann…

    …el.local.LocalAddress
    
    Local addresses (io.netty.channel.local.LocalAddress) are quite useful as they don't bind to real socket address are less likely to cause unwanted side-effects with other processes.
    Authorization for socket io clients connecting through local address failed because HandshakeData data was expecting instance of InetSocketAddress.
    Daniel Würsch authored and Daniel Würsch committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    968c071 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2017

  1. Merge pull request #390 from danwue/1.6

    Allow authorizing channels which are connected through LocalAddress
    mrniko committed Jan 11, 2017
    Configuration menu
    Copy the full SHA
    341c0b0 View commit details
    Browse the repository at this point in the history