aboutsummaryrefslogtreecommitdiff
path: root/src/ejabberd_auth_anonymous.erl (unfollow)
Commit message (Expand)AuthorFilesLines
2018-06-14Get rid of ejabberd.hrl headerEvgeniy Khramtsov1-1/+0
2018-01-05Update copyright datesEvgeniy Khramtsov1-1/+1
2017-05-11Rename is_user_exists -> user_existsEvgeniy Khramtsov1-3/+3
2017-05-11Use cache for authentication backendsEvgeniy Khramtsov1-74/+12
2017-05-08Add type specs for Module:opt_type/1Evgeniy Khramtsov1-0/+4
2017-04-29Don't validate an option in ejabberd_config:get_option() functionsEvgeniy Khramtsov1-11/+10
2017-01-23Make test suite working againEvgeniy Khramtsov1-1/+1
2017-01-13Implement database backend interface for MUC, BOSH and auth_anonyousEvgeniy Khramtsov1-53/+18
2017-01-02Update copyright date automatically (#1442)Badlop1-1/+1
2016-11-30Improve handling of mnesia schemaChristophe Romain1-1/+1
2016-08-09Improve some type specsEvgeniy Khramtsov1-0/+2
2016-07-26Get rid of "jlib.hrl" dependency in some filesEvgeniy Khramtsov1-2/+1
2016-04-12Synchronizing master changesMickael Remond1-1/+1
2016-04-08Make sure that ejabberd_sm sid are uniquePaweł Chmielowski1-1/+1
2016-01-13Update copyright to 2016 (#901)Badlop1-1/+1
2015-12-07More now() replacementsPaweł Chmielowski1-1/+1
2015-11-24Move JID related functions to jid.erl (#847)Evgeniy Khramtsov1-2/+2
2015-06-03Authmodule using old style XML:get_attr_s()jpegger1-1/+1
2015-06-01Add config validation at startupEvgeniy Khramtsov1-5/+16
2015-06-01Fix anonymous user login, it wasn't stored in anonymous mnesia tableBadlop1-1/+1
2015-05-06Use SASL PLAIN authzid as client identity if auth module permits itBen Langfeld1-5/+5
2015-01-08Update copyright dates to 2015 (EJAB-1733)Badlop1-1/+1
2014-03-13Update copyright dates to 2014 (EJAB-1679)Badlop1-1/+1
2014-02-22Update FSF addressJamie Nguyen1-4/+3
2013-08-21Change configuration file format to YAMLEvgeniy Khramtsov1-2/+2
2013-06-13Switch to rebar build toolEvgeniy Khramtsov1-0/+1
2013-03-14Accumulated patch to binarize and indent codeBadlop1-95/+113
2013-01-24Update copyright datesAlexey Shchepin1-1/+1
2012-02-23Update copyright datesAlexey Shchepin1-1/+1
2011-08-16Fix and improve support for SCRAM auth method (EJAB-1196)Badlop1-2/+2
2011-08-16Preliminary patch for SASL SCRAM-SHA-1 (thanks to Stephen Röttger)(EJAB-1196)Badlop1-0/+4
2011-05-30Support anonymous accounts in Shared Roster @all@ directive (EJAB-1264)Badlop1-2/+3
2011-02-14update copyright up to 2011Christophe Romain1-1/+1
2010-01-12Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159)Badlop1-1/+1
2010-01-09Small refactoringMickaël Rémond1-8/+5
2009-04-22* src/cyrsasl.erl: Change API of check_password: pass a functionBadlop1-2/+2
2009-03-04* src/ejabberd_auth.erl: If anonymous auth is enabled, whenBadlop1-0/+3
2009-01-12* doc/guide.tex: Update copyright date 2008 to 2009 (EJAB-842)Badlop1-2/+2
2008-07-31* doc/guide.tex: Update Process-one name to ProcessOne (EJAB-708)Badlop1-1/+1
2008-04-22* src/ejabberd_auth.erl: Improve anonymous authentication to notBadlop1-5/+11
2008-02-15Retreive connection type in sm_register_connection_hookChristophe Romain1-4/+4
2008-01-15* doc/guide.tex: Updated copyright dates to 2008Badlop1-1/+1
2007-12-24* Applied copyright update patch 1.Mickaël Rémond1-3/+17
2007-12-06* src/acl.erl and other 64 files: Remove Erlang module attributeBadlop1-1/+0
2007-06-28* src/ejabberd_auth_anonymous.erl: Do not purge non anonymous accounts when u...Mickaël Rémond1-1/+8
2007-05-12* src/ejabberd_auth_anonymous.erl: Added anonymous_purge_hookAlexey Shchepin1-0/+1
2006-06-13* src/ejabberd_auth.erl: Fixed broken multiple connection withMickaël Rémond1-1/+2
2006-04-20* src/ejabberd.cfg.example: Update of the example for anonymous.Mickaël Rémond1-10/+2
2006-04-07* src/ejabberd_sm.erl: SASL Anonymous + Anonymous login supportAlexey Shchepin1-0/+228