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

Ejabberd auth #1593

Merged
merged 4 commits into from
Dec 7, 2017
Merged

Ejabberd auth #1593

merged 4 commits into from
Dec 7, 2017

Commits on Dec 1, 2017

  1. [skip ci] Start work on refactor ejabberd_auth

    Added get and set_generic_opt functions
    alexanderlindfors committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    b1dd7d2 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2017

  1. Make backend modules use ejabberd_auth

    Remove calls to ejabberd_config to access auth_opts
    Make those calls through functions in ejabberd_auth instead
    alexanderlindfors committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    321b07c View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2017

  1. Refactor API functions

    The API functions made less specific and should prevent
    backend modules any knowledge of the auth_opts config tuples
    alexanderlindfors committed Dec 6, 2017
    Configuration menu
    Copy the full SHA
    6be83b9 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2017

  1. Simplify enabled/1

    Change from case construct to comparison
    alexanderlindfors committed Dec 7, 2017
    Configuration menu
    Copy the full SHA
    68d51d7 View commit details
    Browse the repository at this point in the history