aboutsummaryrefslogtreecommitdiff
path: root/src/ejabberd_auth_external.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2022Badlop2022-02-111-1/+1
* Update newest copyright year to 2021 (#3464)Badlop2021-01-271-1/+1
* Update copyright to 2020 (#3149)Badlop2020-01-281-1/+1
* Correctly handle unicode in log messagesEvgeny Khramtsov2019-09-231-1/+1
* Fix typos using codespellEvgeny Khramtsov2019-07-161-1/+1
* Use new ets_cache API in ejabberd_authEvgeny Khramtsov2019-06-301-12/+14
* Use new configuration validatorEvgeny Khramtsov2019-06-141-27/+2
* Update copyright to 2019 (#2756)Badlop2019-01-081-1/+1
* Make it possible to join extauth poolsMarcel Waldvogel2018-07-301-1/+3
* Get rid of ejabberd.hrl headerEvgeniy Khramtsov2018-06-141-1/+0
* Get rid of ?FUNCTION_NAME macro (it's OTP19+ feature)Evgeniy Khramtsov2018-05-081-5/+5
* Improve logging of external authentication failuresEvgeniy Khramtsov2018-05-081-8/+9
* Improve robustness of external authentication backendsEvgeniy Khramtsov2018-05-071-21/+42
* Update copyright datesEvgeniy Khramtsov2018-01-051-1/+1
* Rename is_user_exists -> user_existsEvgeniy Khramtsov2017-05-111-3/+3
* Use cache for authentication backendsEvgeniy Khramtsov2017-05-111-242/+21
* Add type specs for Module:opt_type/1Evgeniy Khramtsov2017-05-081-0/+4
* Don't validate an option in ejabberd_config:get_option() functionsEvgeniy Khramtsov2017-04-291-15/+5
* Start/stop auth modules when host is added/deletedEvgeniy Khramtsov2017-02-231-1/+5
* Use ejabberd_config:get_option/2 instead of ejabberd_config:get_local_option/2Peter Lemenkov2017-02-161-1/+1
* Update copyright date automatically (#1442)Badlop2017-01-021-1/+1
* ejabberd_auth*: Fix indentationHolger Weiss2016-05-241-7/+9
* Get rid of "internal" DB type. This also fixes #1092Evgeniy Khramtsov2016-04-271-21/+21
* Merge commit 'refs/pull/524/head' of github.com:processone/ejabberd into sasl...Evgeniy Khramtsov2016-03-251-23/+27
|\
| * Use SASL PLAIN authzid as client identity if auth module permits itBen Langfeld2015-05-061-25/+29
* | Fixed type specifications for 'rebar doc'Elias Rohrer2016-03-071-2/+2
* | Update copyright to 2016 (#901)Badlop2016-01-131-1/+1
* | More now() replacementsPaweł Chmielowski2015-12-071-2/+1
* | cosmetic cleanupChristophe Romain2015-10-071-1/+0
* | Fix regression introduced when code was binarized (EJAB-641)Badlop2015-09-241-1/+3
* | Comment unused type, unused termQuan Zhuo2015-09-161-1/+1
* | Add config validation at startupEvgeniy Khramtsov2015-06-011-3/+12
|/
* Update copyright dates to 2015 (EJAB-1733)Badlop2015-01-081-1/+1
* Don't use cached passwords if "extauth_cache: 0"Holger Weiss2014-05-201-0/+2
* Webadmin with extauth requires internal to run at least once (issue #201)Badlop2014-05-071-4/+2
* extauth_cache can have value 0Badlop2014-05-051-1/+1
* Accept "extauth_cache: false"Holger Weiss2014-04-161-1/+3
* Merge pull request #146 from jamielinux/masterbadlop2014-04-111-4/+3
|\
| * Update FSF addressJamie Nguyen2014-02-221-4/+3
* | Update copyright dates to 2014 (EJAB-1679)Badlop2014-03-131-1/+1
|/
* Change configuration file format to YAMLEvgeniy Khramtsov2013-08-211-2/+2
* Switch to rebar build toolEvgeniy Khramtsov2013-06-131-0/+1
* Accumulated patch to binarize and indent codeBadlop2013-03-141-146/+144
* Update copyright datesAlexey Shchepin2013-01-241-1/+1
* Merge SQL and Mnesia code into one module (EJAB-1560)Evgeniy Khramtsov2012-04-271-14/+7
* Update copyright datesAlexey Shchepin2012-02-231-1/+1
* Fix and improve support for SCRAM auth method (EJAB-1196)Badlop2011-08-161-2/+2
* Preliminary patch for SASL SCRAM-SHA-1 (thanks to Stephen Röttger)(EJAB-1196)Badlop2011-08-161-0/+4
* update copyright up to 2011Christophe Romain2011-02-141-1/+1
* Fix detection of mod_last at server start (EJAB-641)Badlop2010-12-031-3/+15