aboutsummaryrefslogtreecommitdiff
path: root/src/ejabberd_auth_mnesia.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
* Old passwd scram tuples do not conform to current records definitionsBadlop2020-12-181-2/+2
* Improve auth_mnesia:transformPaweł Chmielowski2020-12-101-2/+3
* Improve handling of old scram data in auth_mnesiaPaweł Chmielowski2020-12-101-4/+17
* Add hash to scramed password stored in mnesia by earlier versionPaweł Chmielowski2020-12-081-0/+3
* Allow to use different hash for storing scram passwordsPaweł Chmielowski2020-12-081-1/+1
* Use include_lib() to include headers from dependencies (#3369)Stu Tomlinson2020-09-031-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-7/+7
* Use new configuration validatorEvgeny Khramtsov2019-06-141-8/+4
* Update copyright to 2019 (#2756)Badlop2019-01-081-1/+1
* Get rid of ejabberd.hrl headerEvgeniy Khramtsov2018-06-141-1/+1
* Update copyright datesEvgeniy Khramtsov2018-01-051-1/+1
* Add SQL_INSERT macro and update SQL queries to use server_host fieldAlexey Shchepin2017-11-021-1/+0
* Make it possible to convert to SQL for any current db_typeEvgeniy Khramtsov2017-10-251-27/+2
* Fix clustering table reg_users_counter (#1889)Christophe Romain2017-08-021-0/+2
* Fix use_cache/1 callbackEvgeniy Khramtsov2017-05-151-3/+7
* Use cache for authentication backendsEvgeniy Khramtsov2017-05-111-326/+127
* Don't re-define validation functions in multiple placesEvgeniy Khramtsov2017-04-281-11/+2
* Improve Mnesia tables creation and transformationEvgeniy Khramtsov2017-04-231-93/+65
* Rename aux.erl as misc.erl17.04Christophe Romain2017-04-111-9/+9
* Deprecate jlib.erl in favor of aux.erlEvgeniy Khramtsov2017-03-301-9/+9
* Start/stop auth modules when host is added/deletedEvgeniy Khramtsov2017-02-231-1/+4
* Support scrammed passwords in ejabberdctl import_prosody (#1549)Badlop2017-02-201-1/+1
* Apply SASLprep before storing/converting passwordsEvgeniy Khramtsov2017-02-121-10/+33
* Update copyright date automatically (#1442)Badlop2017-01-021-1/+1
* Improve handling of mnesia schemaChristophe Romain2016-11-301-2/+2
* Fix xref issue injected by fbfbb96Christophe Romain2016-11-221-6/+9
* Improve ODBC importChristophe Romain2016-11-221-12/+5
* Get rid of compile warnings for random/crypto modules on R19Evgeniy Khramtsov2016-10-181-1/+1
* ejabberd_auth*: Fix indentationHolger Weiss2016-05-241-40/+37
* Update more SQL queriesAlexey Shchepin2016-05-051-5/+18
* Get rid of "internal" DB type. This also fixes #1092Evgeniy Khramtsov2016-04-271-0/+498