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

Extra routing layer #639

Merged
merged 12 commits into from
Feb 3, 2016
Merged

Extra routing layer #639

merged 12 commits into from
Feb 3, 2016

Commits on Feb 1, 2016

  1. Add http/ws routing layer between ejabberd_cowboy and handlers

    Rafal Studnicki authored and michalwski committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    b34bdf4 View commit details
    Browse the repository at this point in the history
  2. Add suite for mod_cowboy module

    Rafal Studnicki authored and michalwski committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    1abbe1f View commit details
    Browse the repository at this point in the history
  3. Add tests for mod_cowboy websockets routing

    Rafal Studnicki authored and michalwski committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    ce065eb View commit details
    Browse the repository at this point in the history
  4. Change the way of starting independent listeners

    Independent listeners are now started in the context of
    ejabberd_listener:add_listener/3 caller instead of a freshly created
    worker under ejabberd_listener supervisor.
    This allows us to start children under this supervisor during listener
    initialization.
    Rafal Studnicki authored and michalwski committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    a0ead7f View commit details
    Browse the repository at this point in the history
  5. Add config-reload test for mod_cowboy module

    Rafal Studnicki authored and michalwski committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    3364368 View commit details
    Browse the repository at this point in the history
  6. Add config-reload tests for mod_revproxy module

    Rafal Studnicki authored and michalwski committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    5fb7a7c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9e59170 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8af309a View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2016

  1. Configuration menu
    Copy the full SHA
    9dfe434 View commit details
    Browse the repository at this point in the history
  2. fix mod_websocket_SUITE

    michalwski committed Feb 2, 2016
    Configuration menu
    Copy the full SHA
    26f797f View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2016

  1. fix tests - basically do not stop p1_stringprep app

    because it cannot be reload and some other suites may fail
    michalwski committed Feb 3, 2016
    Configuration menu
    Copy the full SHA
    fce785d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f88ad5f View commit details
    Browse the repository at this point in the history