summaryrefslogtreecommitdiff
path: root/src/ejabberd_auth_anonymous.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Authmodule using old style XML:get_attr_s()jpegger2015-06-031-1/+1
* Merge branch 'master' of github.com:processone/ejabberdEvgeniy Khramtsov2015-06-011-1/+1
|\
| * Fix anonymous user login, it wasn't stored in anonymous mnesia tableBadlop2015-06-011-1/+1
* | Add config validation at startupEvgeniy Khramtsov2015-06-011-5/+16
|/
* Update copyright dates to 2015 (EJAB-1733)Badlop2015-01-081-1/+1
* 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-95/+113
* Update copyright datesAlexey Shchepin2013-01-241-1/+1
* 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
* Support anonymous accounts in Shared Roster @all@ directive (EJAB-1264)Badlop2011-05-301-2/+3
* update copyright up to 2011Christophe Romain2011-02-141-1/+1
* Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159)Badlop2010-01-121-1/+1
* Small refactoringMickaël Rémond2010-01-091-8/+5
* * src/cyrsasl.erl: Change API of check_password: pass a functionBadlop2009-04-221-2/+2
* * src/ejabberd_auth.erl: If anonymous auth is enabled, whenBadlop2009-03-041-0/+3
* * doc/guide.tex: Update copyright date 2008 to 2009 (EJAB-842)Badlop2009-01-121-2/+2
* * doc/guide.tex: Update Process-one name to ProcessOne (EJAB-708)Badlop2008-07-311-1/+1
* * src/ejabberd_auth.erl: Improve anonymous authentication to notBadlop2008-04-221-5/+11
* Retreive connection type in sm_register_connection_hookChristophe Romain2008-02-151-4/+4
* * doc/guide.tex: Updated copyright dates to 2008Badlop2008-01-151-1/+1
* * Applied copyright update patch 1.Mickaël Rémond2007-12-241-3/+17
* * src/acl.erl and other 64 files: Remove Erlang module attributeBadlop2007-12-061-1/+0
* * src/ejabberd_auth_anonymous.erl: Do not purge non anonymous accounts when u...Mickaël Rémond2007-06-281-1/+8
* * src/ejabberd_auth_anonymous.erl: Added anonymous_purge_hookAlexey Shchepin2007-05-121-0/+1
* * src/ejabberd_auth.erl: Fixed broken multiple connection withMickaël Rémond2006-06-131-1/+2
* * src/ejabberd.cfg.example: Update of the example for anonymous.Mickaël Rémond2006-04-201-10/+2
* * src/ejabberd_sm.erl: SASL Anonymous + Anonymous login supportAlexey Shchepin2006-04-071-0/+228