Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-01-02 | Update copyright date automatically (#1442) | Badlop | 1 | -1/+1 | |
2016-10-18 | Get rid of compile warnings for random/crypto modules on R19 | Evgeniy Khramtsov | 1 | -2/+1 | |
2016-01-13 | Update copyright to 2016 (#901) | Badlop | 1 | -1/+1 | |
2015-12-07 | Fix more places where random:seed is used | Paweł Chmielowski | 1 | -1/+1 | |
2015-12-07 | More now() replacements | Paweł Chmielowski | 1 | -2/+1 | |
2015-11-24 | Move JID related functions to jid.erl (#847) | Evgeniy Khramtsov | 1 | -1/+1 | |
2015-06-01 | Add config validation at startup | Evgeniy Khramtsov | 1 | -1/+7 | |
2015-01-08 | Update copyright dates to 2015 (EJAB-1733) | Badlop | 1 | -1/+1 | |
2014-03-13 | Update copyright dates to 2014 (EJAB-1679) | Badlop | 1 | -1/+1 | |
2014-02-22 | Update FSF address | Jamie Nguyen | 1 | -4/+3 | |
2013-08-21 | Change configuration file format to YAML | Evgeniy Khramtsov | 1 | -1/+1 | |
2013-06-26 | Fix external authentication | Evgeniy Khramtsov | 1 | -13/+7 | |
2013-06-13 | Switch to rebar build tool | Evgeniy Khramtsov | 1 | -0/+1 | |
Use dynamic Rebar configuration Make iconv dependency optional Disable transient_supervisors compile option Add hipe compilation support Only compile ibrowse and lhttpc when needed Make it possible to generate an OTP application release Add --enable-debug compile option Add --enable-all compiler option Add --enable-tools configure option Add --with-erlang configure option. Add --enable-erlang-version-check configure option. Add lager support Improve the test suite | |||||
2013-03-14 | Accumulated patch to binarize and indent code | Badlop | 1 | -85/+77 | |
2013-01-24 | Update copyright dates | Alexey Shchepin | 1 | -1/+1 | |
2012-02-23 | Update copyright dates | Alexey Shchepin | 1 | -1/+1 | |
2011-04-11 | If extauth script crashes, ejabberd should restart it (EJAB-1428) | Badlop | 1 | -4/+12 | |
2011-02-21 | Forward old messages to newly spawned extauth process (thanks to Mika ↵ | Badlop | 1 | -1/+11 | |
Seppänen)(EJAB-1385) | |||||
2011-02-14 | update copyright up to 2011 | Christophe Romain | 1 | -1/+1 | |
2011-01-19 | Fix delayed response of a timeout call was reused for next login (EJAB-1385) | Badlop | 1 | -8/+12 | |
2010-07-30 | Support parallel extauth script (thanks to Jesse Thompson)(EJAB-1280) | Badlop | 1 | -6/+31 | |
2010-05-10 | Optionally cache extauth users in mnesia (EJAB-641) | Badlop | 1 | -2/+21 | |
2010-01-12 | Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159) | Badlop | 1 | -1/+1 | |
SVN Revision: 2891 | |||||
2009-01-12 | * doc/guide.tex: Update copyright date 2008 to 2009 (EJAB-842) | Badlop | 1 | -2/+2 | |
* doc/guide.html: Likewise * src/*/*.erl: Likewise * src/*/*.erl: Remove unneeded blankspaces in license text SVN Revision: 1804 | |||||
2008-11-06 | * src/extauth.erl: When the extauth call fails or timeouts, deny | Badlop | 1 | -9/+12 | |
authorization. Use two timeouts: 60s for script initialization and 10s for regular calls. (thanks to Kevin Crosbie from Ravenpack) (EJAB-627) SVN Revision: 1673 | |||||
2008-07-31 | * doc/guide.tex: Update Process-one name to ProcessOne (EJAB-708) | Badlop | 1 | -1/+1 | |
* doc/guide.html: Likewise * doc/api/overview.edoc: Likewise * src/*/*.erl: Likewise * src/*/*.hrl: Likewise * src/*/*.c: Likewise * src/odbc/*.sql: Likewise SVN Revision: 1499 | |||||
2008-05-17 | * src/extauth.erl: Log strange responses from extauth script. Use | Badlop | 1 | -1/+9 | |
timeout (EJAB-627) SVN Revision: 1330 | |||||
2008-03-21 | Rewrite io:format calls to loglevel macros (EJAB-555) | Christophe Romain | 1 | -1/+2 | |
SVN Revision: 1239 | |||||
2008-01-15 | * doc/guide.tex: Updated copyright dates to 2008 | Badlop | 1 | -1/+1 | |
* src/*: Likewise SVN Revision: 1153 | |||||
2007-12-24 | * Applied copyright update patch 1. | Mickaël Rémond | 1 | -1/+19 | |
SVN Revision: 1110 | |||||
2005-07-13 | * src/mod_register.erl: Bugfix | Alexey Shchepin | 1 | -17/+18 | |
* src/mod_vcard.erl: Bugfix * src/ejabberd_app.erl: Updated to allow different authentication methods for different virtual hosts * src/ejabberd_auth.erl: Likewise * src/ejabberd_auth_external.erl: Likewise * src/ejabberd_auth_internal.erl: Likewise * src/ejabberd_auth_ldap.erl: Likewise * src/ejabberd_auth_odbc.erl: Likewise * src/cyrsasl.erl: Likewise * src/cyrsasl_digest.erl: Likewise * src/cyrsasl_plain.erl: Likewise * src/ejabberd_c2s.erl: Likewise * src/ejabberd_config.erl: Likewise * src/extauth.erl: Likewise * src/mod_last_odbc.erl: Likewise * src/mod_offline_odbc.erl: Likewise * src/mod_roster_odbc.erl: Likewise * src/odbc/ejabberd_odbc.erl: Likewise * src/odbc/ejabberd_odbc_sup.erl: Likewise SVN Revision: 374 | |||||
2004-07-30 | * examples/extauth/check_pass_null.pl: A reference "null" | Alexey Shchepin | 1 | -0/+76 | |
implementation of external authentification script (thanks to Leif Johansson) * src/extauth.erl: Support for external authentification (thanks to Leif Johansson) * src/ejabberd_auth.erl: Likewise * src/mod_vcard_ldap.erl: A drop-in replacement for mod_vcard.erl which uses ldap for JUD and vCard (thanks to Leif Johansson) SVN Revision: 251 |