aboutsummaryrefslogtreecommitdiff
path: root/src/ejabberd_auth_riak.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-3/+6
* Make it possible to convert to SQL for any current db_typeEvgeniy Khramtsov2017-10-251-3/+1
* Use cache for authentication backendsEvgeniy Khramtsov2017-05-111-231/+33
* Don't re-define validation functions in multiple placesEvgeniy Khramtsov2017-04-281-12/+2
* Improve Mnesia tables creation and transformationEvgeniy Khramtsov2017-04-231-2/+5
* 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
* Use ejabberd_config:get_option/2 instead of ejabberd_config:get_local_option/2Peter Lemenkov2017-02-161-1/+1
* Apply SASLprep before storing/converting passwordsEvgeniy Khramtsov2017-02-121-7/+18
* Update copyright date automatically (#1442)Badlop2017-01-021-1/+1
* Improve ODBC importChristophe Romain2016-11-221-6/+10
* Get rid of compile warnings for random/crypto modules on R19Evgeniy Khramtsov2016-10-181-1/+1
* Update more SQL queriesAlexey Shchepin2016-05-051-6/+7
* Rename odbc to sql everywhereEvgeniy Khramtsov2016-04-201-2/+2
* Merge commit 'refs/pull/524/head' of github.com:processone/ejabberd into sasl...Evgeniy Khramtsov2016-03-251-8/+16
|\
| * Use SASL PLAIN authzid as client identity if auth module permits itBen Langfeld2015-05-061-35/+43
* | Update copyright to 2016 (#901)Badlop2016-01-131-1/+1
* | Move JID related functions to jid.erl (#847)Evgeniy Khramtsov2015-11-241-20/+20
|/
* Merge pull request #426 from hairyhum/masterbadlop2015-04-151-1/+4
|\
| * Migration of scram passwords with piefxis (riak and internal only)Feotov Daniil2015-02-051-1/+4
* | Update FSF addressBadlop2015-02-251-4/+3
|/
* Fix missing copyright dates to 2015 (EJAB-1733)Christophe Romain2015-01-211-1/+1
* Serialize records to proplists before storing then in RiakEvgeniy Khramtsov2014-07-141-8/+14
* Add SQL to Riak converterEvgeniy Khramtsov2014-07-101-1/+6
* Improve Riak supportEvgeniy Khramtsov2014-07-101-0/+285