aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * src/ejabberd_config.erl: Refactoring: Move internal data structure to an in...Mickaël Rémond2007-11-093-8/+22
* * src/ejabberd_auth.erl: Better count management and batch users retrieval fo...Mickaël Rémond2007-11-034-0/+89
* * ChangeLog: Fixed typo.Mickaël Rémond2007-11-021-1/+1
* * src/web/ejabberd_http_poll.erl: Refactoring. Moved c2s limits acquisition t...Mickaël Rémond2007-11-023-30/+50
* * src/web/ejabberd_http_poll.erl: Support for c2s ACL access,Mickaël Rémond2007-11-012-4/+46
* * ChangeLog: Added missing info about last commits in ChangeLog.Mickaël Rémond2007-11-011-2/+12
* * src/ejabberd_s2s.erl: don't use the resource of the sender to chooseJérôme Sautret2007-10-304-60/+66
* dev.tex: list typo fixChristophe Romain2007-10-231-2/+4
* add extauth script detailsChristophe Romain2007-10-231-0/+66
* Bugfix on previous change (EJAB-380)Christophe Romain2007-10-172-2/+5
* * src/ejabberdctl.template: Several improvements (EJAB-380)Alexey Shchepin2007-10-175-14/+170
* * src/mod_privacy.erl: BugfixAlexey Shchepin2007-10-172-6/+6
* * src/mod_vcard_odbc.erl: Reverted previous changeAlexey Shchepin2007-10-072-1/+5
* * src/mod_vcard_odbc.erl: BugfixAlexey Shchepin2007-10-062-1/+3
* * src/mod_offline_odbc.erl: BugfixAlexey Shchepin2007-10-062-1/+6
* SVN Revision: 954Alexey Shchepin2007-10-014-0/+498
* * src/ejabberd_auth_pam.erl: Support for PAM authenticationAlexey Shchepin2007-10-017-2113/+3125
* Added some missing NOT NULL restrictionsChristophe Romain2007-09-284-5/+11
* apply rootdir patch from Badlop (EJAB-385)Christophe Romain2007-09-273-7/+14
* * src/ejabberd_s2s.erl: Max number of connections and max numberAlexey Shchepin2007-09-252-182/+234
* * ChangeLog: Integration of multiple s2s support (EJAB-360).Mickaël Rémond2007-09-141-0/+53
* * src/ejabberd_s2s_out.erl: Changed to actual p1_fsm behaviour. It was workingMickaël Rémond2007-09-141-3/+3
* * src/ejabberd_s2_in.erl: Added debug hook for s2s loop (EJAB-358).Mickaël Rémond2007-09-141-0/+1
* * src/ejabberd_c2s.erl: Added debug hook for c2s loop (EJAB-358).Mickaël Rémond2007-09-141-1/+6
* * src/ejabberd_s2s.erl: open all missing connections if needed.Mickaël Rémond2007-09-141-21/+24
* * src/ejabberd_s2s.erl: untabifyMickaël Rémond2007-09-141-138/+138
* * src/ejabberd_s2s.erl: don't check blacklist for services.Mickaël Rémond2007-09-141-4/+3
* * src/ejabberd_s2s.erl: Fixed merge conflict (duplicate functions).Mickaël Rémond2007-09-141-26/+25
* Try to open all s2s connections at the same time, to guarantee the right orde...Mickaël Rémond2007-09-141-5/+18
* Ignore more files in git.Mickaël Rémond2007-09-141-1/+9
* Don't track some files in git.Mickaël Rémond2007-09-141-0/+4
* Comment.Mickaël Rémond2007-09-141-0/+1
* max_s2s_connexions_number local parameter added.Mickaël Rémond2007-09-141-2/+12
* * src/ejabberd_s2s_out.erl: Implements s2s negociation timeouts and s2s conne...Mickaël Rémond2007-09-141-40/+102
* open up to 3 s2s outgoing connection per domain pairMickaël Rémond2007-09-141-0/+1
* * src/ejabberd_c2s.erl: Hibernate inactive c2s processes (EJAB-356).Mickaël Rémond2007-09-141-81/+97
* * src/ejabberd_c2s.erl: Implements timeouts during session opening negociatio...Mickaël Rémond2007-09-141-27/+65
* * doc/guide.tex: Documentation for new configure option --disable-transient-s...Mickaël Rémond2007-09-142-3/+5
* * src/ejabberd_c2s.erl: Option to prevent the use of Erlang OTP supervisor fo...Mickaël Rémond2007-09-148-8/+80
* * src/ejabberd_s2s_out.erl: Moved s2s connexion information from INFO level t...Mickaël Rémond2007-09-141-12/+72
* * src/ejabberd_s2s_in.erl: Moved s2s connexion information from INFO level to...Mickaël Rémond2007-09-141-6/+6
* open up to 3 s2s outgoing connection per domain pairMickaël Rémond2007-09-143-72/+93
* * src/gen_mod.erl: Added get_module_opt_host/3 (thanks to Badlop)Alexey Shchepin2007-09-112-3/+12
* SVN Revision: 926Alexey Shchepin2007-09-111-52/+51
* * ChangeLog: updated.Mickaël Rémond2007-09-101-0/+5
* * src/guide.tex: Fix: user_regexp acls are valid for all local users (all vho...Mickaël Rémond2007-09-102-2/+2
* * ChangeLog: Document latest commits.Mickaël Rémond2007-09-061-0/+8
* * src/guide.tex: Improved documentation for adding a vhostMickaël Rémond2007-09-062-29/+83
* * src/mod_configure.erl: Virtual host support for mod_configure (Thanks to Ba...Mickaël Rémond2007-09-061-51/+22
* * src/mod_offline_odbc.erl: BugfixAlexey Shchepin2007-09-042-3/+7